tor2web / Tor2web

Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by mean of common web browsers
https://www.tor2web.org
GNU Affero General Public License v3.0
705 stars 176 forks source link

this gave me an error on my machine. #308

Open virgil opened 8 years ago

virgil commented 8 years ago

adding this line fixed the problem.

NSkelsey commented 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)?

virgil commented 8 years ago

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 commented 8 years ago

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 .