Site can’t provide a secure connection

I’ve encountered this before. If you inadvertently visit a site with https, Chrome tries to refuse to back down to http “to help you”. :slight_smile:

Here is a quick workaround–use http://something-that-youd-like.vcap.me:8088. VMware still runs a localhost wildcard DNS resolver that resolves <anything>.vcap.me to 127.0.0.1 (localhost). I typically use this when I’m running multiple gateways locally (via containers) on different ports to keep from having to constantly log back in when switching between (and helps avoid needing to use incognito mode which can help achieve a similar goal).

EDIT: for folks interested in a more advanced service (which you can also run yourself if desired), check out https://sslip.io.

4 Likes