Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Jérémy Zurcher <jeremy@as...> - 2013-03-01 21:53:34
|
hi, I followed https://phab.enlightenment.org/w/arcanist/ but I have a certificate issue Usage Exception: Failed to connect to server: [cURL/60] (https://phab.enlightenment.org/api/conduit.ping) <CURLE_SSL_CACERT> ... following ~/arcanist/libphutil/resources/ssl/README, I did: openssl s_client -connect phab.enlightenment.org:443 2>&1 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > ~/arcanist/libphutil/resources/ssl/custom.pem still the same... openssl x509 -text -in custom.pem tells me that the certificate is issued for enlightenment.org not phab.enlightenment.org could it be the root of this boring pain ?? Jérémy |
From: Jérôme Pinot <ngc891@gm...> - 2013-03-02 00:28:31
Attachments:
signature.asc
|
On 03/01/13 11:50, Jérémy Zurcher wrote: > hi, > > I followed https://phab.enlightenment.org/w/arcanist/ > but I have a certificate issue > > Usage Exception: Failed to connect to server: [cURL/60] > (https://phab.enlightenment.org/api/conduit.ping) <CURLE_SSL_CACERT> ... > > following ~/arcanist/libphutil/resources/ssl/README, I did: > > openssl s_client -connect phab.enlightenment.org:443 2>&1 | > sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > > ~/arcanist/libphutil/resources/ssl/custom.pem > > still the same... > > openssl x509 -text -in custom.pem > tells me that the certificate is issued for enlightenment.org > not phab.enlightenment.org > > could it be the root of this boring pain ?? Hi, You just need the CAcert root certificate: $ cd libphutil/resources/ssl $ wget http://www.cacert.org/certs/root.txt -O custom.pem -- Jérôme Pinot http://ngc891.blogdns.net/ |
From: Bertrand Jacquin <beber@me...> - 2013-03-02 10:13:21
|
On 2013-03-02 01:28, Jérôme Pinot wrote: > On 03/01/13 11:50, Jérémy Zurcher wrote: >> hi, >> >> I followed https://phab.enlightenment.org/w/arcanist/ >> but I have a certificate issue >> >> Usage Exception: Failed to connect to server: [cURL/60] >> (https://phab.enlightenment.org/api/conduit.ping) <CURLE_SSL_CACERT> >> ... >> >> following ~/arcanist/libphutil/resources/ssl/README, I did: >> >> openssl s_client -connect phab.enlightenment.org:443 2>&1 | >> sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > >> ~/arcanist/libphutil/resources/ssl/custom.pem >> >> still the same... >> >> openssl x509 -text -in custom.pem >> tells me that the certificate is issued for enlightenment.org >> not phab.enlightenment.org >> >> could it be the root of this boring pain ?? > > Hi, > > You just need the CAcert root certificate: > $ cd libphutil/resources/ssl > $ wget http://www.cacert.org/certs/root.txt -O custom.pem You also may need the Class3 intermediate certificate : http://www.cacert.org/certs/class3.crt : $ curl -s http://www.cacert.org/certs/root.crt http://www.cacert.org/certs/class3.crt > libphutil/resources/ssl/custom.pem |
From: Jérémy Zurcher <jeremy@as...> - 2013-03-04 09:02:56
|
Thanks to you 2, it works. On Saturday 02 March 2013 11:13, Bertrand Jacquin wrote : > On 2013-03-02 01:28, Jérôme Pinot wrote: > > On 03/01/13 11:50, Jérémy Zurcher wrote: > >> hi, > >> > >> I followed https://phab.enlightenment.org/w/arcanist/ > >> but I have a certificate issue > >> > >> Usage Exception: Failed to connect to server: [cURL/60] > >> (https://phab.enlightenment.org/api/conduit.ping) <CURLE_SSL_CACERT> > >> ... > >> > >> following ~/arcanist/libphutil/resources/ssl/README, I did: > >> > >> openssl s_client -connect phab.enlightenment.org:443 2>&1 | > >> sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > > >> ~/arcanist/libphutil/resources/ssl/custom.pem > >> > >> still the same... > >> > >> openssl x509 -text -in custom.pem > >> tells me that the certificate is issued for enlightenment.org > >> not phab.enlightenment.org > >> > >> could it be the root of this boring pain ?? > > > > Hi, > > > > You just need the CAcert root certificate: > > $ cd libphutil/resources/ssl > > $ wget http://www.cacert.org/certs/root.txt -O custom.pem > > You also may need the Class3 intermediate certificate : > http://www.cacert.org/certs/class3.crt : > > $ curl -s http://www.cacert.org/certs/root.crt > http://www.cacert.org/certs/class3.crt > > libphutil/resources/ssl/custom.pem > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@... > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel |
From: David Seikel <onefang@gm...> - 2013-12-08 14:02:05
Attachments:
signature.asc
|
On Sun, 3 Mar 2013 08:19:31 +0100 Jérémy Zurcher <jeremy@...> wrote: > Thanks to you 2, it works. > > On Saturday 02 March 2013 11:13, Bertrand Jacquin wrote : > > On 2013-03-02 01:28, Jérôme Pinot wrote: > > > On 03/01/13 11:50, Jérémy Zurcher wrote: > > >> hi, > > >> > > >> I followed https://phab.enlightenment.org/w/arcanist/ > > >> but I have a certificate issue > > >> > > >> Usage Exception: Failed to connect to server: [cURL/60] > > >> (https://phab.enlightenment.org/api/conduit.ping) > > >> <CURLE_SSL_CACERT> ... > > >> > > >> following ~/arcanist/libphutil/resources/ssl/README, I did: > > >> > > >> openssl s_client -connect phab.enlightenment.org:443 2>&1 | > > >> sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > > > >> ~/arcanist/libphutil/resources/ssl/custom.pem > > >> > > >> still the same... > > >> > > >> openssl x509 -text -in custom.pem > > >> tells me that the certificate is issued for enlightenment.org > > >> not phab.enlightenment.org > > >> > > >> could it be the root of this boring pain ?? > > > > > > Hi, > > > > > > You just need the CAcert root certificate: > > > $ cd libphutil/resources/ssl > > > $ wget http://www.cacert.org/certs/root.txt -O custom.pem > > > > You also may need the Class3 intermediate certificate : > > http://www.cacert.org/certs/class3.crt : > > > > $ curl -s http://www.cacert.org/certs/root.crt > > http://www.cacert.org/certs/class3.crt > > > libphutil/resources/ssl/custom.pem Perhaps this should be added to https://phab.enlightenment.org/w/arcanist/ ? -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world. |
From: Bertrand Jacquin <beber@me...> - 2013-12-08 14:58:50
|
>> > >> I followed https://phab.enlightenment.org/w/arcanist/ >> > >> but I have a certificate issue >> > >> >> > >> Usage Exception: Failed to connect to server: [cURL/60] >> > >> (https://phab.enlightenment.org/api/conduit.ping) >> > >> <CURLE_SSL_CACERT> ... >> > >> >> > >> following ~/arcanist/libphutil/resources/ssl/README, I did: >> > >> >> > >> openssl s_client -connect phab.enlightenment.org:443 2>&1 | >> > >> sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > >> > >> ~/arcanist/libphutil/resources/ssl/custom.pem >> > >> >> > >> still the same... >> > >> >> > >> openssl x509 -text -in custom.pem >> > >> tells me that the certificate is issued for enlightenment.org >> > >> not phab.enlightenment.org >> > >> >> > >> could it be the root of this boring pain ?? >> > > >> > > Hi, >> > > >> > > You just need the CAcert root certificate: >> > > $ cd libphutil/resources/ssl >> > > $ wget http://www.cacert.org/certs/root.txt -O custom.pem >> > >> > You also may need the Class3 intermediate certificate : >> > http://www.cacert.org/certs/class3.crt : >> > >> > $ curl -s http://www.cacert.org/certs/root.crt >> > http://www.cacert.org/certs/class3.crt > >> > libphutil/resources/ssl/custom.pem > > Perhaps this should be added to > https://phab.enlightenment.org/w/arcanist/ ? This is not needed anymore as Gandi offered us a valid (or knwoned by every browsers) SSL cert for two years. |