Jammy
Test 1 - second part (when the connection completes.
root@tor-j:~# journalctl -u tor@default -f
Aug 17 06:20:39 tor-j Tor[1858]: Set list of supported TLS groups to:
P-256:X25519:P-224
Aug 17 06:20:39 tor-j Tor[1858]: Bootstrapped 0% (starting): Starting
Aug 17 06:20:39 tor-j Tor[1858]: Starting with guard context "default"
Aug 17 06:20:39 tor-j Tor[1858]: Signaled readiness to systemd
Aug 17 06:20:39 tor-j systemd[1]: Started Anonymizing overlay network for TCP.
Aug 17 06:20:40 tor-j Tor[1858]: Opening Socks listener on /run/tor/socks
Aug 17 06:20:40 tor-j Tor[1858]: Opened Socks listener connection (ready) on
/run/tor/socks
Aug 17 06:20:40 tor-j Tor[1858]: Opening Control listener on /run/tor/control
Aug 17 06:20:40 tor-j Tor[1858]: Opened Control listener connection (ready) on
/run/tor/control
Aug 17 06:20:40 tor-j Tor[1858]: Bootstrapped 5% (conn): Connecting to a relay
...
Aug 17 06:32:40 tor-j Tor[1858]: Bootstrapped 10% (conn_done): Connected to a
relay
Aug 17 06:32:40 tor-j Tor[1858]: Bootstrapped 14% (handshake): Handshaking with
a relay
Aug 17 06:32:40 tor-j Tor[1858]: Bootstrapped 15% (handshake_done): Handshake
with a relay done
Aug 17 06:32:40 tor-j Tor[1858]: Bootstrapped 20% (onehop_create): Establishing
an encrypted directory connection
Aug 17 06:32:40 tor-j Tor[1858]: Bootstrapped 25% (requesting_status): Asking
for networkstatus consensus
Aug 17 06:32:41 tor-j Tor[1858]: Bootstrapped 30% (loading_status): Loading
networkstatus consensus
Aug 17 06:32:41 tor-j Tor[1858]: I learned some more directory information, but
not enough to build a circuit: We have no usable consensus.
Aug 17 06:32:41 tor-j Tor[1858]: Bootstrapped 40% (loading_keys): Loading
authority key certs
Aug 17 06:32:41 tor-j Tor[1858]: The current consensus has no exit nodes. Tor
can only build internal paths, such as paths to onion services.
Aug 17 06:32:41 tor-j Tor[1858]: Bootstrapped 45% (requesting_descriptors):
Asking for relay descriptors
Aug 17 06:32:41 tor-j Tor[1858]: I learned some more directory information, but
not enough to build a circuit: We need more microdescriptors: we have 0/10179,
and can only build 0% of likely paths. (We have 0% of guards bw, 0% of midpoint
bw, and 0% of end bw (no exits in consensus, using mid) = 0% of path bw.)
...
Aug 17 06:37:01 tor-j Tor[1858]: Bootstrapped 50% (loading_descriptors):
Loading relay descriptors
Aug 17 06:37:02 tor-j Tor[1858]: The current consensus contains exit nodes. Tor
can build exit and internal paths.
...
Aug 17 06:41:26 tor-j Tor[1858]: Bootstrapped 55% (loading_descriptors):
Loading relay descriptors
Aug 17 06:41:26 tor-j Tor[1858]: Bootstrapped 61% (loading_descriptors):
Loading relay descriptors
Aug 17 06:41:26 tor-j Tor[1858]: Bootstrapped 67% (loading_descriptors):
Loading relay descriptors
Aug 17 06:41:26 tor-j Tor[1858]: Bootstrapped 75% (enough_dirinfo): Loaded
enough directory info to build circuits
Aug 17 06:41:26 tor-j Tor[1858]: Bootstrapped 90% (ap_handshake_done):
Handshake finished with a relay to build circuits
Aug 17 06:41:26 tor-j Tor[1858]: Bootstrapped 95% (circuit_create):
Establishing a Tor circuit
Aug 17 06:41:26 tor-j Tor[1858]: All current guards excluded by path
restriction type 2; using an additional guard.
Aug 17 06:41:26 tor-j Tor[1858]: Bootstrapped 100% (done): Done
root@tor-j:~# ss -eeapnt | grep tor
LISTEN 0 4096 127.0.0.1:9050 0.0.0.0:*
users:(("tor",pid=1858,fd=6)) ino:20247 sk:3
cgroup:/system.slice/system-tor.slice/[email protected] <->
root@tor-j:~# curl -v -x socks5h://127.0.0.1:9050 -s
https://check.torproject.org/api/ip
* Trying 127.0.0.1:9050...
* SOCKS5 connect to check.torproject.org:443 (remotely resolved)
* SOCKS5 request granted.
* Connected to (nil) (127.0.0.1) port 9050 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* CAfile: /etc/ssl/certs/ca-certificates.crt
* CApath: /etc/ssl/certs
* TLSv1.0 (OUT), TLS header, Certificate Status (22):
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS header, Certificate Status (22):
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS header, Finished (20):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.2 (OUT), TLS header, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: CN=check.torproject.org
* start date: Jul 25 00:05:12 2026 GMT
* expire date: Oct 23 00:05:11 2026 GMT
* subjectAltName: host "check.torproject.org" matched cert's
"check.torproject.org"
* issuer: C=US; O=Let's Encrypt; CN=YR2
* SSL certificate verify ok.
* TLSv1.2 (OUT), TLS header, Supplemental data (23):
> GET /api/ip HTTP/1.1
> Host: check.torproject.org
> User-Agent: curl/7.81.0
> Accept: */*
>
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
* TLSv1.2 (IN), TLS header, Supplemental data (23):
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Date: Mon, 17 Aug 2026 07:20:19 GMT
< Server: Apache
< X-Content-Type-Options: nosniff
< X-Frame-Options: sameorigin
< X-Xss-Protection: 1
< Referrer-Policy: no-referrer
< Strict-Transport-Security: max-age=15768000; preload
< Content-Type: application/json
< Content-Length: 36
<
* Connection #0 to host (nil) left intact
{"IsTor":true,"IP":"192.42.116.145"}
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2163259
Title:
Tor sunsets <=4.8 - update to 4.9.11
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tor/+bug/2163259/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs