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

Unable to send Exception slp pre-flight check failed connection error certificate has expired #230

Open
damascene opened this issue Nov 25, 2021 · 1 comment

Comments

@damascene
Copy link

I'm using EC SLP from command line and I'm getting this error when I try to send any amount. It works sometimes and it fails others with the same exact command for the same error. Also similar error on testnet for the testnet server.

The owner of the domain said he had updated the certificate recently after it expired.

$ ./electron-cash -w minting_test2 payto bitcoincash:qq0xhchpmgs8ytfjyc02w4pjvl65mlntyydxpytfp5 0.00001
Traceback (most recent call last):
  File "./electron-cash", line 594, in <module>
    main()
  File "./electron-cash", line 586, in main
    result = run_cmdline(config, config_options, cmdname)
  File "./electron-cash", line 426, in run_cmdline
    result = server.run_cmdline(config_options)
  File "/home/user/slp_buy_bot/venv/lib/python3.8/site-packages/jsonrpclib/jsonrpc.py", line 821, in __call__
    return self.__send(self.__name, args)
  File "/home/user/slp_buy_bot/venv/lib/python3.8/site-packages/jsonrpclib/jsonrpc.py", line 696, in _request
    check_for_errors(response)
  File "/home/user/slp_buy_bot/venv/lib/python3.8/site-packages/jsonrpclib/jsonrpc.py", line 1453, in check_for_errors
    raise ProtocolError((code, message))
jsonrpclib.jsonrpc.ProtocolError: (-32603, 'Server error: File "/home/user/slp_buy_bot/src/Electron-Cash-SLP/electroncash/slp_checker.py", line 257, in check_tx_slp | Exception: slp pre-flight check failed: connection error: desc = "transport: authentication handshake failed: x509: certificate has expired or is not yet valid: current time 2021-11-25T01:53:16-05:00 is after 2021-11-18T12:00:00Z"\n\n(node: https://bchd-mainnet.electroncash.de)\n')
@damascene
Copy link
Author

Other user reported the issue on the Desktop version.
image

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