NetTalk Central

Author Topic: Intermediate CA SSL File - How to use  (Read 15073 times)

BColladay

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • Email
Re: Intermediate CA SSL File - How to use
« Reply #15 on: December 07, 2010, 08:23:19 AM »
So my NTWS in its current state has a bundled crt file and a key file.  I have the site certificate as the first certificate, then the intermediates and root certificates all in the same file: pdsweb.crt which the NTWS uses.  When I do the openssl connect and showcert commands I get the attached file as the output.  The other attached file is the pdsweb.crt that NTWS is using.  Does that shed any light?

[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Intermediate CA SSL File - How to use
« Reply #16 on: December 17, 2010, 07:31:20 AM »
Hi Ben,

Sorry for the rather long delay, but you'll be pleased to know Intermediate Certificates are good to go in version 5.07.

I made some tweaks so that you can merge an intermediate.crt file with your crt file. (you've tried this already I know, but with my tweaks it now works.)

Cheers
Bruce

BColladay

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • Email
Re: Intermediate CA SSL File - How to use
« Reply #17 on: December 17, 2010, 08:26:56 AM »
 :)
Very nice!  What an excellent Christmas present!

BColladay

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • Email
Re: Intermediate CA SSL File - How to use
« Reply #18 on: December 21, 2010, 12:56:08 PM »
I can report that this works in 5.07.  Thanks

JohnNZ

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Intermediate CA SSL File - How to use
« Reply #19 on: January 06, 2011, 08:59:32 PM »
I have a client running a C6.3 NetTalk 4 site.

They have a Thwate certificate that expires on 25 Jan 2011.  The newly issued Thwate certificate uses an Intermediate CA SSL file.

Will there be a patch for NetTalk 4 that fixes the Intermediate Certificate problem for NetTalk 4?

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Intermediate CA SSL File - How to use
« Reply #20 on: January 11, 2011, 01:06:50 AM »
I've back-ported the support into NetTalk 4 version 4.55, which should go up to our web site today.

Cheers
Bruce

JohnNZ

  • Newbie
  • *
  • Posts: 5
    • View Profile
    • Email
Re: Intermediate CA SSL File - How to use
« Reply #21 on: January 11, 2011, 01:57:18 AM »
Thank you very much Bruce - much appreciated.

sstockst

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Re: Intermediate CA SSL File - How to use
« Reply #22 on: April 13, 2011, 08:46:44 AM »
Bruce,
Porting this solution back to 4.x is an awesome way to run a software company, thanks!
I'm going to upgrade to NetTalk 5 as a way of encouraging you to continue to run your software business like this.

I have upgraded to the current release of NetTalk 4.57 and am struggling a bit with this intermediate certificate merging/combining solution.
As a test, I have a new Comodo SSL certificate with one root, 3 intermediates, and then my final certificate. That makes for 5 certificates in total. I have been unable to make this work. Is there a limit in size or # of certificates that can be registered?

Thanks
Steve Stockstill
Data Equity LLC

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Intermediate CA SSL File - How to use
« Reply #23 on: April 13, 2011, 09:05:05 PM »
Hi Steve,

thanks for the kudos, and the order.

On your SSL issue - when you say "unable to make this work" can you define what actually is happening? Perhaps the error is unrelated to the certs. Try turning off "Suppress Error Messages" while debugging, this may give us some more clues.

There's no limit to the certs in the cert field as far as I know.

cheers
Bruce

sstockst

  • Newbie
  • *
  • Posts: 7
    • View Profile
    • Email
Re: Intermediate CA SSL File - How to use
« Reply #24 on: April 14, 2011, 02:29:39 PM »
By not working I mean I see the same symptoms that you would see if you were missing the SSL runtime. The server starts, but will not accept requests.

Your comment:
"I made some tweaks so that you can merge an intermediate.crt file with your crt file. (you've tried this already I know, but with my tweaks it now works.)"

This is what I was referring to in terms of "how many". I have 5 certs that are chained. The top root, three intermediates and my final. I have tried taking all certs and placing in a single file. This does not work. I can use single root certifications all day :-)

Does this make better sense?

NetTalk 4.57

Thanks!
Steve Stockstill

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Intermediate CA SSL File - How to use
« Reply #25 on: April 14, 2011, 08:54:13 PM »
Hi Steve,

Thanks - yes. Two things to try;

a) turn off Suppress Error Messages to see if you get any errors and

b) I know this is obvious - but make sure you have the latest NT 4 DLL (C60NETX.DLL) in the application folder.
The changes in the DLL are internal, so if you had the wrong DLL it would just kinda, not be any different.

Cheers
Bruce

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11171
    • View Profile
Re: Intermediate CA SSL File - How to use
« Reply #26 on: January 10, 2012, 01:13:47 AM »
One thing I noticed here - the intermediate certificate needed to come _after_ my certificate in the crt file.

cheers
Bruce