Hi,
I'm running my Mojolicious app on Hypnotoad behind apache reverse proxy on the same physical sever. The apache reverse proxy is using my ssl certificate just fine. Does Hypnotoad need to know about the ssl certificate as well? I ask because the apache logs shows ssl errors when establishing a connection with Hypnotoad... and I wonder if that is the reason I get intermittent 502 proxy errors...
Any help would be much appreciated...maybe from someone that has a similar setup.
Thanks!
Apache's connection to hypnotoad should be HTTP, not HTTPS (there's no
point using SSL for the localhost->localhost connection).
-- ams