aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host localhost:58444 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate signature failure (_ssl.c:1129)')] #6629
Replies: 1 comment
-
@nyxynyx , since this ticket was opened a number of years ago without further comments it seems this issue has been resolved. Note - it appears in your code that you are creating a second instance of the full node rpc. You should only need to use post/get requests to get the data. Something like this: https://docs.chia.net/rpc#python The best place to reach our support team is on Discord (https://discord.gg/chia) or by reopening this ticket. |
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 started a full node (testnet7)
got it fully synced and then tried to use
FullNodeRpcClient
to connect to it to get the blockchain state.However this gives the error
Any ideas how to solve the SSL problem?
Using chia 1.1.7.dev0 and ran
export CHIA_ROOT="~/.chia/testnet7"
before running any of thechia
commands and before running the Python code above.Beta Was this translation helpful? Give feedback.
All reactions