-
Hi, May I know how to ignore SSL / TLS certificate issue? The output I got: Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
thim81
Feb 4, 2023
Replies: 1 comment 1 reply
-
hi @fung If you are using Postman, you can set the setting "SSL certificate verification" OFF If you are using Newman CLI to execute requests, have a look at our example: The setting: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thim81
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi @fung
If you are using Postman, you can set the setting "SSL certificate verification" OFF
If you are using Newman CLI to execute requests, have a look at our example:
https://github.com/apideck-libraries/portman/blob/main/examples/cli-options/readme.md#portman-newman-cli-options
The setting:
"insecure": true
will turn on of the SSL certificate validation.