eclipse / paho.mqtt.javascript

paho.mqtt.javascript
Other
1.15k stars 467 forks source link

SSL: How to select CA (certificate authority) file? #97

Closed stelzzz closed 7 years ago

stelzzz commented 7 years ago

Hello! How to select certificate authority file for SSL connection to server?

jpwsutton commented 7 years ago

You can't, HTTPS communication is handled at the browser level, so you'll need to set any certificates in the browser manually.

stelzzz commented 7 years ago

Hello James! Thanks! SSL work fine with installed CA in browser!