-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Currently, Frontman does not support SSL/TLS termination. This means that clients cannot communicate with Frontman over HTTPS, which is becoming increasingly important for security reasons.
Adding support for SSL/TLS termination would allow Frontman to terminate SSL/TLS connections from clients and forward requests to backend services over HTTP. This would enable clients to communicate with Frontman over HTTPS, providing an additional layer of security.
Some possible tasks for implementing SSL/TLS termination in Frontman could include:
- Updating the BackendService struct to include an optional field for an SSL/TLS certificate and key
- Adding a new command-line flag or configuration option to enable SSL/TLS termination
- Updating the FrontmanServer struct to support HTTPS connections and SSL/TLS termination
- Adding support for automatically obtaining and renewing SSL/TLS certificates from Let's Encrypt or another certificate authority
- SSL/TLS termination is a critical feature for many production deployments of Frontman, and we should prioritize adding this feature as soon as possible.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
Status
✅ Done