I have a ssl config named MY_SSL_CFG
defined in my server.xml where I specify one cipher list. I want to refer it using JSSEHelper.getInstance().getSSLContext("MY_SSL_CFG", Collections.emptyMap(), null)
and use in code to configure a library.
Using the lib I have the impression that ciphers used are not aligned with what is defined in server.xml. It seems to use the JVM defaults but not sure.
Any way to list, confirm or configure ciphers enabled on this context ?
Asked
Active
Viewed 60 times
0

Manudebouc
- 45
- 4
-
Can you post your server.xml configuration? – KyleAure Aug 30 '22 at 14:35
-
– Manudebouc Aug 31 '22 at 17:51