Hello, I did set up a httpd hidden service but it is not reachable. When I try to reach it with the tor browser from my desktop the services is not available and I get this error every time I Try to access it from the tor browser:
Sep 25 03:43:49.000 [info] command_process_relay_cell(): circuit_receive_relay_cell (backward) failed. Closing.
I have no firewall running.
tor version is Tor version 0.3.1.7.
this is my torrrc:
Log notice file /usr/local/log/tor/notices.log Log debug file /usr/local/log/tor/debug.log
RunAsDaemon 1
DataDirectory /usr/local/lib/tor
HiddenServiceDir /usr/local/lib/tor/httpd/ HiddenServicePort 80 127.0.0.1:8029
apache httpd is running on localhost port 8029
I do not know what can be wrong and why the tor circuit does not work. here is the notice.log
Sep 25 03:39:20.000 [notice] Tor 0.3.1.7 opening log file. Sep 25 03:39:20.368 [warn] OpenSSL version from headers does not match the version we're running with. If you get weird crashes, that might be why. (Compiled with 100020bf: OpenSSL 1.0.2k 26 Jan 2017; running with 100020bf: OpenSSL 1.0.2k-fips 26 Jan 2017). Sep 25 03:39:20.400 [notice] Tor 0.3.1.7 running on Linux with Libevent 2.0.21-stable, OpenSSL 1.0.2k-fips, Zlib 1.2.7, Liblzma N/A, and Libzstd N/A. Sep 25 03:39:20.400 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning Sep 25 03:39:20.400 [notice] Read configuration file "/usr/local/etc/tor/torrc". Sep 25 03:39:20.405 [notice] Opening Socks listener on 127.0.0.1:9050 Sep 25 03:39:20.000 [warn] Your log may contain sensitive information - you're logging more than "notice". Don't log unless it serves an important reason. Overwrite the log afterwards. Sep 25 03:39:20.000 [notice] Parsing GEOIP IPv4 file /usr/local/share/tor/geoip. Sep 25 03:39:20.000 [notice] Parsing GEOIP IPv6 file /usr/local/share/tor/geoip6. Sep 25 03:39:20.000 [notice] Bootstrapped 0%: Starting Sep 25 03:39:21.000 [notice] Starting with guard context "default" Sep 25 03:39:21.000 [notice] Bootstrapped 80%: Connecting to the Tor network Sep 25 03:39:22.000 [notice] Bootstrapped 85%: Finishing handshake with first hop Sep 25 03:39:22.000 [notice] Bootstrapped 90%: Establishing a Tor circuit Sep 25 03:39:22.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working. Sep 25 03:39:22.000 [notice] Bootstrapped 100%: Done
any hints ? thank you very much
Rob