JPNN
JPNN

Reputation: 403

PostMan: HTTPS Get request/ The underlying connection was closed: could not establish trust relationship for the SSL/TLS secure channel

I am making HTTPS get request through PostMan I am getting the following error message : The underlying connection was closed: could not establish trust relationship for the SSL/TLS secure channel. is there any specific setting should I do it in PostMan (like adding on the request ) ?

BTW: the Url I am calling is based on Mulesoft

Upvotes: 2

Views: 7601

Answers (1)

utechtzs
utechtzs

Reputation: 1023

You can try the following; however, it's not recommended:

Postman >> Preferences >> SSL certificate verification OFF

Handling certs properly: https://www.getpostman.com/docs/v6/postman/sending_api_requests/certificates

Overall explanation of settings: https://www.getpostman.com/docs/v6/postman/launching_postman/settings

Upvotes: 2

Related Questions