Hi.
I´m triyin to invoke a HTTPS REST webservice from PI, but I'm getting the following error: SSLCertificateException: Peer certificate rejected by ChainVerifier
The webservice does not require a client certificate to connect, nor does it gives an error when accesing it trough a web browser.
In the communication channel configuration I'm givin username and password, which is required by the service provider.
Should I import a certificate in PI? How can I solve this error?