Hello,
I am observing Windchill Homepage Blank and Empty.
This is after updating the Windchill url from http to https.
I have restarted Windchill and the server.
Can you suggest what is the issue ?
Solved! Go to Solution.
Hello,
Thank you for the response.
Yes, it was a missed step.
I also checked wt.properties file to for below,
wt.webserver.protocol=http
But it needs to be as , wt.webserver.protocol=https
Then I reconfigured using below commands as below and its working now:
ant -f config.xml uninstallService
ant -f config.xml installService -DwithSSL=true
Its resolved now.
You need to check either the HTTP server logs or the Methodserver logs. I suspect there is a missed step in switching from HTTP to HTTPS. If you post them here, ensure you hide your personal details.
Hello,
Thank you for the response.
Yes, it was a missed step.
I also checked wt.properties file to for below,
wt.webserver.protocol=http
But it needs to be as , wt.webserver.protocol=https
Then I reconfigured using below commands as below and its working now:
ant -f config.xml uninstallService
ant -f config.xml installService -DwithSSL=true
Its resolved now.
