-
Task
-
Resolution: Done
-
Major
-
None
-
None
When no SSLContext implementation is provided by the configured providers, the following exception message is shown:
"java.security.NoSuchAlgorithmException: ELY04001: No algorithm found matching TLS/SSL protocol selection criteria Caused by: java.security.NoSuchAlgorithmException: ELY04001: No algorithm found matching TLS/SSL protocol selection criteria"}}
Notice the error message that is used comes from ElytronMessages.log.noAlgorithmForSslProtocol()
The current calls to the exception messages should be updated to something like:
ElytronMessages.log.noSslContextProvided(SERVICE_TYPE)
where the message is:
"No '%s' provided by the configured providers"
- relates to
-
WFLY-15427 server-ssl-context with elytron provider
- Resolved