Skip to content

Option to run without TLS for reverse-proxy setups (e.g. fly.io) #79

@angelbarrera92

Description

@angelbarrera92

Currently, the proxy enforces the use of TLS certificates in a specific path.
This makes it harder to deploy on platforms like fly.io, where backend services are expected to run in plain mode and TLS termination should happen at the platform’s edge.

It would be very useful to have a configuration option (for example, a flag like --insecure-no-tls) to disable TLS. This way, the proxy could run in plain HTTP mode when it is behind a reverse proxy or load balancer that already handles TLS termination.

I’d be interested in contributing an implementation for this feature if you think it would fit the project.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions