Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SOCKS proxy support for Thin Mode #253

Open
henzef opened this issue Nov 6, 2023 · 1 comment
Open

SOCKS proxy support for Thin Mode #253

henzef opened this issue Nov 6, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@henzef
Copy link

henzef commented Nov 6, 2023

I am currently using the Oracle JDBC driver via JayDeBeApi to connect to an oracle database, which is far from ideal. Unfortunately I have to make this connection via a SOCKS proxy for reasons outside of my control.
As I would like to port my application to python-oracledb, I am wondering if SOCKS proxy support is planned in the near or distant future?

@henzef henzef added the enhancement New feature or request label Nov 6, 2023
@anthony-tuininga
Copy link
Member

There aren't any current plans but it is on our list of enhancements. It would help if you can provide a bit more detail on what you think SOCKS proxy support might look like. Would it be as simple as adding an additional set of parameters: socks_proxy_host and socks_proxy_port? Or is the SOCKS proxy protocol important as well?

Have you tried monkeypatching as suggested by the PySocks documentation? Although not a good long-term solution it gives some indication of how much effort would be involved in adding this support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants