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
{{ message }}
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
When running hatchet self-hosted with docker compose it mentions disabling TLS:
It works, but when I try to set this programmatically it doesn't (with
hatchet-sdk==0.47.0
):I get
Handshake failed with error SSL_ERROR_SSL
errors.I noticed
hatchet._client.config.tls_config.tls_strategy
is 'tls' after running the above code.The text was updated successfully, but these errors were encountered: