[ 
https://issues.apache.org/jira/browse/SOLR-13299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16786168#comment-16786168
 ] 

Uwe Schindler commented on SOLR-13299:
--------------------------------------

Here is the patch, will commit soon to resolve this blocker issue: 
[^SOLR-13299.patch] 

> 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
>            Priority: Blocker
>              Labels: Java8
>             Fix For: 8.0
>
>         Attachments: SOLR-13299.patch
>
>
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to