Hi,
Please find attachment of Image. During study on changelog.txt we could see
support of OpenSSL 3.0. for tomcat native.
Please do let us know if Tomcat can provide extended support of OpenSSL1.1.1
beyond the EOL(End of life cycle) i.e after September 2023?
Regards
Vivek Singh
-Origi
I just tried the following command to test if tomcat does in fact listen on UDP:
aryeh@sarek1024% nc -u localhost 8080
GET / HTTP/1.1
aryeh@sarek1024%
Which is nice to see tomcat is listening but it is not apparently
processing any requests since doing the same on TCP yields:
aryeh@sarek1024%