Windchill: How to chang between HTTP and HTTPS

In the process of making our Windchill solution more secure, we are turning it over to HTTPS. After deploying the SSL certificate now its time to targeting its web interface to HTTPS. I followed below procedure to achieve that.

  1. From the Windchill administration shell do the following
    1. xconfmanager -s wt.webserver.protocol=https -t codebase/wt.properties
    2. xconfmanager -s wt.webserver.port=443 -t codebase/wt.properties -p
    3. xconfmanager -s wt.server.codebase=$(wt.webserver.protocol)://wcp.omnioffshore.com/$(wt.webapp.name) -t codebase/wt.properties -p
  2. Start httpd (with SSL for HTTPS else without SSL)

Leave a comment