- Change SERVER_URL from http:// to https:// in docker-compose - Add WebSocket URL conversion logic (https:// → wss://, http:// → ws://) - Resolves Mixed Content security error when client is served over HTTPS - Ensures secure communication between client and server