[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-23 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 Coty Sutherland changed: What|Removed |Added Resolution|--- |FIXED

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 --- Comment #10 from joe.fletc...@sscinc.com --- Might this be in any way related to problems creating a JSSE configuration? I ran into what looked like https://bz.apache.org/bugzilla/show_bug.cgi?id=59910 when attempting to use a keystore

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 --- Comment #9 from Rainer Jung --- (In reply to Coty Sutherland from comment #7) > I can reproduce this by adding any SSLHostConfig attribute to the Connector > (namely `SSLVerifyClient="optional"`). The problem here

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 --- Comment #8 from Remy Maucherat --- Yes, something is wrong as there are null checks, yet, the sslHostConfig.getOpenSslContext() (same for the conf) return value cannot be null (the default is Long 0). Hummm, I would

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 --- Comment #7 from Coty Sutherland --- I can reproduce this by adding any SSLHostConfig attribute to the Connector (namely `SSLVerifyClient="optional"`). The problem here is that when using APR and specifying Connector

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 Mark Thomas changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 Remy Maucherat changed: What|Removed |Added Resolution|--- |INVALID

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 joe.fletc...@sscinc.com changed: What|Removed |Added Resolution|WORKSFORME |---

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 --- Comment #3 from joe.fletc...@sscinc.com --- The full connector config block is thus: Note that in this instance I've tried the "protocols" attribute since apparently SSLProtocol isn't

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 62023] Tomcat crashes when SSLprotocol value is defined

2018-01-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62023 --- Comment #1 from Remy Maucherat --- I have no idea why it crashes, so maybe this can stay open for now, but: - Please read the documentation on SSL config - The SSLProtocol attribute is a JSSE attribute and it doesn't do