I’m using Waypoint with Nomad, where I’ve set up the server. I’m trying to connect after setting up my local context:
waypoint context create \
-server-addr=example.com:9701 \
-server-auth-token=XXX \
-server-require-auth=true \
-set-default \
-server-platform=nomad \
context-name
I have a VPN connection that I’m using, however, it seems that I’m able to reach it, as running the bootstrap remotely works:
$ waypoint server bootstrap -server-addr=example.com:9701 -server-tls-skip-verify
> ! Error bootstrapping the server: server is already bootstrapped
I’m trying to verify my context with waypoint context verify
, but it’s timing out:
! Error connecting with context "example-context": error connecting to server: context deadline exceeded
Any ideas to debug would be appreciated!