Search found 509 matches

by TomNB
Wed Feb 15, 2023 10:03 am
Forum: NetBurner Software
Topic: tls 1.2 vs 1.3
Replies: 13
Views: 10366

Re: tls 1.2 vs 1.3

Something seems wrong there. Try the unmodified ssl web demo example, then compare the differences to your code. Also, make sure you are in release mode, debug mode will be very slow since it can't use fast ram. Can you verify you are in release mode? What are your reload times for the ssl web demo?...
by TomNB
Mon Feb 13, 2023 12:51 pm
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 4934

Re: Simple Onboard Cert Gen with v3.x

Seems to work fine for me. See attached.
by TomNB
Mon Feb 13, 2023 12:40 pm
Forum: NetBurner Software
Topic: Problems with EFFS
Replies: 14
Views: 1649

Re: Problems with EFFS

Hi,

Hardware and software versions?

Do the examples work?
by TomNB
Thu Feb 02, 2023 3:57 pm
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 4934

Re: Simple Onboard Cert Gen with v3.x

Wow, that is strange. Which browser are you using?
by TomNB
Thu Feb 02, 2023 12:30 pm
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 4934

Re: Simple Onboard Cert Gen with v3.x

I have attached my .bin file of the simple example. You will get a warning because the CN will not match, but you should still be able to view the certificate and not get an invalid warning. Please give it a try and let me know.
by TomNB
Thu Feb 02, 2023 11:45 am
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 4934

Re: Simple Onboard Cert Gen with v3.x

That is odd behavior that I have not been able to re-create here yet, but will look into it. The onboard cert creation should happen in the background.
by TomNB
Wed Feb 01, 2023 4:25 pm
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 4934

Re: Simple Onboard Cert Gen with v3.x

Hello, I used the simple as-is because that is what you were asking about. In main.cpp it calls: EnableOnboardCertificateCreation(); // Enable automatic certificate and key generation Are you asking about advanced or simple? In any event, if you build and run simple, does it work correctly for you a...
by TomNB
Tue Jan 31, 2023 2:28 pm
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 4934

Re: Simple Onboard Cert Gen with v3.x

ormatted time string: 2:09:02 PM Application: On-board Cert Generation - Simple NNDK Revision: 3.3.9 IP Address: 10.1.1.127 The device can be accessed as follows: - If you have Internet access: discover.netburner.com - http://10.1.1.127 for application web page (HTTP) - https://10.1.1.127 for applic...
by TomNB
Tue Jan 31, 2023 2:14 pm
Forum: NetBurner Software
Topic: Simple Onboard Cert Gen with v3.x
Replies: 15
Views: 4934

Re: Simple Onboard Cert Gen with v3.x

I have just built and tested that example on a MOD54415. I do not see that error. As expected, I do see a browser warning since the certificate authority is not installed on the browser, but the cert is valid. I would attache the image, but it would be invalid for your since your IP address of the d...
by TomNB
Fri Jan 13, 2023 9:55 am
Forum: NetBurner Software
Topic: Where is ExpireRetCodes defined?
Replies: 2
Views: 1048

Re: Where is ExpireRetCodes defined?

Hello,

2.x and 3.x have different ssl implementations. ExpireRetCodes is only in 3.x.