daniel cc wrote: > Thanks again, > can you please clear a bit up, > I understand the server certification but,
Do you realy? > where do I get the client key which is that PEM file? Do you need/want client certificates? If so, the server will have to verify client certificates during the SSL handshake process. > Is it delivered with the certificate or should I buy that separately? When you order a SSL certificate a matching key is created, you always get a key along with your certificate otherwise a certificate was useless. Usually you buy a SSL server certificate. Its common name field is the DNS name of the server. i.e. to smtp.gmail.com or www.microsoft.com. If clients may connect from dynamic IP addresses a certificate can neither be issued to an IP nor to a DNS name, hence rather useless. In such case a good password is as secure as a client certificate that i.e. has some ID in it's common name field. And if both clients and server are under your control it is not required to buy a certificate, just create your own CA and certificates (server and client if you like). -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be