Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Add thawte SSL intermediate certificate #25

Closed
wants to merge 1 commit into from

Conversation

JLepeltier
Copy link

It seems that curl needs intermediate certificate.

It seems that curl needs intermediate certificate.
@ecaron
Copy link

ecaron commented May 15, 2014

Although I see this certificate around the net, I can't find it on thawte's proper site (http://www.thawte.com/roots/). From where did you get it?

@JLepeltier
Copy link
Author

I looked at the certificate on this web site :
https://hub-dilicom.centprod.com/documentation/doku.php

Regards,

2014-05-15 18:12 GMT+02:00 Eric Caron notifications@github.com:

Although I see this certificate around the net, I can't find it on
thawte's proper site (http://www.thawte.com/roots/). From where did you
get it?


Reply to this email directly or view it on GitHubhttps://github.com//pull/25#issuecomment-43230697
.

Jérôme Lepeltier
GG

@mtdowling
Copy link
Member

Guzzle uses the cacert.pem bundle provided by cURL (via Mozilla). I just noticed that the cacert was out of date and updated, however thawte was not included.

I don't modify this bundle and defer to Mozilla to best decide what goes in and out of the bundle. You'll need to provide a custom cacert bundle if you need to interact with thawte.

@mtdowling mtdowling closed this May 15, 2014
@JLepeltier
Copy link
Author

Thanks for the answer,

I use my own cacert specifying it with the "setSslVerification" method.
It seems that Mozilla does not need intermediate certificate but curl do in
my environnement.

Regards,

2014-05-15 19:28 GMT+02:00 Michael Dowling notifications@github.com:

Guzzle uses the cacert.pem bundle provided by cURL (via Mozilla). I just
noticed that the cacert was out of date and updated, however thawte was not
included.

I don't modify this bundle and defer to Mozilla to best decide what goes
in and out of the bundle. You'll need to provide a custom cacert bundle if
you need to interact with thawte.


Reply to this email directly or view it on GitHubhttps://github.com//pull/25#issuecomment-43239810
.

Jérôme Lepeltier
GG

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants