A SSL CERTIFICATE VERIFY ERROR #2796
Replies: 2 comments
-
|
Hi @sjdyqyl-collab! I'm Dosu and I’m helping the agenta team. The SSL certificate verify error with a hostname mismatch usually means the certificate presented by the server doesn't match the URL you're connecting to. For Agenta, make sure your registry URL includes the If you're still seeing the error after fixing the URL, check your SSL verification settings. By default, SSL verification is enabled for security. You can disable it by setting In summary: double-check your registry URL format, ensure it matches the certificate, and review your SSL verification settings if needed. To reply, just mention @dosu. Share context across your team and agents. Try Dosu. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @sjdyqyl-collab, Our cloud.agenta.ai certificate is currently active 👇 Could you please :
We'll be standing by. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
when I run the code:
config = ag.ConfigManager.get_from_registry( app_slug=app_slug, variant_slug=variant_slug, variant_version=variant_version )I meet this ERROR:
httpx.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'cloud.agenta.ai'. (_ssl.c:1017).How do I resolve it?
Beta Was this translation helpful? Give feedback.
All reactions