madalinoprea / magneto-varnish

Magento extension that implements full page caching using Varnish
http://moprea.ro/2011/may/6/magento-performance-optimization-varnish-cache-3/
123 stars 36 forks source link

SSL3_GET_SERVER_CERTIFICATE:certificate verify failed #9

Closed ittec closed 13 years ago

ittec commented 13 years ago

Scenario: CentOS release 5.6 (Final)

Error:

-bash-3.2# modman magneto-varnish clone https://github.com/madalinoprea/magneto-varnish.git Cloning into magneto-varnish... error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed while accessing https://github.com/madalinoprea/magneto-varnish.git/info/refs

fatal: HTTP request failed ERROR: magneto-varnish has not been checked out.

I have tested today and yesterdy, equal result :-/

Is there any alternative way to install your module(extension)? Or, How can I fix This?

Thanks!

ittec commented 13 years ago

Hello again

I have tried to http instead https and works!

-bash-3.2# modman magneto-varnish clone http://github.com/madalinoprea/magneto-varnish.git Cloning into magneto-varnish... remote: Counting objects: 125, done. remote: Compressing objects: 100% (52/52), done. remote: Total 125 (delta 49), reused 125 (delta 49) Receiving objects: 100% (125/125), 19.70 KiB, done. Resolving deltas: 100% (49/49), done. Created link: code/Varnish app/code/community/Magneto/Varnish Created link: Magneto_Varnish.xml app/etc/modules/Magneto_Varnish.xml Checkout of magneto-varnish complete

Hope this helps !