[GH-ISSUE #933] there is no extension data to get servername #740

Closed
opened 2026-05-05 12:28:30 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @a365541453 on GitHub (Sep 25, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/933

frps 和frpc都是 0.20.0

frps.ini
[common]
bind_addr = XXXXX
bind_port = XXXXX
token = XX
vhost_http_port = 80
vhost_https_port = 443
subdomain_host = XXX.COM
frpc.ini
[common]
server_addr = XXXXXX
server_port = XXXXX
token = XXXXXX

[HP-ILO-https]
type = https
local_ip = 192.168.222.240
local_port = 443
subdomain = hp

当我访问https的时候,会出现下面的错误

 [vhost.go:136] get hostname from http/https request error: readHandshake: there is no extension data to get servername
[vhost.go:136] get hostname from http/https request error: EOF

其他http和ssh方式都能正常访问
https之前访问还是正常,不知什么原因,这几天突然不行了

Originally created by @a365541453 on GitHub (Sep 25, 2018). Original GitHub issue: https://github.com/fatedier/frp/issues/933 frps 和frpc都是 0.20.0 ``` frps.ini [common] bind_addr = XXXXX bind_port = XXXXX token = XX vhost_http_port = 80 vhost_https_port = 443 subdomain_host = XXX.COM ``` ``` frpc.ini [common] server_addr = XXXXXX server_port = XXXXX token = XXXXXX [HP-ILO-https] type = https local_ip = 192.168.222.240 local_port = 443 subdomain = hp ``` 当我访问https的时候,会出现下面的错误 ``` [vhost.go:136] get hostname from http/https request error: readHandshake: there is no extension data to get servername [vhost.go:136] get hostname from http/https request error: EOF ``` 其他http和ssh方式都能正常访问 https之前访问还是正常,不知什么原因,这几天突然不行了
Author
Owner

@fatedier commented on GitHub (Dec 8, 2018):

Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)

<!-- gh-comment-id:445448247 --> @fatedier commented on GitHub (Dec 8, 2018): Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly. (为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#740
No description provided.