Tag Archive: development

Sep 15

Create Git repository on shared host

After the installation of git on my bluehost account I tried to figure out a good way to create and access to my git repository. Even if I thought the Apache bridge was the best way to access to git files, I found that on bluehost, the best and fastest way is directly using the …

Continue reading »

Permanent link to this article: http://blog.mornati.net/2011/09/15/create-git-repository-on-shared-host/

Sep 01

GitHub pull and certificate verification failed….

I put this tips here because every time I need to pull a project from github, where I’m not contributor, I’ve certificates problem and I always dismembered the solution [root@centos564 ~]# git clone https://github.com/onelogin/python-saml.git Cloning into python-saml… 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 …

Continue reading »

Permanent link to this article: http://blog.mornati.net/2011/09/01/github-pull-and-certificate-verification-failed/