mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1922] 代理https出错 #1524
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#1524
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 @muyen2 on GitHub (Jul 29, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1922
版本
frp_0.33.0_windows_amd64 ,
windows 10 (6.1.7601)
服务器
WINDOWS SERVER 2016
frps配置
[common]
bind_addr = 0.0.0.0
bind_port = 8449
#log_file = ./frps.log
dashboard_addr = 0.0.0.0
dashboard_port = 7500
vhost_https_port = 8443
subdomain_host =XXX.xyz
dashboard_user = XXXX
dashboard_pwd = XXXX
authentication_method = token
authenticate_heartbeats = true
token = XXXX
frpc配置
[common]
server_addr =XXXX
server_port =8449
token =XXXX
authentication_method = token
authenticate_heartbeats = true
#log_file = ./frpc.log
[myweb]
type = https
subdomain = dev
local_ip = 127.0.0.1
local_port = 8443
use_encryption = false
use_compression = true
问题
电脑上显示ERR_CONNECTION_CLOSED
手机上面显示 ERR_SL_PROTOCOL_ERROR
抓包,看到区别是 Client Hello 不行的是TLSV1,,正常的是TLS1.2
或者在本地修改hosts文件
127.0.0.1 XXX.COM
都能正常使用,请大家多多赐教,不胜感激!
@Becods commented on GitHub (Jul 30, 2020):
请在frpc进行绑定域名操作
请描述得更清楚些(使用模板)
如果问题已解决,请劳烦顺手点一下Close issue