-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SSLHostConfig to server.xml - prepare for tomcat 10 #677
Labels
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/186202300 The labels on this github issue will be updated when the story is started. |
strehle
added a commit
that referenced
this issue
Jan 7, 2024
fix #677 Add SSLHostConfig which is a must https://tomcat.apache.org/tomcat-10.0-doc/ssl-howto.html https://tomcat.apache.org/tomcat-9.0-doc/config/http.html#Key_store_types
strehle
added a commit
that referenced
this issue
Jan 10, 2024
fix #677 Add SSLHostConfig which is a must https://tomcat.apache.org/tomcat-10.0-doc/ssl-howto.html https://tomcat.apache.org/tomcat-9.0-doc/config/http.html#Key_store_types
strehle
added a commit
that referenced
this issue
Feb 23, 2024
fix #677 Add SSLHostConfig which is a must https://tomcat.apache.org/tomcat-10.0-doc/ssl-howto.html https://tomcat.apache.org/tomcat-9.0-doc/config/http.html#Key_store_types
strehle
added a commit
that referenced
this issue
Aug 9, 2024
fix #677 Add SSLHostConfig which is a must https://tomcat.apache.org/tomcat-10.0-doc/ssl-howto.html https://tomcat.apache.org/tomcat-9.0-doc/config/http.html#Key_store_types
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://tomcat.apache.org/tomcat-9.0-doc/config/http.html#SSL_Support_-_SSLHostConfig
https://tomcat.apache.org/tomcat-10.0-doc/config/http.html#SSL_Support_-_SSLHostConfig
With tomcat 10 SSLHostConfig is required , e.g.
https://stackoverflow.com/questions/71675079/tomcat-10-sslhostconfig-problem-protocol-handler-fails-to-start-attribute-ce
But this configuration can be added to https://github.com/cloudfoundry/uaa-release/blob/develop/jobs/uaa/templates/config/tomcat/tomcat.server.xml.erb#L63 now
The text was updated successfully, but these errors were encountered: