-
Notifications
You must be signed in to change notification settings - Fork 12
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
tomcat proxycas - remove 8443 SSL port #115
Comments
ok to remove, but why is the testsuite failing ? 4f91386 still leaves it listening afaict... |
because there is an issue with the certificates / private key pair, and tomcat is unable to configure the connector correctly:
|
pmauduit
added a commit
that referenced
this issue
Apr 11, 2023
Note: there are still some occurences for "8443" in the repository, but related to the redirectPort, and even if I am not sure if this is still needed, I think it comes from the default tomcat configuration. I am pretty sure we can leave them as they are, as it won't harm. In the other tomcat configurations, they appear in a commented block. Also I kept all the logic of trusting the generated self signed certificate, because I think it should be still in use by the JVM / server-to-server communication.
landryb
pushed a commit
that referenced
this issue
Apr 11, 2023
Note: there are still some occurences for "8443" in the repository, but related to the redirectPort, and even if I am not sure if this is still needed, I think it comes from the default tomcat configuration. I am pretty sure we can leave them as they are, as it won't harm. In the other tomcat configurations, they appear in a commented block. Also I kept all the logic of trusting the generated self signed certificate, because I think it should be still in use by the JVM / server-to-server communication.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is not in use anymore, and it makes the serverspec testsuite fail:
The text was updated successfully, but these errors were encountered: