Search found 79 matches
- Wed Feb 16, 2022 1:50 pm
- Forum: NetBurner Software
- Topic: Dir Path errors in v3.3.6
- Replies: 2
- Views: 2389
Re: Dir Path errors in v3.3.6
Hi SeeCWriter, If you can add the following include paths to your NBEclipse project, I think this will solve the problems you're experiencing. You might need to undo some of the changes you've done. ${NNDK_ROOT}/libraries/include/ssh ${NNDK_ROOT}/libraries/include/crypto I've attached an image that ...
- Wed Feb 16, 2022 10:18 am
- Forum: NetBurner Software
- Topic: Dir Path errors in v3.3.6
- Replies: 2
- Views: 2389
Re: Dir Path errors in v3.3.6
Hi SeeCWriter,
Can you please open a ticket in support and include the exact error messages that you're getting? I'd be more than happy to help you out.
Kind Regards,
Jon
Can you please open a ticket in support and include the exact error messages that you're getting? I'd be more than happy to help you out.
Kind Regards,
Jon
- Tue Feb 15, 2022 4:20 pm
- Forum: NetBurner Software
- Topic: HttpsUploadCert example
- Replies: 10
- Views: 14765
Re: HttpsUploadCert example
Hi SeeCwriter,
I think I figured out what's going on here. Would you try the attached project and see if that works for you?
Kind Regards,
Jon
I think I figured out what's going on here. Would you try the attached project and see if that works for you?
Kind Regards,
Jon
- Thu Feb 03, 2022 5:53 pm
- Forum: NetBurner Software
- Topic: HttpsUploadCert example
- Replies: 10
- Views: 14765
Re: HttpsUploadCert example
Hi SeeCwriter, Hm, okay. Would you mind sending me your project as is and the .bin your generating? If you don’t mind opening a ticket and attaching it, I’ll be sure to pick it up and take it. I want to run it on the board I have here and see if I'm getting the same thing. For the example, the major...
- Tue Feb 01, 2022 11:29 am
- Forum: NetBurner Software
- Topic: HttpsUploadCert example
- Replies: 10
- Views: 14765
Re: HttpsUploadCert example
Hi SeeCwriter, Have you tried adding the flasherase() call that I mentioned in my previous message? I'm wondering if you have stale user param data in there that is written past the old user param data and is causing some issues. This flasherase() call will delete all of the user param space. After ...
- Thu Jan 20, 2022 3:49 pm
- Forum: NetBurner Software
- Topic: HttpsUploadCert example
- Replies: 10
- Views: 14765
Re: HttpsUploadCert example
Hi SeeCwriter, For that particular example, the files that are uploaded are stored in flash, but the settings themselves are stored in the user params space. After you upload the files, if you hit "F" in the serial prompt, you should be able to see this. The values stored in the NV_Setting...
- Wed Oct 13, 2021 3:51 pm
- Forum: NetBurner Software
- Topic: HttpsUploadCert example
- Replies: 7
- Views: 5131
Re: HttpsUploadCert example
Hi SeeCWriter,
The issue with the certs not surviving a reboot is fixed in 3.3.4 (being released as we speak). The same issue was also causing issues for config record saves.
Kind Regards,
Jon
The issue with the certs not surviving a reboot is fixed in 3.3.4 (being released as we speak). The same issue was also causing issues for config record saves.
Kind Regards,
Jon
- Tue Oct 12, 2021 5:35 pm
- Forum: NetBurner Software
- Topic: HttpsUploadCert example
- Replies: 7
- Views: 5131
Re: HttpsUploadCert example
HI SeeCWriter, I'll look into both of those. The .cnf file extension should be a configuration file for OpenSSL, while the -extfile flag is used to signal the certificate extensions used. I'll see if I can get the same issue on the NANO as well. The certs should certainly survive a reboot. Kind Rega...
- Tue Oct 12, 2021 10:19 am
- Forum: NetBurner Software
- Topic: WolfSSL Warning
- Replies: 1
- Views: 1785
Re: WolfSSL Warning
Hi SeeCWriter, That will actually truncate the size to 232. This should be fine for the queue, as the posts are handled quickly and we take care not to post duplicates when we it's avoidable (during a close, for example). Additionally, the array actually used for the queue storage, gSslQueueStorage ...
- Mon Oct 11, 2021 2:33 pm
- Forum: NetBurner Software
- Topic: HttpsUploadCert example
- Replies: 7
- Views: 5131
Re: HttpsUploadCert example
Hi SeeCwriter, Are you able to click past that error and get to the page, or does it completely shut you down? I would look at the certificate on the page and verify that it's getting the new one that you've uploaded to the device. If it's not, then uploading the CA that you've created won't help, u...