Search found 19 matches
- Wed Feb 08, 2017 11:34 am
- Forum: NetBurner Software
- Topic: Release 2.8.2 status
- Replies: 0
- Views: 5302
Release 2.8.2 status
Does release 2.8.2 take version 2.8.x out of beta?
- Wed Aug 03, 2016 4:33 pm
- Forum: NetBurner Software
- Topic: SSL: CA Cert List
- Replies: 1
- Views: 4649
Re: SSL: CA Cert List
Couple of possible issues (v2.7.6):
Scenario 1) When doing a SSL_connect to a particularly busy server, having verify_peer=true, I get a TCP timeout and it subsequently keeps timing out with each call. However, if I do a SSL_connect with verify_peer=true, then SSL_connect with verify_peer=false, I ...
Scenario 1) When doing a SSL_connect to a particularly busy server, having verify_peer=true, I get a TCP timeout and it subsequently keeps timing out with each call. However, if I do a SSL_connect with verify_peer=true, then SSL_connect with verify_peer=false, I ...
- Wed Aug 03, 2016 12:05 pm
- Forum: NetBurner Software
- Topic: SSL: CA Cert List
- Replies: 1
- Views: 4649
SSL: CA Cert List
Is there a way to update the CA Cert list without having to regenerate the ccerts.cpp file and recompiling each time?
- Fri Jul 22, 2016 2:24 pm
- Forum: NetBurner Software
- Topic: ReadS19ApplicationCodeFromStream over SSL (HTTPS)
- Replies: 2
- Views: 4954
Re: ReadS19ApplicationCodeFromStream over SSL (HTTPS)
Actually I wanted the update to originate in the other direction... have the Netburner do a HTTPS GET for the s19 file. I was able to get it working. The only difference was that I read the HTTPS stream until the end of the HTTP header and then pass the FD to ReadS19ApplicationCodeFromStream ...
- Tue Jul 19, 2016 6:55 pm
- Forum: NetBurner Software
- Topic: ReadS19ApplicationCodeFromStream over SSL (HTTPS)
- Replies: 2
- Views: 4954
ReadS19ApplicationCodeFromStream over SSL (HTTPS)
Has anyone tried using ReadS19ApplicationCodeFromStream over an SSL stream? Is it even possible?
Thanks.
Thanks.
- Thu Jun 16, 2016 6:11 pm
- Forum: NetBurner Software
- Topic: 2.7.6: undefined reference to 'vtable for X509ParserListener
- Replies: 2
- Views: 9192
Re: 2.7.6: undefined reference to 'vtable for X509ParserList
Is 2.7.6 a beta build then?
- Mon Jun 13, 2016 6:03 pm
- Forum: NetBurner Software
- Topic: 2.7.6: undefined reference to 'vtable for X509ParserListener
- Replies: 2
- Views: 9192
2.7.6: undefined reference to 'vtable for X509ParserListener
One of the functions in class X509ParserListener in X509Parser.h was not assigned as an abstract function.
virtual bool clearAltNames();
After setting it to an abstract function, the link error went away.
virtual bool clearAltNames();
After setting it to an abstract function, the link error went away.
- Wed Dec 09, 2015 4:31 pm
- Forum: NetBurner Software
- Topic: GetHostByName timeout
- Replies: 5
- Views: 8037
Re: GetHostByName timeout
Glad the issue is being addressed. I've patched dns.cpp in the meantime. I'm sure you're already aware, since SetTimeNTPFromPool() calls GetHostByName(), it prevents it from working properly as well.
Thanks again.
Thanks again.
- Tue Dec 08, 2015 6:16 pm
- Forum: NetBurner Software
- Topic: GetHostByName timeout
- Replies: 5
- Views: 8037
Re: GetHostByName timeout
I've finally tracked down the issue. GetHostByName sets both the destination and src port to 53 in the UDP packet. While this is fine in the general case, many organizations with stringent internal policies may have problems with things using well known ports as a listening port or return port ...
- Mon Nov 09, 2015 11:15 am
- Forum: NetBurner Software
- Topic: GetHostByName timeout
- Replies: 5
- Views: 8037
GetHostByName timeout
I'm getting a GetHostByName timeout when trying to resolve a hostname from an internal DNS server, but it works fine with OpenDNS. However, other devices, such as PCs and laptops, are able resolve a hostname from the internal DNS server on the same ethernet port. Any insights or ideas on how to ...