> On 16 Feb 2017, at 13:49, teor <teor2...@gmail.com> wrote:
> 
>> i waited over one hour for tor to broadcast its new services. but not
>> even just the hello-world-page is
>> popping up in my clients tor browser. didnt even try to connect to ssl yet.
>> 
>> checked server config, curl 127.0.0.1:8080 is returning hello-world,
>> checked tor config and files over and over.
>> the tor browser on the client is working.
>> no idea what else to try.
> 
> ...
> Some 4G carriers drop long-lived connections.

From your debug log, it looks like your provider is dropping long-lived
connections:

TLS error: unexpected close while reading (SSL_ST_OK)
tor_tls_read(): read returned r=0, err=-8
connection_read_to_buf(): TLS connection closed on read. Closing. (Nickname 
REDACTED_GUARD_FP, address REDACTED_GUARD_IP)

When then causes the hidden service to discard its intro points:

rend_services_introduce(): Giving up on [scrubbed] as intro point for 
[scrubbed].

Which means that the published descriptor is uploaded, but quickly
becomes invalid:

upload_service_descriptor(): Successfully uploaded v2 rend descriptors!

connection_dir_client_reached_eof(): Received response from directory server 
'REDACTED_HSDIR_IP': 200 "Service descriptor (v2) stored"
Feb 16 22:18:17.485 [info] connection_dir_client_reached_eof(): Uploaded 
rendezvous descriptor (status 200 ("Service descriptor (v2) stored"))

Recent versions of tor handle this much better.

There might also be other issues, because this issue shouldn't result
in there being no descriptor for your hidden service: it should result
in there being a descriptor with no valid intro points.
(Or some failure when using those intro points.)

T

--
Tim Wilson-Brown (teor)

teor2345 at gmail dot com
PGP C855 6CED 5D90 A0C5 29F6 4D43 450C BA7F 968F 094B
ricochet:ekmygaiu4rzgsk6n
xmpp: teor at torproject dot org
------------------------------------------------------------------------



Attachment: signature.asc
Description: Message signed with OpenPGP

_______________________________________________
tor-onions mailing list
tor-onions@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-onions

Reply via email to