adding SSL to microchip Generic TCP server application
Posted
by Surjya Narayana Padhi
on Stack Overflow
See other posts from Stack Overflow
or by Surjya Narayana Padhi
Published on 2010-04-27T06:16:54Z
Indexed on
2010/04/27
6:23 UTC
Read the original article
Hit count: 362
Hi,
Has anybody upgraded the code of generic tcp server application provided by Microchip to SSL?
I added new listener port to existing server socket. But then also its not TCPPutIsReady state. When I tried to connect through ssh client Tera Term its asking for username and password. But does it required for client to provide username and password?
I a bit new to SSL. So please let me know the steps to connect to any ssl server using Tera Term.
Another doubt is that can i use a TCP server socket without using http or ftp or telnet session?
© Stack Overflow or respective owner