Neo4j CE 3.4.1 install on Ubuntu 16.04 fails because of expired certificate

127 views
Skip to first unread message

Marcel Maré

unread,
Jul 11, 2018, 5:35:19 PM7/11/18
to Neo4j
Hi all, 

I tried to install Neo4j using the instructions on https://neo4j.com/docs/operations-manual/current/installation/linux/debian/
It seems that a certificate has expired resulting in the installation failing. Here is the transcript

wget -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
Resolving debian.neo4j.org (debian.neo4j.org)... 52.0.233.188
Connecting to debian.neo4j.org (debian.neo4j.org)|52.0.233.188|:443... connected.
ERROR: cannot verify debian.neo4j.org's certificate, issued by ‘CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US’:
  Issued certificate has expired.
To connect to debian.neo4j.org insecurely, use `--no-check-certificate'.
gpg: no valid OpenPGP data found.
root@achn01:~#
root@achn01:~# wget --no-check-certificate -O - https://debian.neo4j.org/neotechnology.gpg.key | sudo apt-key add -
Resolving debian.neo4j.org (debian.neo4j.org)... 52.0.233.188
Connecting to debian.neo4j.org (debian.neo4j.org)|52.0.233.188|:443... connected.
WARNING: cannot verify debian.neo4j.org's certificate, issued by ‘CN=Go Daddy Secure Certificate Authority - G2,OU=http://certs.godaddy.com/repository/,O=GoDaddy.com\\, Inc.,L=Scottsdale,ST=Arizona,C=US’:
  Issued certificate has expired.
HTTP request sent, awaiting response... 200 OK
Length: 4791 (4.7K) [application/octet-stream]
Saving to: ‘STDOUT’

-                                     100%[=======================================================================>]   4.68K  --.-KB/s    in 0s

2018-07-07 13:11:33 (470 MB/s) - written to stdout [4791/4791]

OK
root@achn01:~# echo 'deb https://debian.neo4j.org/repo stable/' | sudo tee -a /etc/apt/sources.list.d/neo4j.list
root@achn01:~# sudo apt-get update
Hit:2 http://lon1.mirrors.digitalocean.com/ubuntu xenial-updates InRelease
Hit:3 http://lon1.mirrors.digitalocean.com/ubuntu xenial-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
Ign:6 https://debian.neo4j.org/repo stable/ InRelease
Ign:7 https://debian.neo4j.org/repo stable/ Release
Ign:8 https://debian.neo4j.org/repo stable/ Packages
Ign:9 https://debian.neo4j.org/repo stable/ Translation-en_US
Ign:10 https://debian.neo4j.org/repo stable/ Translation-en
Ign:8 https://debian.neo4j.org/repo stable/ Packages
Ign:9 https://debian.neo4j.org/repo stable/ Translation-en_US
Ign:10 https://debian.neo4j.org/repo stable/ Translation-en
Ign:8 https://debian.neo4j.org/repo stable/ Packages
Ign:9 https://debian.neo4j.org/repo stable/ Translation-en_US
Ign:10 https://debian.neo4j.org/repo stable/ Translation-en
Ign:8 https://debian.neo4j.org/repo stable/ Packages
Ign:9 https://debian.neo4j.org/repo stable/ Translation-en_US
Ign:10 https://debian.neo4j.org/repo stable/ Translation-en
Ign:8 https://debian.neo4j.org/repo stable/ Packages
Ign:9 https://debian.neo4j.org/repo stable/ Translation-en_US
Ign:10 https://debian.neo4j.org/repo stable/ Translation-en
Err:8 https://debian.neo4j.org/repo stable/ Packages
  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
Ign:9 https://debian.neo4j.org/repo stable/ Translation-en_US
Ign:10 https://debian.neo4j.org/repo stable/ Translation-en
Reading package lists... Done
W: The repository 'https://debian.neo4j.org/repo stable/ Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://debian.neo4j.org/repo/stable/Packages  server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
E: Some index files failed to download. They have been ignored, or old ones used instead.
root@achn01:~#
root@achn01:~# sudo apt-get install neo4j=1:3.4.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package neo4j



Michael Hunger

unread,
Jul 11, 2018, 5:37:31 PM7/11/18
to ne...@googlegroups.com
Should work again, certificate was updated.

--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages