I am trying to upgrade from 18.2 to 18.3
We are using jboss with 18.2 and SSL configuration is done in standalone.
Now with 18.3 application server is replaced with tomat.
Can any one please suggest what steps should be followed for this SSL.
We don't have use separate web server.
Thanks.
Discussion posts and replies are publicly visible
1. I highly recommend using a web server - it allows tomcat to focus on serving dynamic content.
2. https://tomcat.apache.org/tomcat-8.0-doc/ssl-howto.html - seems pretty straightforward.
Hi,
I have the same case , where my app server replaced with tomcat server in 18.3 and I have no clue how the Certificate was installed on prior version.
Is there any way where I can check whether the SSL certificate has been configured in new version before I configure it actually.
Actually I am getting the following error when using the below http request in Send HTTP request smart service in process model sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
These are two different issues: there is SSL to secure the transport layer for requests for Appian, that is configured in Apache. For web service calls, if you are using self-signed certs, you need to add it to the java trust store. But unless you created a completely new host or java folder, that should not have changed during the upgrade.