Replies: 1 comment
-
|
i have get the token and connect to the client by use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi i just self host a camunda and try to connect to it with pyzeebe but i keep getting error
Failed to activate jobs from the gateway. Exception: ZeebeGatewayUnavailableError(grpc_error=AioRpcError(code=StatusCode.UNAVAILABLE, details=failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:26500: Ssl handshake failed (TSI_PROTOCOL_FAILURE): SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER: Invalid certificate verification context, debug_error_string=UNKNOWN:Error received from peer {created_time:"2025-05-22T17:33:02.837885631+07:00", grpc_status:14, grpc_message:"failed to connect to all addresses; last error: UNKNOWN: ipv4:127.0.0.1:26500: Ssl handshake failed (TSI_PROTOCOL_FAILURE): SSL_ERROR_SSL: error:100000f7:SSL routines:OPENSSL_internal:WRONG_VERSION_NUMBER: Invalid certificate verification context"})).
when i use create_oauth2_client_credentials_channel to connect to zeebe gate way and get error
pyzeebe.errors.zeebe_errors.UnknownGrpcStatusCodeError: UnknownGrpcStatusCodeError(grpc_error=AioRpcError(code=StatusCode.UNAUTHENTICATED, details=Expected bearer token at header with key [authorization], but found nothing, debug_error_string=UNKNOWN:Error received from peer {grpc_message:"Expected bearer token at header with key [authorization], but found nothing", grpc_status:16, created_time:"2025-05-22T17:31:42.927624776+07:00"}))
if i use create_insecure_channel If any want know how to fix or did i make some config wrong please help
Beta Was this translation helpful? Give feedback.
All reactions