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

Add aliasing for vagrant binary including CA trust for internal transparent proxy #43

Closed
fredrikhgrelland opened this issue Jun 18, 2020 · 5 comments · Fixed by #47
Closed
Assignees
Labels
type/enhancement New feature or request
Milestone

Comments

@fredrikhgrelland
Copy link
Contributor

SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt CURL_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt vagrant

@pdmthorsrud
Copy link
Contributor

@fredrikhgrelland, are you actually working on this? Asking because you said you were going to work on #20

@fredrikhgrelland
Copy link
Contributor Author

No. Sorry. Not working on that

@fredrikhgrelland fredrikhgrelland removed their assignment Jun 18, 2020
@pdmthorsrud pdmthorsrud self-assigned this Jun 18, 2020
@pdmthorsrud
Copy link
Contributor

You mean something that runs vagrant up with the prefixes if you are behind a transparent proxy, correct?

@fredrikhgrelland
Copy link
Contributor Author

I thought it might be possible to add an alias to bashrc when running make install. It could wrap vagrant with those environment variables. See first comment.

@pdmthorsrud
Copy link
Contributor

pdmthorsrud commented Jun 18, 2020

I thought it might be possible to add an alias to bashrc when running make install. It could wrap vagrant with those environment variables. See first comment.

Can we assume everybody has the same path to the certificate-file? If not, they would have to go in and edit the source-code to make it work with their system if it's different. In that case only having the doc for transparent proxy is better IMO.

Draft-PR with proposed solution added.

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