MrBin99 / LaravelEchoAndroid

Laravel Echo Android client
GNU General Public License v3.0
49 stars 22 forks source link

How to set up custom SSL settings #9

Closed athasamid closed 5 years ago

athasamid commented 5 years ago

How to custom SSL setting? like in engine.io-client?

MrBin99 commented 5 years ago

Just replace http:// in options.host into https://, Socket.IO in the backend will try to connect using wss:// instead of ws://.