Search found 585 matches
- Thu Apr 20, 2023 5:20 pm
- Forum: NetBurner Software
- Topic: tls 1.2 vs 1.3
- Replies: 13
- Views: 762
Re: tls 1.2 vs 1.3
I am unable to recover this MOD5441X module. I short TP1 pads, power-up. Module goes to the Alternate Boot monitor. Using FLA, I upload Mod5441x_FactoryApp.s19 successfully, but when it boots I get message INVALID Csum. I've done this multiple times with the same results. ******Erase FlñBoot record ...
- Wed Apr 19, 2023 3:08 pm
- Forum: NetBurner Software
- Topic: tls 1.2 vs 1.3
- Replies: 13
- Views: 762
Re: tls 1.2 vs 1.3
That didn't work so well. -------------------Trap information----------------------------- Stack is corrupt A7= SwapOutA7=00000000 SwapOutTCB=00000000 SwapInA7=00000000 SwapInTCB=00000000 ... I think the only way to recover is to convert the module back to v2.x compatible, reload the 3p0-Update_APP....
- Tue Apr 18, 2023 8:13 am
- Forum: NetBurner Software
- Topic: tls 1.2 vs 1.3
- Replies: 13
- Views: 762
Re: tls 1.2 vs 1.3
I installed v3.4.0 and built my app, and retested loading a webpage using tls 1.2, and the time to load is about the same as in v3.3.9, 35-40 seconds on a MOD54415. I will look at moving to web sockets. That made a big improvement with v2.9.5 of the tools, under 10 seconds.
- Fri Apr 14, 2023 12:48 pm
- Forum: NetBurner Software
- Topic: Secure connections
- Replies: 7
- Views: 374
Re: Secure connections
Testing of the HTTPs_Intercept task above successfully intercepts a secure connection attempt every time (so far), as long as the task is launched after StartHTTPs(), even though the intercept task has a lower priority (usermain-2) than the HTTPS task. I would expect that if two tasks are pending fo...
- Thu Apr 13, 2023 7:32 am
- Forum: NetBurner Software
- Topic: Secure connections
- Replies: 7
- Views: 374
Re: Secure connections
That would require a major rewrite of the firmware. Not happening any time soon.
- Wed Apr 12, 2023 10:17 am
- Forum: NetBurner Software
- Topic: Secure connections
- Replies: 7
- Views: 374
Re: Secure connections
Is it plausible to created a new task at a higher priority than the HTTPs task that would detect a connection request, send a notification to the user via the display, then let HTTPs to run? For Example: void HTTPs_Intercept(void * pd) //create task after StartHttps() { static fd_set reader; static ...
- Tue Apr 11, 2023 3:25 pm
- Forum: NetBurner Software
- Topic: Secure connections
- Replies: 7
- Views: 374
Re: Secure connections
The touch screen interface is part of usermain, which has a priority of 56. The touch screen has its own processor and the interface is rs232 at around 400k baud. There is no touch screen task. I assume TCP negotiation is priority 45, but may maybe secure TCP uses priority 43. We don't use WI-FI, PP...
- Tue Apr 11, 2023 8:46 am
- Forum: NetBurner Software
- Topic: Secure connections
- Replies: 7
- Views: 374
Secure connections
One of our products has a touch screen interface, and when a browser attempts to make a secure connection, the display freezes for 20-30 seconds during the negotiation. Is there a way to minimize that freeze-up so an operator doesn't think the unit has crashed or something? I'm using v2.9.5 with a M...
- Fri Mar 31, 2023 9:55 am
- Forum: NetBurner Software
- Topic: Using htmlfiles.h
- Replies: 1
- Views: 159
Using htmlfiles.h
For v2.9.5, file htmlfiles.h has no guard against multiple inclusions. Is this intentional?
- Fri Mar 03, 2023 9:14 am
- Forum: NetBurner Software
- Topic: tls 1.2 vs 1.3
- Replies: 13
- Views: 762
Re: tls 1.2 vs 1.3
Thank you for the update.