How to switch to/from HTTPS using Apache as a proxy to Tomcat

I’m writing this down because it too me an age to figure out a way of doing this. I have a website which Tomcat is happily serving. Areas of the site require a secure connection so I’m using Spring security to require particular URLs to be accessed over HTTPS. It means that when I access http://example.org:8080/webapp/login, it’ll bump me to https://example.org:8443/webapp/login. Note: Tomcat is setup with the SSL connector and a self signed .keystore see (http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html).

I have two vhosts setup in Apache, one for the http://example.org and one for https://example.org. They are both using mod_proxy to ProxyPass and ProxyPassReverse requests to the appropriate Tomcat URL’s. The problem comes when switching to HTTPS from HTTP and vice versa. Ideally I wanted some sort of ProxyPassReverse declaration in my config for http://example.org what would change HTTP headers (that Spring sets) for https://example.org:8443/webapp into https://example.org. Except ProxyPassReverse doesn’t work like that.

Now, I realise I could simply not use Spring to manage which parts of the site should be accessed over HTTPS and which should not…and just setup Apache to redirect as appropriate. I don’t want to do that though, because that makes the task of adding these restrictions a deploy time task, rather than a development time task. I don’t want to risk someone forgetting to add new restrictions when deploying the webapp and I’d much rather the developer added these restrictions when they were working on the task and really thinking about where and when they are needed.

So, how do I solve the problem so that the app can manage its secure-ness and I can setup Apache once and forget about it? The answer is to ProxyPassReverse onto a “special” URL, which when accessed will redirect to the HTTPS (or HTTP) site. For example, if the HTTP site needed to redirect to the HTTPS site, I’d add rules like so to perform the redirect:

    # Proxy a request (from the server) to switch to https onto a special URL "/2https/"
    ProxyPassReverse /2https/ https://example.org:8443/webapp/

    # When a client requests a URL prefixed with "/2https" map it onto the secure site
    RewriteRule ^/2https/(.*)$ https://example.org/$1 [R,L]

…and you’d add something similar to the secure site Apache config. As long as I don’t mount any pages at /2http or /2https I should be ok. Note a couple of things:

  • You’ll need “SSLProxyEngine on” and “RewriteEngine on” and obviously the appropriate Apache modules loaded for these commands.
  • Because of the redirect between HTTP <-> HTTPS you won’t be able to POST data between them directly (I’m not sure why you’d NEED to though)
  • Obviously you’ll need to setup Apache with an SSL certificate…but that is a different story

I should say a special thanks to this random site – from whence the idea actually came from. If anyone has any better ideas on how to do it I’d love to hear them. Please comment below.

6,862 thoughts on “How to switch to/from HTTPS using Apache as a proxy to Tomcat

  1. Hello everyone Reveal dance mysterious movements within interesting performances offering valuable expression and move with purpose see on the website for dance archives Full information on the link – https://202fliks.site All the best and development in business

  2. Good morning Reveal emotion mysterious triggers within interesting stories offering valuable empathy and master your emotional responses see on the website for emotion guides Full information on the link – https://101flow.site All the best and development in business

  3. Hello Reveal energy mysterious flows within interesting systems offering valuable power and harness invisible forces today see on the website for energy schematics Full information on the link – https://101flow.site All the best and development in business

  4. Total Video Converter is an all-in-one piece of video converting and editing software. You can use Total Video Converter to easily convert your video… Video StabilizerEasily stabilize shaky videos VideoPad includes a number of templates to streamline your video editing process. From full video templates which include placeholders for footage, text, and graphics, to simple text animations, getting started editing videos has never been easier. Microsoft Clipchamp is the built-in video editor for Windows 11 devices. Access Microsoft Clipchamp on Windows 11 by searching for “Clipchamp” in the taskbar or via the start menu. Users can also edit inside Chrome or Edge browser at app.clipchamp. Let’s dive in! Here are our recs for the top best pieces of video editing software or video editing apps for beginners—from cheapest (i.e. free!) to most expensive.
    https://casarosaenea.com/?p=69785
    Gates of Olympus 1000 is themed around Greek mythology. To make a withdrawal, we need a photo of the top part of a bank statement from the account you want to use for the withdrawal. It must be a Swiss bank account and your name, IBAN and the name of the bank must be legible. The document must not be older than 3 months. Care instructions Like all games developed by Pragmatic Play, Gates of Olympus uses the latest technology and is fully optimised. So, you get the same quality when playing on smartphones, tablets and other devices. This slot is compatible with both iOS and Android. Regardless of the device you use, you can try out the Gates of Olympus free play version on the best casino sites. Game Theme: The soundtrack of Gates of Olympus 1000 is a dramatic, fast-paced melody that brings to mind action films. Occasionally, the booming voice of Zeus comments on the player’s progress.

  5. заказать кухню в спб по индивидуальному проекту заказать кухню в спб по индивидуальному проекту .

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>