mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2024] 请问可否设定到 https:// 和 wss:// #1606
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#1606
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 @kingwilliam on GitHub (Oct 11, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2024
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.
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
0.34.0
What operating system and processor architecture are you using (
go env)?ubuntu 20.04
題問:
client 和 server 都已设定 tls
想在 frps前加上haproxy作保护, 减少不必要的骚扰
请问可否设定一开始就用 https:// 和 wss://
server log
server setting
client setting
@fatedier commented on GitHub (Oct 11, 2020):
不支持,服务端客户端交互为内部协议,并非 http,建议通过代理的方式的连接。
@kingwilliam commented on GitHub (Oct 11, 2020):
明白 谢谢