[GH-ISSUE #2102] Allow server plugin to talk to a https web service #1670

Closed
opened 2026-05-05 13:04:13 -06:00 by gitea-mirror · 0 comments
Owner

Originally created by @mikehardenize on GitHub (Nov 23, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2102

The solution you want
The server plugin only seems to let you talk to an unencrypted http service, instead of a https one. I want to be able to talk to an encrypted web service, and to also be able to specify a custom CA or the ability to skip verification. E.g:

[plugin.user-manager]
addr = https://localhost:3000
path = /frp-auth
ops  = Login
tls_ca = /path/to/ca.pem
tls_verify = False

Application scenarios of this function
Our FRP server will live on a different machine to the one handling auth. We don't want to send unencrypted details over the wire.

Originally created by @mikehardenize on GitHub (Nov 23, 2020). Original GitHub issue: https://github.com/fatedier/frp/issues/2102 **The solution you want** The server plugin only seems to let you talk to an unencrypted http service, instead of a https one. I want to be able to talk to an encrypted web service, and to also be able to specify a custom CA or the ability to skip verification. E.g: ``` [plugin.user-manager] addr = https://localhost:3000 path = /frp-auth ops = Login tls_ca = /path/to/ca.pem tls_verify = False ``` **Application scenarios of this function** Our FRP server will live on a different machine to the one handling auth. We don't want to send unencrypted details over the wire.
gitea-mirror 2026-05-05 13:04:13 -06:00
  • closed this issue
  • added the
    todo
    label
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#1670
No description provided.