Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
Hi All,
I am trying to configure Navigate with Windchill but it is failing with the error in the screeshot attached.
Windchill is configured with SSL (tried with both trusted certiicates and self signed certificates) and Navigate is not SSL enabled (http).
When validating the connection from Thingworx (ptc-windchill-integration-connector--> services--> ValidateConnection) it is failing.
Thanks,
Irfan
HI @irfan_md,
You need to import the Windchill SSL certificate in cacerts file for JAVA that TWX is using.
Let me know if this helps.
BR,
Harsh
Hi Harsh,
I have already imported the certificates as mentioned but still getting the same issue.
Thanks,
Irfan
Hi @irfan_md,
I would like few files and details in order to solve this problem. Is it possible for you to share below things here?
Or if not, I would like you to create a Tech Support case to solve this.
Version Information
Server Information
Files from Windchill
#CustomLog "C:/ptc/Windchill_11.0/HTTPServer/logs/ssl_request_log" \ "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
Append with the new parameter highlighted below in yellow:
CustomLog C:/ptc/Windchill_10.2/HTTPServer/logs/ssl_request.log "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x %{SSL_CLIENT_S_DN}x \"%r\" %b"
Files from ThingWorx
java -Djavax.net.debug=ALL -DconfigFile=C:\ThingworxStorage\IntegrationRuntime\integrationRuntime-settings.json -jar C:\ThingworxStorage\IntegrationRuntime\integration-runtime-8.0.1-b199.jar >IntegrationRuntimeDebug.txt