-
Notifications
You must be signed in to change notification settings - Fork 38
Unable to connect to an HTTPS endpoint #218
Comments
Thanks for reporting this @younes-io. What version of the |
Hello @jwulf , In the |
We've already discussed the issue of fetching token via an insecure, http connection: https://forum.camunda.io/t/an-authentication-issue-in-zeebe-modeler-oauth/2164/6?u=barmac
This might be related to grpc/grpc#9538. |
I would expect this one to fail, since it is using If it does not, then For your endpoint that uses HTTPS (TLS-enabled), you say that it works when you set |
@jwulf I think this can be closed |
Describe the Bug
I have written and run this snippet as Zeebe Modeler uses
zeebe-node
under the hood:Here are the logs:
However, when I do
useTLS: false
, it does work ! I have another endpoint in HTTPS, and it only works whenuseTLS
is set tofalse
, otherwise, I get the error above!Steps to Reproduce
C:\Users\yourUser\AppData\Roaming\zeebe-modeler\Zeebe Modeler\logs\log.log
~/Library/Logs/Zeebe Modeler/log.log
Expected Behavior
The same behavior as when the authentication method is set to
None
.Environment
The text was updated successfully, but these errors were encountered: