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
Currently there's no official/documented way to do that (we could make a new PR like #1255).
An undocumented way could be using minVersion and maxVersion into the options. I don't know if it's going to work because, as you can see below, it's not present in the Node.JS documentation.
@szmarczak
In PR #1255 I implemeted the most used HTTPS options, but there were more:
The following additional options from tls.connect() are also accepted: ca, cert, ciphers, clientCertEngine, crl, dhparam, ecdhCurve, honorCipherOrder, key, passphrase, pfx, rejectUnauthorized, secureOptions, secureProtocol, servername, sessionIdContext, highWaterMark.
What would you like to discuss?
How to set Min/MAX TLS version and ciphers for requests?
Checklist
The text was updated successfully, but these errors were encountered: