Search found 614 matches

by SeeCwriter
Tue Feb 28, 2023 7:46 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 14112

Re: tls 1.2 vs 1.3

I mistakenly included some backup files in the total. The real webpage size is 625kB. Images are 89k, html is 162k, and javascript are 375k. I am using a self-generated ECC cert.
Would using websockets improve webpage loading?
by SeeCwriter
Tue Feb 21, 2023 8:39 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 14112

Re: tls 1.2 vs 1.3

I only use release mode. I haven't used debug mode in years. With tls 1.3 enabled, the ssl web demo example loads its webpage in 10-15 seconds. But it's loading less than 20k of data. My webpage contains 1.2MB of data consisting of html files, images, icons, and javascript files. I haven't tried tls...
by SeeCwriter
Tue Feb 14, 2023 11:07 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 14112

tls 1.2 vs 1.3

Using v3.3.9 on a MOD5441X. When tls 1.2 is enabled my webpage loads in about 40-seconds, and I had to slow webpage updates/refreshes to every 2-seconds in order to work. When I enable tls 1.3, the webpage takes about 80-seconds to load, but is not able to update/refresh even at a 5-second rate. Eve...
by SeeCwriter
Mon Feb 13, 2023 2:06 pm
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 7854

Re: Simple Onboard Cert Gen with v3.x

I see that you're using Firefox, so I installed Firefox and tried it and it works with Firefox. It does not work with Chrome or Edge. My coworker thinks the issue is with the Alternate Name. Apparently, Firefox doesn't need a valid Alternate Name, whereas Chrome and Edge do.
by SeeCwriter
Mon Feb 13, 2023 10:29 am
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 7854

Re: Simple Onboard Cert Gen with v3.x

Did my bin file work for anyone?
by SeeCwriter
Fri Feb 03, 2023 7:14 am
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 7854

Re: Simple Onboard Cert Gen with v3.x

I attached my .bin file of the simple example for the MOD5441X. See if works for you.
by SeeCwriter
Thu Feb 02, 2023 4:14 pm
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 7854

Re: Simple Onboard Cert Gen with v3.x

I've tried it with both Chrome and Edge. Same results for both. Could there be a system library configuration issue?
by SeeCwriter
Thu Feb 02, 2023 12:44 pm
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 7854

Re: Simple Onboard Cert Gen with v3.x

I get the same invalid certificate error using your .bin file.
by SeeCwriter
Thu Feb 02, 2023 10:15 am
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 7854

Re: Simple Onboard Cert Gen with v3.x

I added function createCertAndKey() from the Advanced example to the Simple example, called it, and I was able to load the HTTPS webpage. I removed createCertAndKey, and restored the Simple example back to original, and again I was able make a secure connection and load the HTTPS webpage. To test wh...
by SeeCwriter
Thu Feb 02, 2023 7:02 am
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 7854

Re: Simple Onboard Cert Gen with v3.x

I was asking about the simple example. I have built it (simple example) and it doesn't work for me. I get error ERR_CERT_INVALID. I looked at function EnableOnboardCertificateCreation(), and it has a single statement that sets a function pointer to a function that does the certificate creation, but ...