Hi All, Is there any way to identify whether the other end supports TLS or not. My requirement is like this. If the other end supports TLS i should send the packet over TLS connection otherwise i should send traffic over TCP.
If the other end doesn't support TLS, my initial TCP connection will be successful. When i do SSL_Connect over this TCP socket, the other end considers this as TCP payload and doesn't respond to me. I don't get an failure related to SSL_connect. So is there a way to identify whether the other end supports TLS or not. Regards, S. Kingston Smiler.