hashicorp/terraform-website

`ci/circleci: website-link-check` failing

sudomateo opened this issue · 4 comments

CI for the ci/circleci: website-link-check check is currently failing with:

!! Got a network error: [OpenSSL::SSL::SSLError - SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed] https://www.vaultproject.io/
   Probably a bad hostname or a server timeout, but might be network trouble.

I did some testing and determined it is because the Docker image used is running Alpine 3.8.4 and does not have the updated CA certificates to properly trust certain TLS certificates. I have hashicorp/middleman-hashicorp#81 open to try and update the base Docker image in use, however that will also update Ruby and those effects are unknown (even though I tested an updated Docker image locally with make website and it worked).

@jescalan Is there someone on your team who could look into this? This is definitely beyond my skillset!

I think @sudomateo knocked this one out with his last PR, correct me if I'm wrong?

@jescalan Yep! The CI process that pushes the Docker image is failing. I can ping you out of band tomorrow to chat about it. Once that's done I can use the new image here.

Thank you so much, both :-)