Skip to content

To be explicit 🔒

Choose a tag to compare

@Strech Strech released this 12 Sep 21:53
· 40 commits to master since this release

In this release, we explicitly set the SSL option verify to be verify_none to reflect the changed default in OTP25. To avoid the false sense of security OTP25 has changed the default value for SSL verify to be verify_peer which requires you to source it certs.

We are going to add secure option in the next release, but for now let's keep it as it was 🤷🏼

Thanks to @goozzik for pointing this out!