Tor2web icon indicating copy to clipboard operation
Tor2web copied to clipboard

this gave me an error on my machine.

Open virgil opened this issue 9 years ago • 3 comments

adding this line fixed the problem.

virgil avatar Oct 17 '16 08:10 virgil

@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)?

NSkelsey avatar Oct 17 '16 08:10 NSkelsey

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 .

virgil avatar Oct 17 '16 08:10 virgil

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 [email protected] 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 .

virgil avatar Oct 18 '16 06:10 virgil