[GH-ISSUE #647] Use https on dashboard #507

Closed
opened 2026-05-05 12:19:50 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @acrogenesis on GitHub (Feb 28, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/647

What version of frp are you using (./frpc -v or ./frps -v)?
0.16.0

What operating system and processor architecture are you using (go env)?
Ubuntu 16.04

Configures you used:

[common]
bind_port = 7000
privilege_allow_ports = 6000-6100
subdomain_host = domain.com
vhost_http_port = 80
dashboard_port = 7502
# dashboard's username and password are both optional,if not set, default is admin.
dashboard_user = ****
dashboard_pwd = ****

Steps to reproduce the issue:

  1. Expect https://domain.com:7502 to work
  2. This gives an error of can't establish secure connection
  3. I can't find in the documentation how to add certs for *.domain.com,domain.com

In general I can't find where to specify which certs to use for https.

I would also like to access https://sub.domain.com and proxy that to my computer without having a cert on my computer.

Originally created by @acrogenesis on GitHub (Feb 28, 2018). Original GitHub issue: https://github.com/fatedier/frp/issues/647 **What version of frp are you using (./frpc -v or ./frps -v)?** 0.16.0 **What operating system and processor architecture are you using (`go env`)?** Ubuntu 16.04 **Configures you used:** ``` [common] bind_port = 7000 privilege_allow_ports = 6000-6100 subdomain_host = domain.com vhost_http_port = 80 dashboard_port = 7502 # dashboard's username and password are both optional,if not set, default is admin. dashboard_user = **** dashboard_pwd = **** ``` **Steps to reproduce the issue:** 1. Expect https://domain.com:7502 to work 2. This gives an error of can't establish secure connection 3. I can't find in the documentation how to add certs for *.domain.com,domain.com In general I can't find where to specify which certs to use for https. I would also like to access https://sub.domain.com and proxy that to my computer without having a cert on my computer.
Author
Owner

@fatedier commented on GitHub (Mar 14, 2018):

Try nginx to do that?

<!-- gh-comment-id:372888340 --> @fatedier commented on GitHub (Mar 14, 2018): Try nginx to do that?
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#507
No description provided.