mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
http: TLS handshake error #1081
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#1081
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ammnt on GitHub (Nov 8, 2019).
Originally assigned to: @szolin on GitHub.
Hello,
VPS, Debian 9, AGH 0.99.2. I'm not sure it 's a bug. But when I use the web-interface, i at once see a errors in the log:
I use a certificate from Lets Encrypt for DoH, DoT, and HTTPS. DoT/DoH handshakes works without any errors. Tests on ssllabs.com and sslshopper.com successful. I can send the configuration file, domain and full logs to devteam@adguard.com.
Something similar is described here:
https://stackoverflow.com/questions/34823724/golang-tls-handshake-error
https://stackoverflow.com/questions/39547459/golang-http2-and-tls-handshake-errors
Thank you.
@ameshkov commented on GitHub (Nov 13, 2019):
This means that the client closed connections unexpectedly, this is not really a problem.
I think we should simply log this with DEBUG level, not ERROR.
@szolin commented on GitHub (Nov 13, 2019):
These don't seem like our log messages. What application writes these logs?
@ameshkov commented on GitHub (Nov 13, 2019):
@szolin it's ours of course. We should've configured
ErrorLog *log.Loggerfor thehttp.Serverinstance.