You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A configuration reload was attempted with network-level changes that require a full restart.
661
+
662
+
### Error message
663
+
664
+
```
665
+
Network configuration change requires restart
666
+
```
667
+
668
+
### Notes
669
+
670
+
When receiving a SIGHUP signal, CipherStash Proxy attempts to reload application-level configuration without disrupting active connections. However, certain network-related configuration changes require stopping and restarting the proxy service to take effect.
671
+
672
+
The following settings require a restart when changed:
673
+
-`server.host` - The host address the proxy listens on
674
+
-`server.port` - The port the proxy listens on
675
+
-`server.require_tls` - TLS requirement setting
676
+
-`server.worker_threads` - Number of worker threads
677
+
-`tls` - Any TLS certificate or key configuration
678
+
679
+
### How to fix
680
+
681
+
1. Stop the CipherStash Proxy service
682
+
2. Update the configuration as needed
683
+
3. Restart the CipherStash Proxy service
684
+
685
+
Application-level configuration changes (database, auth, encrypt, log, prometheus, development) can be reloaded without restart using SIGHUP.
0 commit comments