I understand creating secure communications using Xojo from the client side when connecting to an HTTPS… address, but as for the server side, if one has a server socket that creates SSLSockets (properly configured to use certificates etc) when the AddSocket() event fires, will this automatically set up an SSL connection for any incoming connection?
For example, if I were to write a client app to connect to a server app configured as above, knowing its IP, could I use a TCPSocket to connect to it and have a secure connection? Do I need to use an SSL socket? Do I need to use an HTTPSocket with secure set to true?
In the cases other than the last one, how does one verify that the connection is in fact secure?
The question comes about from a conversation about using SSL on an internal network where machines are identified by IP addr, not a domain name.
Thank you