mongo-php-driver icon indicating copy to clipboard operation
mongo-php-driver copied to clipboard

Connect to MongoDB via socks5 proxy

Open SMFloris opened this issue 10 months ago • 1 comments

How would I be able to connect to MongoDB via a socks5 proxy in PHP?

I noticed that Java and Kotlin already have a way to do this. Wondering if PHP also has a way.

This would vastly simplify our setup which currently uses custom dns servers + haproxy in order to proxy traffic to mongo atlas.

SMFloris avatar Feb 25 '25 14:02 SMFloris

We plan to add support for Socks5 proxy later this year. You can watch PHPC-2017 for updates.

bisht2050 avatar Feb 25 '25 15:02 bisht2050