Page 1 of 1

SSL support

Posted: 13 Jan 2018, 22:02
by LisaM
I'm busy adding SSL support uPyEasy, since micropython supports it for ESP32 (and for ESP8266). Ethernet based platforms, like the STM32's, probably don't need or care for it.

In what way should this be implemented?
  • Default on?
  • Option in Config you can switch on?
  • ...
Please let me know how you would like this to be implemented...

Re: SSL support

Posted: 13 Jan 2018, 22:12
by AndrewJ
For me, it seems best to have the option to turn it on in the config. (start simple, check things are working, then make it secure) ;)

Re: SSL support

Posted: 27 Jan 2018, 19:29
by budman1758
+1. What he said. ^

Re: SSL support

Posted: 28 Jan 2018, 14:49
by BertB
I would say an option, but on by default.

Re: SSL support

Posted: 31 Jan 2018, 16:20
by jbishop129
+1 "On by default". I'm a fan of 'secure by default'. We all intend to go back and make it secure, but we all get___ Squirrel !!!!
:D

Re: SSL support

Posted: 06 Feb 2018, 11:36
by suisk1ptitmotard
I am using a nginx proxy reverse with a client certificate to access Domoticz.
It's possible to upload a ssl client certificate in uPyEasy :?:

Re: SSL support

Posted: 27 Mar 2018, 22:24
by stephenrichardson
It is better when it is "on by default", I think

Re: SSL support

Posted: 28 Mar 2018, 00:04
by LisaM
suisk1ptitmotard wrote: 06 Feb 2018, 11:36 I am using a nginx proxy reverse with a client certificate to access Domoticz.
It's possible to upload a ssl client certificate in uPyEasy :?:
Yes, but it's not tested enough...