sobelow
sobelow copied to clipboard
sets SSL opt verify_peer in version check
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'
Bumping for visibility
Bump
Maybe a silly question, but wouldn't this also need us to define a CA Trust Store? (docs)