]
Darran Lofthouse updated ELY-992:
---------------------------------
Fix Version/s: 1.1.0.Beta29
(was: 1.1.0.Beta30)
An SSLContext is not required to support a session context.
-----------------------------------------------------------
Key: ELY-992
URL:
https://issues.jboss.org/browse/ELY-992
Project: WildFly Elytron
Issue Type: Bug
Components: SSL
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Fix For: 1.1.0.Beta29
Otherwise if we use an SSLContext that does not support it we get a NPE, e.g. with
wildfly-openssl: -
{quote}Caused by: java.lang.NullPointerException
at
org.wildfly.security.ssl.SSLContextBuilder.lambda$build$0(SSLContextBuilder.java:302)
at org.wildfly.security.OneTimeSecurityFactory.create(OneTimeSecurityFactory.java:45)
at
org.wildfly.extension.elytron.SSLDefinitions$4.lambda$getValueSupplier$1(SSLDefinitions.java:725)
at org.wildfly.extension.elytron.TrivialService.start(TrivialService.java:53)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:2032)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1955)
... 3 more
{quote}