Page 1 of 1

How to use SSL client without local certificate.

Posted: Fri 10 Mar 2017 23:08
by rochete
Hello!

I need connect to services without local certificate. I can't now. I try with lazarus and TScSSLClient
It is posible ? By example, a https server

Thanks

Re: How to use SSL client without local certificate.

Posted: Mon 13 Mar 2017 15:17
by ViktorV
The ability to connect to SSL server without using a local certificate depends on SSL server settings. If the server allows this connection, in order to establish a connection to SSL server, you should set the TScSSLClient.CertName property to an empty string.