Intellij Http client - SSL bypass

Answered

Hello,

Is there a way or setting to disable SSL verification in the HTTP Intellij client?

When launching a REST request a javax.net.ssl.SSLException occures.
(NoopHostnameVerifier Equivalent)

Or like the "Disable SSL Certification validation" option equivalent in Postman.

Kind regards,

0
3 comments

Can you describe your steps? What request do you execute? What error do you get? If is is https request - the ssl will be used.

0
Fake example call:
________________________________________________________

POST https/my.fake.server.com/users
Content-Type: application/json

< ../../request.json

________________________________________________________
Response:
POST https/my.fake.server.com/users
javax.net.ssl.SSLException

Because certificates are not always setup correctly in DEV, TEST environments, i want to bypass the ssl verification
0

Thank you for details. It is not possible at the moment. Please vote for this request: https://youtrack.jetbrains.com/issue/IDEA-248449

0

Please sign in to leave a comment.