for-GET / jesse

jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang.
https://github.com/for-get/jesse
Apache License 2.0
126 stars 64 forks source link

pass verify_none to httpc:request #135

Closed mikpe closed 4 months ago

mikpe commented 9 months ago

The ssl changes in OTP-26 mean that any code that doesn't specify verify_none will default to verify_peer, and unless certs are passed in you get hard errors. This also affects httpc:request. Update uses of the latter to explicitly pass in verify_none.

mikpe commented 9 months ago

I wonder how hard would it be to make it configurable (eg, via application env)?

Probably not very, but I haven't looked since my goal was to preserve existing (pre OTP-26) behaviour.

mikpe commented 9 months ago

Ping - can someone merge this?

andreineculau commented 4 months ago

Background here

Thank you @mikpe. Landed in version 1.7.13