https server dynamic secure context
All incoming TLS connections are [hard coded to use the initial secure context](https://github.com/joyent/node/blob/master/lib/_tls_wrap.js#L637) but API should be exposed so that the secure context can be updated e.g. `setSharedCredentials(secureContext)`.
I would use SNICallback for this but it doesn't work with ip address domains.
关闭于 2023-04-22 1 条评论