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 don't know if it's a bug, but I would like to pass a cipher, the version of the tls protocol,... in the agent but it doesn't work. I haven't found anything on the lib about this, so I don't know if this feature is functional or not. I checked with wireshark, but I still see the default list of nodejs configurations and not the configuration I gave as an option to the agent.
When creating the agent I pass all the parameters in the options with the same property name as for the tls.createSecureContext: 'secureProtocol', 'maxVersion', minVersion', ciphers', dhparam'.
Is it in the options that you have to give it to the agent creation? Do you have an example that works?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Is it in the options that you have to give it to the agent creation?
Agent accepts only SETTINGS from the connection options. Other connection options such as the TLS one are accepted via http2.request or http2.auto. From the docs:
Note: this is not compatible with the classic http.Agent.
Hello,
I don't know if it's a bug, but I would like to pass a cipher, the version of the tls protocol,... in the agent but it doesn't work. I haven't found anything on the lib about this, so I don't know if this feature is functional or not. I checked with wireshark, but I still see the default list of nodejs configurations and not the configuration I gave as an option to the agent.
When creating the agent I pass all the parameters in the options with the same property name as for the tls.createSecureContext: 'secureProtocol', 'maxVersion', minVersion', ciphers', dhparam'.
Is it in the options that you have to give it to the agent creation? Do you have an example that works?
Thank you in advance.
The text was updated successfully, but these errors were encountered: