sobelow icon indicating copy to clipboard operation
sobelow copied to clipboard

sets SSL opt verify_peer in version check

Open bwireman opened this issue 3 years ago • 1 comments

The default ssl config in OTP doesn't verify certs, meaning we occasionally get this error when checking for new versions, but this option enables it

10:25:11.124 [warn]  Description: 'Authenticity is not established by certificate path validation'
     Reason: 'Option {verify, verify_peer} and cacertfile/cacerts is missing'

bwireman avatar Jun 16 '22 15:06 bwireman

Bumping for visibility

bwireman avatar Jul 01 '22 18:07 bwireman

Bump

rubas avatar Nov 02 '22 13:11 rubas

Maybe a silly question, but wouldn't this also need us to define a CA Trust Store? (docs)

houllette avatar Jan 05 '23 23:01 houllette