fredrikhgrelland / data-mesh

A cloud native data mesh implementation
Apache License 2.0
12 stars 8 forks source link

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

Closed pdmthorsrud closed 4 years ago

pdmthorsrud commented 4 years ago

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

pdmthorsrud commented 4 years ago

I have just instructed him to download the box for now

zhenik commented 4 years ago

I have just instructed him to download the box for now

The same happens to Aditi.

fredrikhgrelland commented 4 years ago

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

fredrikhgrelland commented 4 years ago

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.

fredrikhgrelland commented 4 years ago

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

fredrikhgrelland commented 4 years ago

https://github.com/fredrikhgrelland/vagrant-hashistack/issues/43

pdmthorsrud commented 4 years ago

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

Closing manually