[GH-ISSUE #2378] Certificate handling as it would do a tunneling service #1890

Closed
opened 2026-05-05 13:13:16 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @hons82 on GitHub (May 6, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2378

The solution you want
I've been exploring frp to use basically as a tunnel service. This means, I'd need a way to have a valid certificate on the server through which I can connect internally to my clients which are on http or https with a self signed certificate. The https2http plugin does exactly that, but from what I understood in the documentation it is required that every client has a copy of the server certificate and the private server key.

That's not what I need, as I do not want the server certificate spread over my clients.

Alternatives considered

Of course I did check the https2htto plugin for this.

Originally created by @hons82 on GitHub (May 6, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2378 <!-- From Chinese to English by machine translation, welcome to revise and polish. --> **The solution you want** I've been exploring frp to use basically as a tunnel service. This means, I'd need a way to have a valid certificate on the server through which I can connect internally to my clients which are on http or https with a self signed certificate. The https2http plugin does exactly that, but from what I understood in the documentation it is required that every client has a copy of the server certificate and the private server key. That's not what I need, as I do not want the server certificate spread over my clients. **Alternatives considered** <!--A clear and concise description of any alternative solutions or features you have considered. --> Of course I did check the https2htto plugin for this.
gitea-mirror 2026-05-05 13:13:16 -06:00
Author
Owner

@fatedier commented on GitHub (May 14, 2021):

You can deploy a nginx before frps to handle certificate and redirect HTTP requests to frp.

<!-- gh-comment-id:840963110 --> @fatedier commented on GitHub (May 14, 2021): You can deploy a nginx before frps to handle certificate and redirect HTTP requests to frp.
Author
Owner

@github-actions[bot] commented on GitHub (Jun 29, 2021):

Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.

<!-- gh-comment-id:870139211 --> @github-actions[bot] commented on GitHub (Jun 29, 2021): Issues go stale after 45d of inactivity. Stale issues rot after an additional 10d of inactivity and eventually close.
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#1890
No description provided.