To be explicit 🔒
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!