-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
Priority: NormalMinor issue impacting one or more usersMinor issue impacting one or more usersType: BugSomething isn't workingSomething isn't working
Description
Describe the bug
Even after setting the http_proxy and https_proxy the tunnel command doesn't respect it.
To Reproduce
Steps to reproduce the behavior:
- set http_proxy=http://127.0.0.1:8080
- set https_proxy=http://127.0.0.1:8080
- cloudflared.exe tunnel create tunnel123
- See error
^C
C:\temp>set HTTP_PROXY=http://127.0.0.1:8888
C:\temp>set HTTPS_PROXY=http://127.0.0.1:8888
C:\temp>cloudflared.exe tunnel create tunnel123
failed to create tunnel: Create Tunnel API call failed: REST request failed: Post "https://api.cloudflare.com/client/v4/accounts/f85fc2f0f911ee8a7ea0c9e52a182386/cfd_tunnel": context deadline exceeded
No request is recevie
Expected behavior
It should be able to make a tunnel
Environment and versions
- OS: Windows
- Architecture: x64
- Version: cloudflared version 2023.8.2 (built 2023-08-31-1504 UTC)
Logs and errors
If applicable, add logs or errors to help explain your problem.
Additional context
Seems to have so many request but evey time the coversation is divereted towards SOCKS. I am talking specifically about HTTP and HTTPS proxy. Secondly, I know --protocol http2 is limited, but can I still run it through HTTP proxy if possible ?
SeaX, khoau2u, tjb900 and shayonj
Metadata
Metadata
Assignees
Labels
Priority: NormalMinor issue impacting one or more usersMinor issue impacting one or more usersType: BugSomething isn't workingSomething isn't working