Page 1 of 1

Thingspeak local server

PostPosted: Thu Jun 09, 2016 11:30 am
by wiery
Dave, I have just setup a local thingspeak server on ubuntu, didn't realise you could do this until I saw the option in your plugin and its great that you can given my poor internet connection. Anyways, the local server setup installs and does not use SSL, so I get an error when uploading data

* Trying 192.168.0.75...
* Connected to 192.168.0.75 (192.168.0.75) port 3000 (#0)
* WARNING: using IP address, SNI is being disabled by the OS.
* Unknown SSL protocol error in connection to 192.168.0.75:-9847
* Closing connection 0


Any ideas ?

Re: Thingspeak local server

PostPosted: Thu Jun 09, 2016 2:21 pm
by DaveL17
Hmmm. I know that there are people using the plugin successfully with a local Thingspeak server. Let me do a little digging.


Sent from my iPhone using Tapatalk

Re: Thingspeak local server

PostPosted: Thu Jun 09, 2016 2:46 pm
by DaveL17
Followup: It looks like that in some cases Ubuntu doesn't like CURL over SSL. I'm thinking about moving away from CURL and back to urllib2 (for reasons that don't bear mentioning here) but in the interim, you might try the solution proffered here: http://askubuntu.com/questions/701674/unknown-ssl-protocol-error

DISCLAIMER: I don't know Ubuntu and don't know what the ramifications are of implementing such a change to the Ubuntu box.

If anyone else has suggestions, please feel free to pipe up.
Dave

Re: Thingspeak local server

PostPosted: Fri Nov 04, 2016 1:48 pm
by DaveL17
[Moving topic to the Thingspeak forum.]