usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
26.54k stars 1.22k forks source link

SSL/TLS Certificate Verification setting is being ignored for certificate altnames since V1.28 #3364

Open jcurry-OT opened 2 days ago

jcurry-OT commented 2 days ago

I have checked the following:

Describe the bug

POST to HTTPS endpoint gives the below error starting in v1.28 through at least v1.34 even though SSL/TLS Certificate Verification is disabled.

Error invoking remote method 'send-http-request': Error: Hostname/IP does not match certificate's altnames: Host: AAAA.BBBBB.COM. is not in the cert's altnames:

v1.27 works with SSL/TLS Certificate Verification preference setting disabled as expected.

.bru file to reproduce the bug

No response

Screenshots/Live demo link

image

helloanoop commented 1 day ago

@Ved504 Can you see if you are able to reproduce this issue?