wss:// is for secured connection. Non secured connection should use ws:// instead. If you have a working TLS, You could use wss://. But for your setup that only serves locally, there's no need for TLS.
wss:// is for secured connection. Non secured connection should use ws:// instead. If you have a working TLS, You could use wss://. But for your setup that only serves locally, there's no need for TLS.