Search found 79 matches

by Jon
Tue Mar 02, 2021 3:44 pm
Forum: NetBurner Software
Topic: CreateCerts Directory missing
Replies: 15
Views: 5703

Re: CreateCerts Directory missing

Hi SeeCwriter,

In predef.h, is ONBOARD_CERT_GEN defined?
by Jon
Fri Feb 05, 2021 5:55 pm
Forum: NetBurner Software
Topic: FireFox with SSL
Replies: 15
Views: 4948

Re: FireFox with SSL

We do support secure websockets. When you call Connect, you can use one of two functions. In both, the last parameter determines whether or not the connection should be secure: int WebSocket::Connect( IPADDR host, const char * resource, int portnum, bool useSSL ) int WebSocket::Connect( const char *...
by Jon
Fri Feb 05, 2021 9:25 am
Forum: NetBurner Software
Topic: FireFox with SSL
Replies: 15
Views: 4948

Re: FireFox with SSL

HI RebootExpert,

I'm going to be testing your posted app later today and will post something as soon as I have the results. =)

Kind Regards,
Jon
by Jon
Mon Feb 01, 2021 12:05 pm
Forum: NetBurner Software
Topic: How to use I2C
Replies: 5
Views: 2684

Re: How to use I2C

Hi Fredy, If you're looking to get more information on the basics of I2C, I'd suggest taking a look at an article that we have on the site. It should give you a pretty good rundown on how the protocol behaves in general. There's also additional resources listed there that can get you started if you ...
by Jon
Wed Jan 27, 2021 10:00 am
Forum: NetBurner Software
Topic: certificate upload
Replies: 6
Views: 2479

Re: certificate upload

Ahhh, yes, that's important. I'll make sure that that is properly noted in our documentation. Thank you for posting the update.
by Jon
Fri Jan 15, 2021 9:59 am
Forum: NetBurner Software
Topic: certificate upload
Replies: 6
Views: 2479

Re: certificate upload

Hi RebootExpert,

There's a good chance that the browser is holding on to your cert and using it with session resumption. Would you be able to try this test again using FireFox in private mode? I've noticed Chrome seems to hold on to cert data even when you're in Incognito.

Kind Regards,
Jon
by Jon
Tue Oct 20, 2020 5:09 pm
Forum: NetBurner Software
Topic: CreateCerts Directory missing
Replies: 15
Views: 5703

Re: CreateCerts Directory missing

Hi SeeCwriter, The link that I sent previously has the compiled OpenSSL libraries available via an installer for Windows. I don't blame you for not wanting to do that on your end. I wouldn't want to either. =) The version of the executable that we distribute shouldn't require any 3rd party software ...
by Jon
Mon Oct 19, 2020 1:15 pm
Forum: NetBurner Software
Topic: CreateCerts Directory missing
Replies: 15
Views: 5703

Re: CreateCerts Directory missing

It seems like it might be worthwhile to install OpenSSL on your machine, though the .exe file that we supply should work out of the box. Just out of curiosity, did you run this .bat file when you were using 2.9.2? I've used the installers at https://slproweb.com/products/Win32OpenSSL.html, but that'...
by Jon
Mon Oct 19, 2020 8:47 am
Forum: NetBurner Software
Topic: CreateCerts Directory missing
Replies: 15
Views: 5703

Re: CreateCerts Directory missing

Hi SeeCwriter,

You can feel free to copy the folder over from 2.9.2. We discovered that folder was missing shortly after the release and have since added back in. If you run into any questions with it, please feel free to let us know.

Kind Regards,
Jon
by Jon
Thu Oct 15, 2020 12:04 pm
Forum: NetBurner Software
Topic: SslOnboardCertGeneration
Replies: 6
Views: 2292

Re: SslOnboardCertGeneration

Hi RebootExpert,

Just to make sure, I've made this same change to the example and am not able to replicate the issue. Would you be able to open a support ticket? I'd like to take a closer look at your code. I'll be sure to pick up your ticket when it comes in.

Kind Regards,
Jon