[Bug 65991] NPE in SSLAuthenticator.java:201 if bindOnInit="false"

2022-04-11 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65991 --- Comment #6 from Amit Pande --- Hello Remy, Running into the same issue even without using bindOnInit as mentioned in comment #4. This is the connector configuration in use.

[Bug 65991] NPE in SSLAuthenticator.java:201 if bindOnInit="false"

2022-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65991 --- Comment #5 from Remy Maucherat --- You will not get the NPE, but it is up to you to test it. -- You are receiving this mail because: You are the assignee for the bug. - T

[Bug 65991] NPE in SSLAuthenticator.java:201 if bindOnInit="false"

2022-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65991 --- Comment #4 from James Covington --- I had submitted a bug report 65994 which was marked as a duplicate of this. In my case, I did not have bindOnInit set to false. My SSL Connector: and my context.xml: In my case, removing the

[Bug 65991] NPE in SSLAuthenticator.java:201 if bindOnInit="false"

2022-04-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65991 Remy Maucherat changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 65991] NPE in SSLAuthenticator.java:201 if bindOnInit="false"

2022-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65991 --- Comment #2 from Remy Maucherat --- Logic was added to detect bad client cert configurations (where the valve would require renegociation that cannot be done), but there seems to be a problem. -- You are receiving this mail because: You ar

[Bug 65991] NPE in SSLAuthenticator.java:201 if bindOnInit="false"

2022-04-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=65991 Remy Maucherat changed: What|Removed |Added CC||james.h.coving...@gmail.com --- Comme