Uwe Schindler created SOLR-13299:
------------------------------------

             Summary: Solr 8 RC2 does not start on Windows with SSL/TLS enabled 
on Java 8
                 Key: SOLR-13299
                 URL: https://issues.apache.org/jira/browse/SOLR-13299
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: Server
    Affects Versions: 8.0
         Environment: Windows 10
            Reporter: Uwe Schindler
            Assignee: Uwe Schindler
             Fix For: 8.0


When trying to start the Solr 8 release candidate with Java 8 having SSL/TLS 
enabled, the Windows solr.cmd startup script fails with ALPN not found while 
complainig about the ALPN JAR file which only works with Java 9+.

The Linux startup script chooses the Jetty module "https8" instead of "https" 
when started with Java 8. This effectively disables HTTP2 with TLS. The same 
should happen on the Windows startup script.

The patch is easy, it's just an IF statement missing.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to