git error “server certificate verification failed”

I’ve got this message on Ubuntu 12.04. Other servers seemed to work fine. root@server:/tmp# git clone https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git Cloning into ’roundcubemail-plugins-kolab’… error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git/info/refs fatal: HTTP request failed The fix: Append CA root of that cert to file: /etc/ssl/certs/ca-certificates.crt

Cracking the RSA keys (Part 2 – generating the private key)

Previous part: Part 1 – Cracking the RSA keys (Part 1 – getting the private exponent) PART 2 For a private key generation, we need to create an asn1parse.txt file with the contents of: asn1=SEQUENCE:rsa_key [rsa_key] version=INTEGER:0 modulus=INTEGER:0 pubExp=INTEGER:0 privExp=INTEGER:0 p=INTEGER:0 q=INTEGER:0 e1=INTEGER:0 e2=INTEGER:0 coeff=INTEGER:0

Wrong LSAPI header type: 6 instead of expected 7

If You are getting this error after update: [Thu Jul 09 13:32:08.465065 2015] [lsapi:error] [pid 467230:tid 140242392512256] [client 10.3.13.37:65135] [host loginroot.com] Backend error on sending request(GET / HTTP/1.1); uri(/) content-length(0) (lsphp is killed?): Wrong LSAPI header type: 6 instead of expected 7 That’s because cloudlinux developers modified their lsapi code,…