Re: [users@httpd] TLS handling with reverse proxy

2020-08-30 Thread Tom Browder
On Sun, Aug 30, 2020 at 10:37 Yuma Technical Inc. wrote: > I may be using the setup you describe. I have Webmin to manage services > ... Thanks, that helps. My data flow is a bit different, but every little piece of a working solution is a step in the right direction! Best regards: -Tom

Re: [users@httpd] TLS handling with reverse proxy

2020-08-30 Thread Yuma Technical Inc.
I may be using the setup you describe. I have Webmin to manage services (independent of Apache) and access it over https (using a (browser-trusted) certificate I made). Webmin could be accessed with either the : ending or a subdomain (via reverse-proxing). But now I can only access via : , so

[users@httpd] Re: TLS handling with reverse proxy

2020-08-30 Thread Tom Browder
On Sun, Aug 30, 2020 at 06:58 Tom Browder wrote: > I have a successful non-apache reverse proxy server working behind a > non-tls public-facing apache server. What do I have to do to use TLS with > Let's Encrypt certs managed certificates? I'll be showing the virtual host macro I'm using to get

[users@httpd] TLS handling with reverse proxy

2020-08-30 Thread Tom Browder
I have a successful non-apache reverse proxy server working behind a non-tls public-facing apache server. What do I have to do to use TLS with Let's Encrypt certs managed certificates? I have "normal" managed TLS servers working fine, but the reverse proxy TLS settings are a mystery to me. Thank