Page 1 of 1

Reprogramming module via TLS connection

Posted: Thu Apr 01, 2021 11:04 am
by SeeCwriter
I'm interested in what kind of level of effort it would be to reprogram a module (MOD5114x) over a TLS connection? I'm assuming it's possible. Could Autoupdate be modified for this, or would we need to write a new Autoupdate utility?

Re: Reprogramming module via TLS connection

Posted: Thu Apr 01, 2021 4:25 pm
by pbreed
With 3.X it should just work.
Call:
EnableSecureConfigServer(true);
In UserMain and it should just work...


For 2.9.X look at the
nburn\examples\standardstack\web\PostapplicaitonUpdate
example. Would be real easy to make that only work over TLS...

Re: Reprogramming module via TLS connection

Posted: Fri Apr 02, 2021 11:19 am
by SeeCwriter
Thank you.