Reprogramming module via TLS connection

Discussion to talk about software related topics only.
Post Reply
SeeCwriter
Posts: 606
Joined: Mon May 12, 2008 10:55 am

Reprogramming module via TLS connection

Post 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?
User avatar
pbreed
Posts: 1080
Joined: Thu Apr 24, 2008 3:58 pm

Re: Reprogramming module via TLS connection

Post 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...
SeeCwriter
Posts: 606
Joined: Mon May 12, 2008 10:55 am

Re: Reprogramming module via TLS connection

Post by SeeCwriter »

Thank you.
Post Reply