websockets / wscat

WebSocket cat
MIT License
2.25k stars 223 forks source link

Disabling SNI #100

Open doodi-v1 opened 5 years ago

doodi-v1 commented 5 years ago

Is there a way to disable SNI with wscat? I'm trying to mimic the behaviour of a remote device that does not support SNI and I want to see how AWS responds. If wscat already can do this, I'm not finding any documentation. If not, could it be added?

I'm not familiar with the SNI details but I have tried adding --host "", no effect - but I'm not sure --host is even SNI related.