basho / riak_core

Distributed systems infrastructure used by Riak.
Apache License 2.0
1.23k stars 392 forks source link

Update to resolve types issues with OTP26 dialyzer #1000

Closed martinsumner closed 1 year ago

martinsumner commented 1 year ago

Also test certificates/keys were expired and used invalid algorithms for OTP 26. Replaced using:

openssl req -x509 -newkey rsa:4096 -keyout site1-key.pem -out site1-cert.pem -sha256 -days 3650 -subj "/CN=site1.basho.com" -nodes