You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2021/07/01 04:10:37 UTC

[GitHub] [couchdb] nickva commented on pull request #3643: Contribute Custom Erlang network protocol to Apache

nickva commented on pull request #3643:
URL: https://github.com/apache/couchdb/pull/3643#issuecomment-871900635


   It still seems we are just proxy-ing the callbacks directly to the Erlang/OTP provided `inet_tls` module?  So our module is not doing anything differently than the legacy behavior as described in https://erlang.org/doc/apps/ssl/ssl_distribution.html. There is even a newer way of specifying just a single conf file, which seems nice  `-proto_dist inet_tls  -ssl_dist_optfile "/path/to/tls.conf"` but perhaps we can just refer to those docs in the vm.arg or docs files.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org