Replies: 1 comment 1 reply
-
Nishchal,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team,
We are using ace 6.5.8 on Oracle Linux 6. We are using ace to create a socket and start server. Issue is that after i start my service running nmap command gives output that SSLv3, TLSv1 and 1.1 are in use while as per security guidelines only TLS 1.2 is allowed. I am trying to figure out how to disable all these versions.
We are using ACE_SSL_Context to pass certificate and keys. I tried using filter_versions function to filter TLS versions and set_mode but it is not working. Can you please help me how we can disable these outdated SSL versions and ciphers.
Thanks,
Nishchal
Beta Was this translation helpful? Give feedback.
All reactions