elli-lib / elli

Simple, robust and performant Erlang web server
https://github.com/elli-lib/elli/blob/develop/doc/README.md
MIT License
314 stars 37 forks source link

Forward all Opts to SSL config #106

Open CharlesOkwuagwu opened 3 years ago

CharlesOkwuagwu commented 3 years ago

Pass all the supplied Opts, Erlang SSL will pick out only what it needs / understands. Don't discard other options user intends to pass for SSL config

CharlesOkwuagwu commented 2 years ago

@yurrriq Hi. IS this change still being considered?