Closed KentShikama closed 1 year ago
would that be a problem if we validated that that works and submitted a patch?
Hi @KentShikama, definitely not a problem!
@mindflayer We just realized that we can set the ENV for PGSSLMODE=disable
and it will just ignore the SSL issues as it then allows asyncpg to connect to the postgres server without using SSL.
Thanks for the confirmation anyways.
Apologies in advance for the lack of a MVCE. We are working on it.
We are seeing the following error.
We have a strong suspicion that all we need to do is add "load_cert_chain" to the DUMMY_METHODS at https://github.com/mindflayer/python-mocket/blob/0cfa945359a87bfdd3cb06bb6ecdecc1ba601935/mocket/mocket.py#L76-L81 but would that be a problem if we validated that that works and submitted a patch?