📋 Description
After rotating the PSK (Pre-Shared Key) on the wormhole server and restarting it, all previously connected client infrastructures were disconnected. When clients attempted to reconnect to the wormhole server, they received an "invalid PSK" error message, even though their WireGuard configuration was correct and unchanged.
🔄 Steps to Reproduce
- Rotate PSK on the wormhole server
- Restart the wormhole server
- Observe that all previously connected clients are disconnected
- Attempt to reconnect from client side with existing (old) PSK configuration
- Connection fails with invalid PSK error
✅ Expected Behavior
Clients should:
- Continue to work with their existing WireGuard configuration
❌ Actual Behavior
Clients receive invalid PSK error despite having correct WireGuard configuration. Connection only succeeds after manually updating the PSK on the client side to match the new server PSK.