On Tue, Feb 22, 2022 at 12:16 Tom Browder <tom.brow...@gmail.com> wrote:
> On Tue, Feb 22, 2022 at 11:59 Eric Covener <cove...@gmail.com> wrote: > ... > >> The server decrypts incoming requests the same way regardless of how >> it will later handle the request (static file, CGI, proxy). > > > Okay, thanks. I'll head in that direction and see if I can get it all to > work. > I seem to be making some progress. I can get an A from SSL Labs, but I'm getting a 503 response when I try to go to the website directly ( https://gbumc.church). I'm presently using the following proxy lines for the site: ProxyPass "/" "http://gbumc.church:10000/" ProxyPassReverse "/" "http://gbumc.church:10000/" Is there any problem with that syntax? If not I assume the problem is with the code on the backend. Thanks. -Tom