You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use the CA Fingerprint in my Client to connect to the servers but would randomly get error messages after some time:
{"error": "ConnectionError","message": "Server certificate CA fingerprint does not match the value configured in caFingerprint",}
It works and then it doesn't work, but I can't find anything that changes that might cause the issue or reproduce it easily because it's very random. I was able to overcome this by including the CA file instead of the CA Fingerprint and it seems to be working without issue now... but the CA Fingerprint would be much easier to add to an env variable.
Do you have any advice or any ideas on what might be causing this issue? It seems like restarting my proxy server did resolve the issue last time so I believe it might be related to the Javascript client now?