[vwnc] SSL root certificates bundle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] SSL root certificates bundle

Mark Pirogovsky-3
Good morning Everybody.

Does anybody have a SSL root certificates files for VW?

I used to have the file with the bunch of the Root certificates I was
using for the SsL communications. However as time goes by some of those
certificates are being replaced by newer ones.  as a result one of my
applications stopped connecting to the HTTPS , because it can not
validate the Root cert in the chain.

I have an error like:
  ^RootNotTrusted new
         messageText: (#CANotInTrustRegistry << #security >> 'CA Not in
Trust Registry!');
         parameter: chain last;
         isResumable: true;
         raiseSignal

Any help would be greatly appreciated.

Mark
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] SSL root certificates bundle

Boris Popov, DeepCove Labs (SNN)
http://curl.haxx.se/docs/caextract.html

Hope this helps,

-Boris

-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On
Behalf Of Mark Pirogovsky
Sent: 11 November 2009 14:11
To: [hidden email]
Subject: [vwnc] SSL root certificates bundle

Good morning Everybody.

Does anybody have a SSL root certificates files for VW?

I used to have the file with the bunch of the Root certificates I was
using for the SsL communications. However as time goes by some of those
certificates are being replaced by newer ones.  as a result one of my
applications stopped connecting to the HTTPS , because it can not
validate the Root cert in the chain.

I have an error like:
  ^RootNotTrusted new
         messageText: (#CANotInTrustRegistry << #security >> 'CA Not in
Trust Registry!');
         parameter: chain last;
         isResumable: true;
         raiseSignal

Any help would be greatly appreciated.

Mark
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] SSL root certificates bundle

Holger Kleinsorgen-4
In reply to this post by Mark Pirogovsky-3
Mark Pirogovsky wrote:
> Good morning Everybody.
>
> Does anybody have a SSL root certificates files for VW?

you can export the certificates used by Internet Explorer (go to
"Internet Options", or run "certmgr.msc")
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc