Got Ubuntu 15.10 installed and keep some of my old data did a rm -rf /root/.local/share/letsencrypt/ and then ./letsencrypt-auto
I have to press Ctrl-C then waited 4 hours and still same stuck place at:
ca-certificates is already the newest version.
libssl-dev is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Checking for new version...
Creating virtual environment...
Installing Python packages...
It just stays at that last line and I can press Ctrl-C to get out of it.
Some of the last lines after the Ctrl-C look like this:
File "/tmp/tmp.7RAqDSzViu/peep.py", line 570, in pipe_to_file
for chunk in progress_indicator(response_chunks(4096), 4096):
File "/tmp/tmp.7RAqDSzViu/peep.py", line 559, in response_chunks
chunk = response.read(chunk_size)
File "/usr/lib/python2.7/socket.py", line 384, in read
data = self._sock.recv(left)
File "/usr/lib/python2.7/httplib.py", line 612, in read
s = self.fp.read(amt)
File "/usr/lib/python2.7/socket.py", line 384, in read
data = self._sock.recv(left)
File "/usr/lib/python2.7/ssl.py", line 734, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py", line 621, in read
v = self._sslobj.read(len or 1024)
KeyboardInterrupt
So I can't get Let's Encrypt to install!
Any one know how to fix this?
-Raymond Day