Hello all!
This is related to other issues ( Web Service call using system.net.httpClient , Unable to find valid certification path to requested target caused by SSLHandshake Exception while trying to get data from API endpoint - Ignition - Inductive Automation Forum) but in order to complete some of these other tasks I will need to heavily involve IT. I would just like to confirm my direction before I start to make a bunch of calls. I’m aware that I’m not fully understanding all of these protocols so I might butcher the nomenclature. Please ask if there’s something you don’t understand.
I’m attempting to create a connection between a linux Ignition webdev site (8.1) using system.net.httpClient that calls another site’s webdev via an API using doGet. I’ve been able to successfully create a connection with a client that’s using 8.1. I’m now attempting to create a connection to a client that’s using 7.9 which has an https with an error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
I can use postman to connect to this same 7.9 gateway’s webdev site but using linux’s webdev is unsuccessful. I tried opening the 443 port on the 7.9 client’s firewall with no luck. I am guessing that this is a certification issue where I need to place a copy of the certificate for the client’s webdev on the linux’s ignition folder.
If so, where do I download this certificate. If not, what would be the next step for me to create this connection?