Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-992

An SSLContext is not required to support a session context.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.1.0.Beta29
    • None
    • SSL
    • None

      Otherwise if we use an SSLContext that does not support it we get a NPE, e.g. with wildfly-openssl: -

      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

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: