Jump to content
PhilPlus

How to manage invalid and self signed ssl connections wih ICS HTTPS Client

Recommended Posts

Hello all.

I Use ICS HTTPS client (POST& GET) and all is OK but I have to manage some cases (on local Web servers) where the certificate  is self signed or invalid.

Is there any option / solution to avoid errors on theses cases ? 

Share this post


Link to post

Servers use SSL/TLS certificates, not usually clients.  Some errors on a certificate will prevent a server accepting an SSL/TLS connection, like an invalid private key. or cause the client problems like an expired certificate, but using self signed certificates is optional in the client, you decide whether to accept them or not.

 

Angus

 

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×