[Bug 66684] SSL HandShake failed when crlFile linked to an empty file

2023-07-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=66684 --- Comment #7 from DigitalCat --- In fact, many crlFiles are blank, or crl size is 0, Then tomcat set the revocationEnabled parameter to true, and all SSLHandSake is rejected. -- You are receiving this mail because: You are the assignee for

[GitHub] [tomcat] fmarco76 commented on pull request #639: Cusotm ssl engine parameters

2023-07-18 Thread via GitHub
fmarco76 commented on PR #639: URL: https://github.com/apache/tomcat/pull/639#issuecomment-1639759214 > The only thing that caught my eye was that the signature of `AbstractNetworkChannelEndpoint.createChannel` has changed by widening the return value from `NetworkChannel` to `Channel`. Thi