-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document tls.Server#listen(path, callback) and possible other signatures #11915
Comments
I agree, I would have expected it to work. |
Looks like it actually already works. I'm able to connect to a TLS unix socket using OpenSSL 1.1.1. Flagging this as documentation issue. We're likely missing a few |
Hey there, |
Sure, go ahead. What needs to be tested is if these method signatures from https://nodejs.org/api/net.html#net_server_listen_handle_backlog_callback I guess it's best to link to the |
This has been addressed by #16020 |
We currently support unix sockets on
https.Server
andnet.Server
, but for some reason not ontls.Server
. Seems like an oversight to me, would anyone agree?The text was updated successfully, but these errors were encountered: