Search found 606 matches

by SeeCwriter
Fri Mar 03, 2023 9:14 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 12778

Re: tls 1.2 vs 1.3

Thank you for the update.
by SeeCwriter
Thu Mar 02, 2023 7:11 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 12778

Re: tls 1.2 vs 1.3

I don't know what the key size is. I'm using whatever the self-generating cert produces. This is from predef.h that I'm using: #ifdef NB_SSL_SUPPORTED #define SSL_TLS_SUPPORT (1) #define WEB_CLIENT_SSL_SUPPORT (1) #define SSL_DEFAULT_MAX_SESSION_AGE_TICKS (3600 * TICKS_PER_SECOND) // 1 Hour #define ...
by SeeCwriter
Tue Feb 28, 2023 7:46 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 12778

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: 12778

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: 12778

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: 7135

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: 7135

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: 7135

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: 7135

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: 7135

Re: Simple Onboard Cert Gen with v3.x

I get the same invalid certificate error using your .bin file.