cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Hello can you help me about https

psalaün
1-Newbie

Hello can you help me about https

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

  1. java.net.ConnectException: Connexion refuse

        at java.net.PlainSocketImpl.socketConnect(Native Method)

        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)

        at

  1. java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)

        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

  1. HTTPClient.HTTPConnection.handleRequest(HTTPConnection.java:2781)

        at HTTPClient.HTTPConnection.setupRequest(HTTPConnection.java:2573)

        at HTTPClient.HTTPConnection.Get(HTTPConnection.java:922)

        at HTTPClient.HTTPConnection.Get(HTTPConnection.java:841)

        at

  1. wt.httpgw.HTTPLoginInputStreamFactory.getInputStream(HTTPLogin.java:456)

        at wt.httpgw.HTTPLogin.newLoginInputStream(HTTPLogin.java:322)

        at wt.httpgw.HTTPLogin.init(HTTPLogin.java:209)

        at

  1. wt.method.RemoteMethodServer.initAuthenticator(RemoteMethodServer.java:930)
2 REPLIES 2

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

Top Tags