On Fri, Mar 20, 2015 at 8:04 AM, Dipak Dudhabhate <dipak.dudhabhate at gmail.com> wrote: > Hi, > > I am trying to download rhel7 kernel code using git as follows. > > $ git clone https://git.centos.org/git/rpms/kernel.git > Cloning into 'kernel'... > fatal: unable to access 'https://git.centos.org/git/rpms/kernel.git/': > gnutls_handshake() warning: The server name sent was not recognized I think this is a misconfiguration on git.centos.org. Something to do with the DNS cache not up to date or something. $ GIT_CURL_VERBOSE=1 git clone https://git.centos.org/git/rpms/kernel.git Cloning into 'kernel'... * Couldn't find host git.centos.org in the .netrc file; using defaults * Hostname was NOT found in DNS cache * Trying 85.13.226.35... * Connected to git.centos.org (85.13.226.35) port 443 (#0) * found 178 certificates in /etc/ssl/certs/ca-certificates.crt * gnutls_handshake() warning: The server name sent was not recognized * failed to get server cert * Closing connection 0 fatal: unable to access 'https://git.centos.org/git/rpms/kernel.git/': gnutls_handshake() warning: The server name sent was not recognized ...Juerg > $ git clone git://git.centos.org/git/rpms/kernel.git > Cloning into 'kernel'... > fatal: Could not read from remote repository. > > Please make sure you have the correct access rights > and the repository exists. > > Do i need git account to access it ? if yes where can do it? > > > -Dipak > > > _______________________________________________ > CentOS-devel mailing list > CentOS-devel at centos.org > http://lists.centos.org/mailman/listinfo/centos-devel > -- Juerg Haefliger Hewlett-Packard