I’ve try to reach the webpage that is hosted trough that .onion but it fail
is there a way to test if the .onion address has been well propagated ? and if the connection reach the proper server ? Then I can take care of the config of the HTTP server…
An error occurred during a connection to
.xxx.onion
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Tor Browser is permitted to access the web.
This might be related, but we the info we have here is hard to know.
My torrc is quite simple:
Your config seems right, although I would recommend removing the SocksPort config depending on your use-case/threat model (better not to mix Onion Services with a Tor proxy, unless you know what you’re doing).
Seem like you can also remove the CookieAuth configs (since you’re not using the ControlPort).
[debug] circuit_remove_handled_ports(): Port 443 is already being handled; removing.
Should I bother ?
Secondly my Onion service is a http webpage. (so without httpS )
I know https is not necessary as the Tor network already provide the necessary.
What your two cent about it ?
and if one implement anyway https, I assume it’s only self-certificate with tor ?