Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
I am under Windchill 8.0 and I have to use HTTPS instead of HTTP.
I followed the instructions windchill install config guide and all is OK when I worked directly with internet navigator.
But I have a problem when I want to launch JAVA command on the server where I need Windchill authentication
Have you an idea please ?
Thank you
Philippe salaün
Here is the log:
Introspection Runtime mode = true
Warning - https://mysite.Windchill.fr/Windchill/wt.properties not found - using local properties
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:464)
at java.net.Socket.connect(Socket.java:414)
at java.net.Socket.<init>(Socket.java:310)
at java.net.Socket.<init>(Socket.java:154)
at HTTPClient.HTTPConnection.getSocket(HTTPConnection.java:3178)
at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:2945)
at
at HTTPClient.HTTPConnection.setupRequest(HTTPConnection.java:2573)
at HTTPClient.HTTPConnection.Get(HTTPConnection.java:922)
at HTTPClient.HTTPConnection.Get(HTTPConnection.java:841)
at
at wt.httpgw.HTTPLogin.newLoginInputStream(HTTPLogin.java:322)
at wt.httpgw.HTTPLogin.init(HTTPLogin.java:209)
at
You need to use keytool to import the certificate to the java keystore - http://support.ptc.com/cs/help/windchill_hc/wc110_hc/index.jspx?id=WCInstall_HTTPSApacheWCConfig&action=show
Thank you for response Binesh,
In fact I found alone the problem, APACHE was not started in SSL mode.
There was a problem with OS Solaris, I have corrected the problem and all is Ok now.
best regards
Philippe