mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #164] http和https混合使用时https的端口无效 #106
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#106
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 @ghsa1994 on GitHub (Nov 21, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/164
原来用frp用来树莓派的内网穿透,这几天和别人一起做个项目,svn服务器在我的电脑上,windows的svn是https的,所以混合使用,但是自己怎么搞也不行,知道也许是哪里配错了,自己实在技术比较白,希望大家指正!
服务器配置
windows电脑客户端配置
信息显示页面
windows客户端保存信息
服务器是自动启动的,所以我没有截图服务器的信息,我觉得这个问题应该是配置问题 ,有必要我在去找报错信息
@fatedier commented on GitHub (Nov 21, 2016):
错误信息提示你需要在 frps.ini 上另外配置一个专门用于 https 服务的端口
vhost_https_port。@ghsa1994 commented on GitHub (Nov 22, 2016):
OK
感谢大牛指导,vhost_https_port和vhost_http_port看混淆了,所以之前一直弄错,现在已经可以正常使用了 !