Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: (<class 'aiohttp.client_exceptions.ClientConnectorCertificateError'>, ClientConnectorCertificateError(ConnectionKey #3225

Open
jasbir-s-minhas opened this issue Sep 10, 2024 · 0 comments

Comments

@jasbir-s-minhas
Copy link

Environment:

Issuer and Holder Acapy images:
repository: bcgovimages/aries-cloudagent
tag: py3.12_1.0.0

Helm Chart / Kubernetes (Server Version: v1.29.6)
Wallet-type: Askar
Database: Postgres

Encountering the following error in holder when POST [/out-of-band/create-invitation] Create a new connection invitation

Error: (<class 'aiohttp.client_exceptions.ClientConnectorCertificateError'>, ClientConnectorCertificateError(ConnectionKey(host='xxxxx', port=443, is_ssl=True, ssl=True, proxy=None, proxy_auth=None, proxy_headers_hash=None), SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')),

Question...
1> is there a way to temporarily disable SSL verification as this is a test environment? Setting SSL_NO_VERIFY=true in K8s deployment did not help.

2> How to fix the cert error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant