I build multiple process for each cpu core. When I try to test it and send multiple requests from these processes, I get an exception:
psycopg2.OperationalError: SSL error: decryption failed or bad record mac
It works fine in single process mode, but when I build more than one process, this error shown.