Is it possible to enable SSL on localhost running on Tomcat?
The answer is YES. Enabling of SSL on PegaV82 running on Tomcat and is possible with the help of infrastructure work. To do this simple exercise, here are the simple steps to follow.
1) First, we need to create a keystore.jks file and here is the java command to run the keystore.exe tool from our java path.
2) Second, copy this jks file in our /tomcat/config path and update the <Connector> configuration from server.xml file present in the same path: /tomcat/config.
3) Finally, reboot the tomcat server after making the xml file changes and we can try with https://localhost:8443/prweb/
References:
1) google.com
2) community.pega.com
3) Pega developer help

