I have a ec2 instance which nodejs backend server running on 8001 with both http and web socket protocols allowed..
and outbound rules also allows all traffic.
When i test from my local via ws it gets connected and but not wss.. wss results in the following error.
how can i connect via wss? Any help is appreciated
Thanks