How to use SSL client without local certificate.

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
rochete
Posts: 1
Joined: Fri 10 Mar 2017 23:01

How to use SSL client without local certificate.

Post by rochete » Fri 10 Mar 2017 23:08

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

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: How to use SSL client without local certificate.

Post by ViktorV » Mon 13 Mar 2017 15:17

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.

Post Reply