[GH-ISSUE #4822] [Feature Request] How to config https ? 如何配置https? #3806

Closed
opened 2026-05-05 14:26:10 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @HelloAllenZhu on GitHub (May 30, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4822

Describe the feature request

https://gofrp.org/zh-cn/docs/examples/https2http/
按照这个文档操作之后,客户端一直报错:type [https] not supported when vhost https port is not set.
443和80端口都开了,还是不行,哪位朋友能帮忙看看吗?谢谢!

https://gofrp.org/zh-cn/docs/examples/https2http/
Start server and client according to this document, but the client reported an error: 'type [https] not supported when vhost https port is not set'. However, both 443 and 80 port have been opened.

Originally created by @HelloAllenZhu on GitHub (May 30, 2025). Original GitHub issue: https://github.com/fatedier/frp/issues/4822 ### Describe the feature request https://gofrp.org/zh-cn/docs/examples/https2http/ 按照这个文档操作之后,客户端一直报错:type [https] not supported when vhost https port is not set. 443和80端口都开了,还是不行,哪位朋友能帮忙看看吗?谢谢! https://gofrp.org/zh-cn/docs/examples/https2http/ Start server and client according to this document, but the client reported an error: 'type [https] not supported when vhost https port is not set'. However, both 443 and 80 port have been opened.
Author
Owner

@talmeme commented on GitHub (Jun 5, 2025):

type [https] not supported when vhost https port is not set.

Exactly what it says.

My server config:

bindAddr = "xx.xx.xx.xx"
bindPort = 7000

vhostHTTPSPort = 7443

This allows HTTPS proxying/forwarding at https://myfqdn.domain:7443.

<!-- gh-comment-id:2942625412 --> @talmeme commented on GitHub (Jun 5, 2025): `type [https] not supported when vhost https port is not set.` Exactly what it says. My server config: ``` bindAddr = "xx.xx.xx.xx" bindPort = 7000 vhostHTTPSPort = 7443 ``` This allows HTTPS proxying/forwarding at https://myfqdn.domain:7443.
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#3806
No description provided.