Re: [E-devel] arc SSL issue

2013-12-08 Thread David Seikel
On Sun, 3 Mar 2013 08:19:31 +0100 Jérémy Zurcher jer...@asynk.ch
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 21 |
   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.


signature.asc
Description: PGP signature
--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] arc SSL issue

2013-12-08 Thread Bertrand Jacquin
   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 21 |
   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.

--
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631iu=/4140/ostg.clktrk
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] arc SSL issue

2013-03-04 Thread Jérémy Zurcher
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 21 |
  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@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] arc SSL issue

2013-03-02 Thread Bertrand Jacquin
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 21 |
 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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] arc SSL issue

2013-03-01 Thread Jérémy Zurcher
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 21 |
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

--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] arc SSL issue

2013-03-01 Thread Jérôme Pinot
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 21 |
 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/


signature.asc
Description: Digital signature
--
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel