You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if it is possible to use for connections that require certificate, if it is possible to add the function of turbonet@tls.
Example:
var options = {
key: fs.readFileSync ('domain.key'),
cert: fs.readFileSync ('domain.cert'),
SNICallback: ...
};
The text was updated successfully, but these errors were encountered:
I would like to know if it is possible to use for connections that require certificate, if it is possible to add the function of turbonet@tls.
Example:
var options = {
key: fs.readFileSync ('domain.key'),
cert: fs.readFileSync ('domain.cert'),
SNICallback: ...
};
The text was updated successfully, but these errors were encountered: