PhilPlus 6 Posted March 18, 2020 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
Angus Robertson 574 Posted March 18, 2020 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
PhilPlus 6 Posted March 19, 2020 Hello Angus & thx for the answer. Sure : I just had to modify my strategy to accept it. Share this post Link to post