Hi Again, I'm using the Indy 9 component THTTP in a client program, and it has to connect using SSL to the Indy 9 example HTTPServer which is based on the TIdHTTPServer component.
For the client, I dropped a TIdSSLIOHandlerSocket onto the form with the following settings: SSLOptions.Method = sslvSSLv2 (the default value) SSLOptions.Mode = ssImUnassigned (the default) SSLOptions.RootCertFile = (?I don't know where to get an SSL Certificate) There is a web page that describes how one person did it at http://www.tek-tips.com/viewthread.cfm?qid=419856 using the client program, but he doesn't say anything about the certificate, so I'm nonplussed. Does anyone know where (how) to get an SSL Certificate? I have to distribute it with my program I guess, so it will have to be distributable. Thanks, Rich _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

