Is there any Neon api to set minimum TLS protocol version in SSL_CTX #163
Replies: 1 comment
-
No, but's a reasonable request, I've opened #164 to track this as an RFE. Thanks for the feedback. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am using the neon library in one of my application development.
I wanted the TLS connection to happen only via TLS 1.2. I came across the openssl api to control the protocol using SSL_CTX_set_min_proto_version.
I wanted to know is there any neon api which can be used to set the SSL context with the minimum protocol version while sending the request via Neon.
Thanks,
Subha
Beta Was this translation helpful? Give feedback.
All reactions