Hi everyone,
I am running ThingWorx Flow 9.3.10 and I’m hitting a wall trying to fix an expired self-signed certificate.
The Issue: My self-signed certificate for Flow expired, so I needed to regenerate it. I followed the official guide here: CreateSelfSignedCertificate.html
I generated the new files, placed them in the SSL directory, and restarted the services. However, Flow is now failing to connect.
Symptoms:
Redirect Loop: When I try to open the ThingWorx Flow app, it automatically redirects me back to the ThingWorx Composer.
Validation Error: When I run ValidateFlowSetup in the WorkflowSubsystem, I get:
[FLOW-API-01] - Failed to connect to Flow: Internal Server Error
Log Error: The flow-exchange module logs show this error, which suggests a trust issue:
{"module":"flow-exchange","timestamp":"...","level":"error","message":"unauthorized access"}It seems like the internal services aren't accepting the new certificate I generated. Has anyone experienced this? Is there an extra step missing in the documentation to update the internal TrustStore or Keystore?
Any advice would be appreciated.
Thanks!
Solved! Go to Solution.
Hello @GabrielAzevedo,
Please provide the following information:
Regards,
Abhi
Hello @GabrielAzevedo,
Please provide the following information:
Regards,
Abhi
Hello @GabrielAzevedo,
I hope you are doing well!
I am following up on your post. Did you have a chance to review my previous response?
Please provide the information I requested in my previous response.
Regards,
Abhi
Hi Abhi!
Sorry for the delay.
You were right, the extra.crt and orchestration.crt files didn't match. I’ve corrected that, and the issue is resolved.
Thanks a lot for your help!
