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

Query : Is HTTPS proxy supported ? #3323

Open
anmol-ap opened this issue Jan 31, 2025 · 0 comments
Open

Query : Is HTTPS proxy supported ? #3323

anmol-ap opened this issue Jan 31, 2025 · 0 comments

Comments

@anmol-ap
Copy link

It is a query rather than an issue.
Thanks for the amazing library.

I found that HTTP proxy is supported in websocket client.

info.http_proxy_address = "192.168.1.1";
info.http_proxy_port = 23233;

As far as I understood from the source code, only HTTP proxy is supported and not HTTPS proxy.

lws_set_proxy ->
/* we have to deal with a possible redundant leading http:// */
if (!strncmp(proxy, "http://", 7))
proxy += 7;

Can you please confirm that HTTPS proxy is not supported ?

If supported, could you guide me to an example ?
And if not supported, are there any plans in near future ?

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

No branches or pull requests

1 participant