Closed mikpe closed 4 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.
Ping - can someone merge this?
The
ssl
changes in OTP-26 mean that any code that doesn't specifyverify_none
will default toverify_peer,
and unless certs are passed in you get hard errors. This also affectshttpc:request
. Update uses of the latter to explicitly pass inverify_none
.