Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: automatic https like Caddy #7600

Closed
kokizzu opened this issue Jul 16, 2019 · 2 comments
Closed

Feature Request: automatic https like Caddy #7600

kokizzu opened this issue Jul 16, 2019 · 2 comments

Comments

@kokizzu
Copy link

kokizzu commented Jul 16, 2019

Title: automatic https like Caddy

Description:

Could envoy also implement something like this Caddy config:

x.com, www.x.com {
        root /home/web/x/public
        proxy / 127.0.0.1:8888 {
                header_upstream Host {host}
                header_upstream X-Real-IP {remote}
                header_upstream X-Forwarded-For {remote}
                header_upstream X-Forwarded-Proto {scheme}
        }
}

in Caddy, this would automatically fetch letsencrypt SSL/TLS certificates.

@mattklein123
Copy link
Member

I believe this is a duplicate of #96

@kokizzu
Copy link
Author

kokizzu commented Jul 16, 2019

ah right, i'll follow that issue instead..

@kokizzu kokizzu closed this as completed Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants