Closed jjwong closed 6 years ago
Not sure of why you are facing the problem. However I can tell you that validate is not for validating the certificate, but for checking the compliance of the request with the swagger/openapi spec.
@Kimamisa Thanks for clarifying! Oddly enough, when I use validate=False, it does get past the domain error, but the 'JSON boolean' appears instead. Do you know if there are any working examples I could use? Maybe I can do some tracing from there.
When you import the Library, you need to specify disabling ssl. Example:
Library | REST | https://example.com | ssl_verify=false
When attempting to use the POST keyword to authenticate into an endpoint that doesn't have the same domain certificate, I am unable to disable the SSL validation for a successful login. I've tried to use POST without
validate=False
, but that fails with the domain error. Please advise.Error message
Example usage below