mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4670] wildcard dns first record does not look like a TLS handshake #3687
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3687
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 @jaimeph on GitHub (Feb 13, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4670
Bug Description
I have configured:
get hostname from http/https request error: tls: first record does not look like a TLS handshakeWhat could be happening?
frpc Version
0.61.1
frps Version
0.61.1
System Architecture
linux/amd64
Configurations
Logs
Waiting for the file /config/frps.toml...
File found!
2025-02-13 20:40:54.331 [I] [frps/root.go:105] frps uses config file: /config/frps.toml
2025-02-13 20:40:54.685 [I] [server/service.go:237] frps tcp listen on 0.0.0.0:7000
2025-02-13 20:40:54.685 [I] [server/service.go:319] https service listen on 0.0.0.0:443
2025-02-13 20:40:54.685 [I] [frps/root.go:114] frps started successfully
2025-02-13 20:40:54.685 [I] [server/service.go:351] dashboard listen on 127.0.0.1:7500
2025-02-13 20:41:02.433 [D] [vhost/vhost.go:208] get hostname from http/https request error: tls: first record does not look like a TLS handshake
2025-02-13 20:41:02.460 [D] [vhost/vhost.go:208] get hostname from http/https request error: tls: first record does not look like a TLS handshake
2025-02-13 20:41:02.521 [D] [vhost/vhost.go:208] get hostname from http/https request error: tls: first record does not look like a TLS handshake
2025-02-13 20:41:02.549 [D] [vhost/vhost.go:208] get hostname from http/https request error: tls: first record does not look like a TLS handshake
Steps to reproduce
...
Affected area
@github-actions[bot] commented on GitHub (Feb 28, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
@dishpzga commented on GitHub (Apr 21, 2025):
遇到了同样的问题,兄弟解决了吗