[jboss-jira] [JBoss JIRA] (ELY-992) An SSLContext is not required to support a session context.
Darran Lofthouse (JIRA)
issues at jboss.org
Mon Mar 6 11:26:00 EST 2017
Darran Lofthouse created ELY-992:
------------------------------------
Summary: 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.Beta30
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}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list