Waypoint UI: Secure Connection Failed on Firefox

An error occurred during a connection to localhost:9702. You are attempting to import a cert with the same issuer/serial as an existing cert, but that is not the same cert.

Error code: SEC_ERROR_REUSED_ISSUER_AND_SERIAL

The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.

This happened after running the server with waypoint server run and then switch the server to docker by run the server with waypoint install -platform docker

Hi! Waypoint uses self-signed certificates, and Firefox has pretty strict regulations on these.
Have you found this troubleshooting page from Mozilla? Let me know if following those steps unblocks you for now.

1 Like

I managed to get it working by following this solution https://forum.deluge-torrent.org/viewtopic.php?t=54336

Great! We’ll also have a fix in for 0.2.1 so you won’t have to do this regularly. use random serial number per cert by krantzinator · Pull Request #980 · hashicorp/waypoint · GitHub

1 Like