This is part of common options:
ssl: [
ciphers:
:ssl.cipher_suites(:all, :"tlsv1.2") ++
[%{key_exchange: :rsa, cipher: :aes_256_cbc, mac: :sha256}],
log_level: :all
],
This is part of common options:
ssl: [
ciphers:
:ssl.cipher_suites(:all, :"tlsv1.2") ++
[%{key_exchange: :rsa, cipher: :aes_256_cbc, mac: :sha256}],
log_level: :all
],