djmarsel
djmarsel
> It looks like the problem is not in the engine but in the openssl when registering ciphers. Encryption and signature by gost works fine from the command line.
``` mport 'nacl.bindings.crypto_sign' # # /Users/mars/www/mobi-identpg/.venv/lib/python3.8/site-packages/nacl/bindings/__pycache__/randombytes.cpython-38.pyc matches /Users/mars/www/mobi-identpg/.venv/lib/python3.8/site-packages/nacl/bindings/randombytes.py # code object from '/Users/mars/www/mobi-identpg/.venv/lib/python3.8/site-packages/nacl/bindings/__pycache__/randombytes.cpython-38.pyc' import 'nacl.bindings.randombytes' # # /Users/mars/www/mobi-identpg/.venv/lib/python3.8/site-packages/nacl/bindings/__pycache__/sodium_core.cpython-38.pyc matches /Users/mars/www/mobi-identpg/.venv/lib/python3.8/site-packages/nacl/bindings/sodium_core.py # code object from '/Users/mars/www/mobi-identpg/.venv/lib/python3.8/site-packages/nacl/bindings/__pycache__/sodium_core.cpython-38.pyc' import 'nacl.bindings.sodium_core' # # /Users/mars/www/mobi-identpg/.venv/lib/python3.8/site-packages/nacl/bindings/__pycache__/utils.cpython-38.pyc...
**asyncpg version:** 0.25.0 **PostgreSQL version:** 12 **local PostgreSQL:** **Python version:** 3.8.13 **Platform:** debian:bullseye **Do you use pgbouncer?:** yes **Did you install asyncpg with pip?:** by poetry Hello. For version 0.22.0...
Hi. In my case, this error is preceeded this exception: `ssl.SSLError: [SSL: SHUTDOWN_WHILE_IN_INIT] shutdown while in init (_ssl.c:2635)` I think this is some kind of race condition in the ssl...
This issue is 5 years already. The only reason for me to use aiojobs is to give a guarantee of preventing cancellation of a task, including a request from disconnected...