I am trying to deploy the openai-realtime-console with replay server on IIS server with SSL. When I connect to relay server, it says: "The page at was loaded over HTTPS, but attempted to connect to the insecure WebSocket endpoint’. This request has been blocked; this endpoint must be available over WSS.
How should I configure the relay server on IIS?
1 Like
I have already solved the wss issues by setting the relay url to https. However, I still cannot make relay server works on IIS. Does anyone know how to configure the relay server?