Yuli

Results 5 comments of Yuli

@russellhaering any chance this can be merged? It would be really useful.

@russellhaering pinging again. If you are interested in picking this up, I will be glad to update the PR and fix any conflicts.

Anyone have a workaround for this? This would be a really nice feature.

pgproto3 has support for TLS (see [ssl_request](https://github.com/jackc/pgproto3/blob/master/ssl_request.go)), but pgmockproxy is not handling the SSLRequest. Since pgmockproxy is just a simple testing proxy, you could connect with `sslmode=disable`. If you would...

Sorry for resurrecting an old thread, but on Unix, cap-std is using openat2() where it is available. Wouldn't opening a directory with `RESOLVE_NO_SYMLINKS | RESOLVE_BENEATH` and `O_CREAT | O_DIRECTORY |...