Open virgil opened 8 years ago
@evilaliv3 the TLS certificate on deb.globaleaks.org has expired.
@virgil I suspect that this will not get merged. Can you share the the log output of the install with/without the pip upgrade pip
line)?
I already killed the machine and moved to Trusty after another error occurred with the python cryptography package.
It's fine if it doesn't get merged. But adding that line allowed me to progress one step further on the new Ubuntu 16.04 LTE .
The error was on Ubuntu 16.04
If dont want to add it that's cool. I simply saw it as no harm done and it let the tor2web related Python packages download without hiccup.
On Tuesday, October 18, 2016, Giovanni Pellerano notifications@github.com wrote:
@evilaliv3 commented on this pull request.
In scripts/install.sh https://github.com/globaleaks/Tor2web/pull/308#pullrequestreview-4599206 :
@@ -113,6 +113,9 @@ if [ ! -f /etc/apt/sources.list.d/globaleaks.list ]; then echo "deb http://deb.globaleaks.org $DISTRO_CODENAME/" > /etc/apt/sources.list.d/globaleaks.list fi
+# adding this fixed a problem in my installation +DO "pip install --upgrade pip"
why this is needed? what was the error?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/globaleaks/Tor2web/pull/308#pullrequestreview-4599206, or mute the thread https://github.com/notifications/unsubscribe-auth/AAE9qsV3PcOPgMiDDkrPVFVy49HY_f8wks5q1Eb-gaJpZM4KYXGe .
adding this line fixed the problem.