Page 1 of 1

Connection and authentication options

PostPosted: Thu Aug 01, 2019 1:45 pm
by FlyingDiver
Do we need encrypted connections? There's some support for it in the client library I'm using, but I haven't got a Broker set up for it.

Same for login credentials. What should this support, and what Brokers are there out there I can test against?

I've got code to support WebSockets, but I haven't tried it yet. Anyone got a server that does?

Re: Connection and authentication options

PostPosted: Thu Aug 01, 2019 4:08 pm
by mreyn2005
Yes and Yes, please! Check your DM's.

Thanks,
Matt

Re: Connection and authentication options

PostPosted: Thu Aug 01, 2019 4:13 pm
by FlyingDiver
FWIW, I found a public WebSockets server and it works fine as it is. Unencrypted, that is.

I tried doing a test to a public encrypted server and no-go. I'll revisit that presently.

Re: Connection and authentication options

PostPosted: Sat Aug 03, 2019 8:49 am
by FlyingDiver
Release 0.0.3 - https://github.com/FlyingDiver/Indigo-M ... /tag/0.0.3

Login authentication and SSL/TLS Support