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

[QUESTION] Can I use HTTPS proxy from self-hosted runner ? #27

Open
isldj opened this issue Apr 13, 2023 · 0 comments
Open

[QUESTION] Can I use HTTPS proxy from self-hosted runner ? #27

isldj opened this issue Apr 13, 2023 · 0 comments

Comments

@isldj
Copy link

isldj commented Apr 13, 2023

Question

Current runner version: '2.284.0'
OCP 4.11.33

The self-hosted Github runners are not working after we have moved our OCP cluster behind a whitelisted proxy.
I have configure the proxy env variables following https://docs.github.com/en/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners

but I get an error when I include the HTTPS_PROXY variable saying "Only the 'http' scheme is allowed for proxies."
According to the examples in the documentation I can use HTTPS_PROXY but with HTTP protocol,
Is it true that we can only use HTTP protocol?
For our case the HTTP is not allowed, so have to use HTTPS.
When I configure it with Socks5 URL it also through an error saying “forbidden”

Any ideas how can I solve this ?

@isldj isldj changed the title [QUESTION] [QUESTION] Can I use HTTPS proxy from self-hosted runner ? Apr 13, 2023
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