Reputation: 341
I am running a Python http server (Waitress) behind an Apache 2.4 web server. I have a rewrite rule to make Apache actually access an internal port (55555) in my system (the port that Waitress serves). This works well. Waitress cannot serve HTTPS.
But now I need two more things: force users to always use HTTPS and authenticate users with Apache's own AuthType Basic
. Is it possible to have all these three things together? This "double redirection"!
Should happen in this order:
Upvotes: 0
Views: 496
Reputation: 6159
Upvotes: 1