Search code examples
javatomcatopenshiftopenshift-client-toolsopenshift-3

how to active default ssl in openshift3 for running project on tomcat8?


I deploy a .war file "Red Hat JBoss Web Server 3.0 Tomcat 8" presented by openshift3 starter (step by step like this link).

It deployed and I can see my welcome page in browser with http url(this sample) But https is not available (https of my project)

How to active default ssl to use https in openshift3 and tomcat for java web app?

How can I change config for


Solution

  • Login in openshift 3 starter. In web console go to your project. Edit routs via applications>Routs (action>edit)

    then check "Secure route" check box and then save that. may be it take some minutes.

    video