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/PRServlet to launch Pega and login with our id/pwd


References: 
1) google.com
2) community.pega.com
3) Pega developer help

Popular posts from this blog

Connecting Claude to Pega Infinity 25.1.3 via MCP — Step-by-Step

itextpdf API to generate PDF doc from an image file using Pega PE

Understanding of Hugging Face platform for AI/ML platform