I have a (legacy) solution written several years ago in VB.net which is an SMTP server. Part of the solution includes responding to the STARTTLS command which effectively converts the active client socket from plain to SSL.
I'm looking to convert this to B4J, and have created a very simple server based on MJPEG_CCTV with a ServerSocket, and the custom client class.
Can a client be converted from plain to SSL whilst connected?
I'm looking to convert this to B4J, and have created a very simple server based on MJPEG_CCTV with a ServerSocket, and the custom client class.
Can a client be converted from plain to SSL whilst connected?