Reprogramming module via TLS connection
-
- Posts: 630
- Joined: Mon May 12, 2008 10:55 am
Reprogramming module via TLS connection
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
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...
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...
-
- Posts: 630
- Joined: Mon May 12, 2008 10:55 am
Re: Reprogramming module via TLS connection
Thank you.