You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run pactman-verifier with the broker over a https connection. I have a self signed certificate which results in the following error certificate verify failed: unable to get local issuer certificate. This occurs specifically in return Navigator.hal(self.url, default_curie="pb", auth=self.auth, headers=self.headers) in pactman/verifier/broker_pact.py, line 49
Setting the -k flag in a similar curl request fixes this issue. Is it possible to set a similar flag in the pactman-verifier?
The text was updated successfully, but these errors were encountered:
robinderat
changed the title
self signed certificates fails
self signed certificate fails
Sep 6, 2021
I am trying to run pactman-verifier with the broker over a https connection. I have a self signed certificate which results in the following error
certificate verify failed: unable to get local issuer certificate
. This occurs specifically inreturn Navigator.hal(self.url, default_curie="pb", auth=self.auth, headers=self.headers)
in pactman/verifier/broker_pact.py, line 49Setting the -k flag in a similar curl request fixes this issue. Is it possible to set a similar flag in the pactman-verifier?
The text was updated successfully, but these errors were encountered: