Hope doing well. I am going to use SSL web socket for remote debugging on Google Chrome. But in regular, we are using ws://127.0.0.1:9222 for the remote debugging.
I will appreciate if you could please help me. Thank you.
ws://localhost:9222/devtools/browser/b0b8a4fb-bb17-4359-9533-a8d9f3908bd8 to wss://localhost:9222/devtools/browser/b0b8a4fb-bb17-4359-9533-a8d9f3908bd8
Google Chrome remote debugging port does not support WSS connection (nor does the HTTP/JSON endpoints support HTTPS).
This is probably since from Google's perspective, CDP (Chrome Debugging Protocol) is for debugging and testing, so SSL is not needed.