-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I can connect to the client but cant access any resources, client does not receive any data from the server.
Logs
Client logs
.\hysteria-windows-amd64-avx.exe -l debug
2026-01-04T19:15:52+03:00 INFO client mode
2026-01-04T19:15:52+03:00 INFO connected to server {"udpEnabled": true, "tx": 12500000, "count": 1}
2026-01-04T19:15:52+03:00 DEBUG checking for updates {"version": "v2.6.5", "platform": "windows", "arch": "amd64-avx", "channel": "release"}
2026-01-04T19:15:52+03:00 INFO HTTP proxy server listening {"addr": "127.0.0.1:8080"}
2026-01-04T19:15:52+03:00 INFO SOCKS5 server listening {"addr": "127.0.0.1:1080"}
2026-01-04T19:16:02+03:00 DEBUG failed to check for updates {"error": "Get \"https://api.hy2.io/v1/update?cver=v2.6.5&plat=windows&arch=amd64-avx&chan=release&side=client\": context deadline exceeded (Client.Timeout exceeded while awaiting headers)"}
2026-01-04T19:16:23+03:00 DEBUG SOCKS5 TCP request {"addr": "127.0.0.1:5049", "reqAddr": "gemini.google.com:443"}
2026-01-04T19:16:24+03:00 WARN SOCKS5 TCP error {"addr": "127.0.0.1:5049", "reqAddr": "gemini.google.com:443", "error": "connection closed: timeout: no recent network activity"}
2026-01-04T19:16:24+03:00 DEBUG SOCKS5 TCP request {"addr": "127.0.0.1:5054", "reqAddr": "gemini.google.com:443"}
2026-01-04T19:16:24+03:00 INFO connected to server {"udpEnabled": true, "tx": 12500000, "count": 2}
2026-01-04T19:16:25+03:00 DEBUG SOCKS5 TCP request {"addr": "127.0.0.1:5057", "reqAddr": "chatgpt.com:443"}
2026-01-04T19:16:28+03:00 DEBUG SOCKS5 TCP request {"addr": "127.0.0.1:5060", "reqAddr": "profile.accounts.firefox.com:443"}
2026-01-04T19:16:55+03:00 WARN SOCKS5 TCP error {"addr": "127.0.0.1:5054", "reqAddr": "gemini.google.com:443", "error": "timeout: no recent network activity"}
2026-01-04T19:16:55+03:00 WARN SOCKS5 TCP error {"addr": "127.0.0.1:5060", "reqAddr": "profile.accounts.firefox.com:443", "error": "connection closed: timeout: no recent network activity"}
2026-01-04T19:16:55+03:00 WARN SOCKS5 TCP error {"addr": "127.0.0.1:5057", "reqAddr": "chatgpt.com:443", "error": "connection closed: timeout: no recent network activity"}
2026-01-04T19:16:55+03:00 DEBUG SOCKS5 TCP request {"addr": "127.0.0.1:5076", "reqAddr": "chatgpt.com:443"}
2026-01-04T19:16:55+03:00 DEBUG SOCKS5 TCP request {"addr": "127.0.0.1:5077", "reqAddr": "profile.accounts.firefox.com:443"}
2026-01-04T19:16:56+03:00 INFO connected to server {"udpEnabled": true, "tx": 12500000, "count": 3}
2026-01-04T19:16:56+03:00 DEBUG SOCKS5 TCP request {"addr": "127.0.0.1:5079", "reqAddr": "gemini.google.com:443"}
2026-01-04T19:17:05+03:00 INFO received signal, shutting down gracefully
2026-01-04T19:17:05+03:00 WARN SOCKS5 TCP error {"addr": "127.0.0.1:5077", "reqAddr": "profile.accounts.firefox.com:443", "error": "Application error 0x100 (local)"}
2026-01-04T19:17:05+03:00 WARN SOCKS5 TCP error {"addr": "127.0.0.1:5076", "reqAddr": "chatgpt.com:443", "error": "Application error 0x100 (local)"}
Server Logs
sudo /usr/local/bin/hysteria server --config /etc/hysteria/config.yaml -l debug
2026-01-04T16:15:29Z INFO server mode
2026-01-04T16:15:29Z INFO maintenance started background certificate maintenance {"cache": "0x400019db90"}
2026-01-04T16:15:29Z WARN stapling OCSP {"error": "no OCSP stapling for [[edited]]: no OCSP server specified in certificate", "identifiers": ["[edited]"]}
2026-01-04T16:15:29Z DEBUG added certificate to cache {"subjects": ["[edited]"], "expiration": "2026-04-04T08:16:29Z", "managed": true, "issuer_key": "acme-v02.api.letsencrypt.org-directory", "hash": "[edited]", "cache_size": 1, "cache_capacity": 0}
2026-01-04T16:15:29Z INFO server up and running {"listen": ":443"}
2026-01-04T16:15:29Z DEBUG checking for updates {"version": "v2.6.5", "platform": "linux", "arch": "arm64", "channel": "release"}
2026-01-04T16:15:29Z DEBUG no update available
2026-01-04T16:15:50Z DEBUG handshake choosing certificate {"identifier": "[edited]", "num_choices": 1}
2026-01-04T16:15:50Z DEBUG handshake default certificate selection results {"identifier": "[edited]", "subjects": ["[edited]"], "managed": true, "issuer_key": "acme-v02.api.letsencrypt.org-directory", "hash": "[edited]"}
2026-01-04T16:15:50Z DEBUG handshake matched certificate in cache {"remote_ip": "[edited]", "remote_port": "4765", "subjects": ["[edited]"], "managed": true, "expiration": "2026-04-04T08:16:29Z", "hash": "[edited]"}
2026-01-04T16:15:51Z INFO client connected {"addr": "[edited]:4765", "id": "user", "tx": 12500000}
2026-01-04T16:15:51Z DEBUG TCP request {"addr": "[edited]:4765", "id": "user", "reqAddr": "api.hy2.io:443"}
2026-01-04T16:16:06Z DEBUG TCP closed {"addr": "[edited]:4765", "id": "user", "reqAddr": "api.hy2.io:443"}
2026-01-04T16:16:22Z INFO client disconnected {"addr": "[edited]:4765", "id": "user", "error": "accepting stream failed: timeout: no recent network activity"}
2026-01-04T16:16:23Z DEBUG handshake choosing certificate {"identifier": "[edited]", "num_choices": 1}
2026-01-04T16:16:23Z DEBUG handshake default certificate selection results {"identifier": "[edited]", "subjects": ["[edited]"], "managed": true, "issuer_key": "acme-v02.api.letsencrypt.org-directory", "hash": "[edited]"}
2026-01-04T16:16:23Z DEBUG handshake matched certificate in cache {"remote_ip": "[edited]", "remote_port": "5989", "subjects": ["[edited]"], "managed": true, "expiration": "2026-04-04T08:16:29Z", "hash": "[edited]"}
2026-01-04T16:16:23Z INFO client connected {"addr": "[edited]:5989", "id": "user", "tx": 12500000}
2026-01-04T16:16:23Z DEBUG TCP request {"addr": "[edited]:5989", "id": "user", "reqAddr": "gemini.google.com:443"}
2026-01-04T16:16:33Z DEBUG TCP closed {"addr": "[edited]:5989", "id": "user", "reqAddr": "gemini.google.com:443"}
2026-01-04T16:16:53Z INFO client disconnected {"addr": "[edited]:5989", "id": "user", "error": "accepting stream failed: timeout: no recent network activity"}
2026-01-04T16:16:54Z DEBUG handshake choosing certificate {"identifier": "[edited]", "num_choices": 1}
2026-01-04T16:16:54Z DEBUG handshake default certificate selection results {"identifier": "[edited]", "subjects": ["[edited]"], "managed": true, "issuer_key": "acme-v02.api.letsencrypt.org-directory", "hash": "[edited]"}
2026-01-04T16:16:54Z DEBUG handshake matched certificate in cache {"remote_ip": "[edited]", "remote_port": "5987", "subjects": ["[edited]"], "managed": true, "expiration": "2026-04-04T08:16:29Z", "hash": "[edited]"}
2026-01-04T16:16:54Z INFO client connected {"addr": "[edited]:5987", "id": "user", "tx": 12500000}
2026-01-04T16:16:55Z DEBUG TCP request {"addr": "[edited]:5987", "id": "user", "reqAddr": "profile.accounts.firefox.com:443"}
2026-01-04T16:16:55Z DEBUG TCP request {"addr": "[edited]:5987", "id": "user", "reqAddr": "chatgpt.com:443"}
2026-01-04T16:16:55Z DEBUG TCP request {"addr": "[edited]:5987", "id": "user", "reqAddr": "gemini.google.com:443"}
Server config
# listen: :443
acme:
domains:
- [edited]
email: [edited]
type: dns
dns:
name: cloudflare
config:
cloudflare_api_token: [edited]
auth:
type: password
password: [edited]
masquerade:
type: proxy
proxy:
url: https://news.ycombinator.com/
rewriteHost: trueClient config
server: [edited]
auth: [edited]
bandwidth:
up: 100 mbps
down: 100 mbps
socks5:
listen: 127.0.0.1:1080
http:
listen: 127.0.0.1:8080Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working