[GitHub] [tomcat] isapir commented on a change in pull request #327: Slight ui modifications
isapir commented on a change in pull request #327: URL: https://github.com/apache/tomcat/pull/327#discussion_r461933922 ## File path: java/org/apache/catalina/manager/Constants.java ## @@ -39,38 +39,65 @@ "\n" + "
[GitHub] [tomcat] mcroteau commented on a change in pull request #327: Slight ui modifications
mcroteau commented on a change in pull request #327: URL: https://github.com/apache/tomcat/pull/327#discussion_r461979720 ## File path: java/org/apache/catalina/manager/Constants.java ## @@ -39,38 +39,65 @@ "\n" + "
[GitHub] [tomcat] mcroteau opened a new pull request #327: Slight ui modifications
mcroteau opened a new pull request #327: URL: https://github.com/apache/tomcat/pull/327 Just a feeler pull request, please let me know if you approve of the ui direction. Thank you! This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[GitHub] [tomcat] ChristopherSchultz commented on a change in pull request #327: Slight ui modifications
ChristopherSchultz commented on a change in pull request #327: URL: https://github.com/apache/tomcat/pull/327#discussion_r461586817 ## File path: java/org/apache/catalina/manager/Constants.java ## @@ -39,38 +39,65 @@ "\n" + "
[GitHub] [tomcat] kumarvikas2020 opened a new pull request #326: Added changes required for ppc64le support
kumarvikas2020 opened a new pull request #326: URL: https://github.com/apache/tomcat/pull/326 Updated travis.yml to trigger build on ppc64le platform. This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org
[Bug 64632] New: Unable to use my third party signed ssl certificate in tomcate server.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64632 Bug ID: 64632 Summary: Unable to use my third party signed ssl certificate in tomcate server. Product: Tomcat 10 Version: 10.0.0-M7 Hardware: PC Status: NEW Severity: critical Priority: P2 Component: Connectors Assignee: dev@tomcat.apache.org Reporter: sjayaprakas...@gmail.com Target Milestone: -- Created attachment 37376 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37376&action=edit The error which I received in Google chrome, wireshark and Tomcat ssl debug log. Hi team, I was unable to use my third party signed SSL certificate in the tomcat server. Received an ERR_SSL_PROTOCOL_ERROR error in Chrome and SSL_ERROR_INTERNAL_ERROR_ALERT in the firefox browser. I can able to use the same certificate in the Apache Http Server. In my tomcat debug log I received a below traces. https-jsse-nio-8441-exec-5, fatal error: 80: problem unwrapping net record javax.net.ssl.SSLException: Error generating ECDH server key exchange %% Invalidated: [Session-76, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256] https-jsse-nio-8441-exec-5, SEND TLSv1.2 ALERT: fatal, description = internal_error https-jsse-nio-8441-exec-5, WRITE: TLSv1.2 Alert, length = 2 https-jsse-nio-8441-exec-5, called closeOutbound() https-jsse-nio-8441-exec-5, closeOutboundInternal() The error which I received in tomcat SSL debug logger and Wireshark was attached. Thanks and regards. Jayaprakash S -- You are receiving this mail because: You are the assignee for the bug. - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org