fredrikhgrelland/data-mesh

Update doc: how to download/use box when behind transparent proxy

Closed this issue · 7 comments

Eivind just tried data-mesh for the first time. Still getting the SSL certificate error. @fredrikhgrelland should this be fixed in vagrant-hashistack?
image

I have just instructed him to download the box for now

I have just instructed him to download the box for now

The same happens to Aditi.

This is expected if you have not installed based on fredrikhgrelland/vagrant-hashistack make install

This is NOT a bug. Transparent proxy is making it hard. It will work anywhere but behind a MITM proxy.
TLS is throwing a fist because it is actually an attack on the integrity of the encrypted communication.

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

Should've been closed by Skatteetaten/vagrant-hashistack#39, not sure why it wasn't.

Closing manually