mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1218] How to implement HTTPS SSL connection for multiple frp wildcard subdomains with wildcard SSL certificates? #957
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#957
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 @jerrychong25 on GitHub (Apr 26, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1218
Hi,
Currently I have implemented frp communication between 5 clients and 1 server, with subdomain_host = abc.com in frps.ini
I saw number of methods for implementing HTTPS SSL connection between 1 client and 1 server, but can't find a way to implement HTTPS SSL connection between 5 clients and 1 server.
Is it possible to implement wildcard SSL certificates for multiple sub domains?
If yes, how to implement this?
Thanks.
@MHgit01 commented on GitHub (Apr 26, 2019):
1.First to nginx
2.nginx to FRPs
@jerrychong25 commented on GitHub (Apr 27, 2019):
You means following flow?
Public internet traffic -> Nginx Server (Server 1) -> FRP Server (Server 2) -> FRP Client
Can Server 1 and Server 2 on same server?
@sucotronic commented on GitHub (Jun 17, 2019):
Yes
@logoove commented on GitHub (Jul 16, 2019):
https://www.kancloud.cn/logoove/we7/1108072
@jerrychong25 commented on GitHub (Oct 12, 2019):
After tried several method, only following is working:
https://www.cnblogs.com/damnedmoon/p/10357033.html
https://segmentfault.com/a/1190000017194280
https://certbot.eff.org/lets-encrypt/centosrhel7-nginx.html
https://certbot.eff.org/docs/using.html#dns-plugins
https://certbot-dns-cloudflare.readthedocs.io/en/stable/
@jerrychong25 commented on GitHub (Oct 12, 2019):
Since it is working now, I will close this issue.