Hello,
I am running eclipse from my laptop while Windchill runs in the server.
Everything worked fine until I had to switch from HTTP to HTTPS.
Now when I run anything I get the following error:
Nested exception is: wt.util.WTRemoteException: Unable to invoke remote method; nested exception is:
wt.method.AuthenticationException
at wt.method.RemoteMethodServer.invoke(RemoteMethodServer.java:810)
at wt.services.ServiceFactory$ClientInvocationHandler.invoke(ServiceFactory.java:349)
at com.sun.proxy.$Proxy0.refresh(Unknown Source)
Any suggestion how to fix it while have the server running on https?
I tried to install the certificate in the local keystore but the error is still there.
Thank you!