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.

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

  1. Цены от застройщика Первый Строительный – это всегда выгодные предложения. Мы предлагаем гибкую систему скидок, акции и специальные условия для наших клиентов. С нами вы сможете приобрести дом своей мечты по самой привлекательной цене.
    Подробнее – https://stroyka-novosibirsk.ru
    официальный застройщик
    дома от застройщика
    коттеджные поселки в новосибирской области

  2. Hello there! I know this is kinda off topic but I was wondering if you knew where I could get a captcha plugin for my comment form? I’m using the same blog platform as yours and I’m having difficulty finding one? Thanks a lot!

  3. По теме “Последние новости и события Московской области”, там просто кладезь информации.

    Смотрите сами:

    https://49media.ru

  4. Информационная статья о гейминге секс игрушки видео

  5. Особенно понравился материал про Лучшие зимние развлечения в Красноярске и окрестностях.

    Ссылка ниже:

    https://media24krsn.ru

  6. Girei um pouco no Ganesha Gold nesse exato momento e já tô com R$ 100 no lucro. Coisa linda.

  7. I’m very happy to read this. This is the kind of manual that needs to be given and not the accidental misinformation that’s at the other blogs. Appreciate your sharing this greatest doc.

  8. Wow that was strange. I just wrote an really long comment but after I clicked submit my comment didn’t appear.
    Grrrr… well I’m not writing all that over again. Anyhow, just wanted to say wonderful blog!

  9. Для тех, кто ищет информацию по теме “Последние новости и обзоры гаджетов и техники”, там просто кладезь информации.

    Ссылка ниже:

    https://dgfox.ru

  10. I haven?t checked in here for a while because I thought it was getting boring, but the last several posts are good quality so I guess I will add you back to my daily bloglist. You deserve it my friend :)

  11. This is a fantastic article! I’m particularly interested in the part about mobile ip rotation. It’s heartening to see how global networks can make a real difference in a user’s safety.
    I’ve started using the service mentioned. I highly recommend this!

  12. Isso sim é forra de verdade! Forra Monstra no Ratinho rendeu lucro de 5 meses no PIX.

  13. Для тех, кто ищет информацию по теме “Последние новости и обзоры мира MMA”, нашел много полезного.

    Вот, делюсь ссылкой:

    https://mma-hype.ru

  14. I have been surfing online more than 4 hours today, yet I never found any interesting article like yours.
    It is pretty worth enough for me. In my opinion, if all webmasters and bloggers made good
    content as you did, the net will be much more useful than ever before.

  15. Wild Bandito salvou o dia! um trocado bom pro bolso e fim de papo. O mercado premia a consistência.

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>