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

Perms issue in /home/tor2web/certs/ #320

Closed vjrj closed 7 years ago

vjrj commented 7 years ago

I get these messages:

Tor2web Startup Failure: unexistent file (/home/tor2web/certs/tor2web-key.pem)
Tor2web Startup Failure: unexistent file (/home/tor2web/certs/tor2web-key.pem)

starting tor2web in a globaleaks site.

IMHO, this chmod:

tor2web.postinst:chmod 660 /home/tor2web/certs/ -R

should be:

tor2web.postinst:chmod 770 /home/tor2web/certs/ -R
evilaliv3 commented 7 years ago

Nice catch @vjrj thanks!

evilaliv3 commented 7 years ago

fixed, the patch will be shipped in next release (3.1.67)