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.

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

  1. Merhaba arkadaşlar Oranlar düşük bonuslar sahte Hepsinde dolandırıldım Ama sonunda bu siteyi keşfettim — 1xbet güncel adres tıkla Her gün yeni bonus ve promolar var Kısacası kaydedin bir yere yazın — 1xbet güncel 1xbet güncel Sakın sahte sitelere kanma Bahis yapan herkese gönder

  2. Herkes dinlesin Ödemeler geç geliyor canlı destek yok Onlarca site denedim Gerçekten en iyisi bu — 1xbet yeni giriş kolay Çekim işlemleri dakikalar içinde Kısacası her şey mevcut — 1x giriş 1x giriş Sakın sahte sitelere kanma Bahis yapan herkese gönder

  3. Народ кто ставит Задолбался я уже искать нормальную контору Нервов потратил — мама не горюй Короче работает стабильно и честно — букмекерская контора с высокими коэффициентами Всё летает как часы В общем жмите чтобы не потерять — mostbet официальный сайт mostbet официальный сайт Не ведитесь на лохотроны Перешлите тому кто тоже ищет нормальную контору

  4. Selam arkadaşlar Bazıları telefonu yavaşlatıyor Telefonum neredeyse bozuluyordu Çok güvenli ve hızlı — 1xbet apk yukle hemen Canlı maçlar anında açılıyor Neyse kendiniz indirin — 1xbet app android 1xbet app android Tek adres 1xbet apk yukle Bahis yapan herkese gönder

  5. Selam arkadaşlar Ama doğru dosyayı bulmak zor Onlarca site denedim Sonunda doğru apk dosyasını buldum — 1xbet apk indir ücretsiz Dosya çok hafif ve hızlı Neyse her şey mevcut — 1xbet android apk 1xbet android apk Tek adres 1xbet apk yukle Bahis yapan herkese gönder

  6. Народ кто ставит То выплаты задерживают Искал долго перепробовал кучу вариантов Короче единственная где не кидают — mostbet kg лучший букмекер Всё летает как часы В общем смотрите сами по ссылке — mosbet kg mosbet kg Только mostbet реально рулит Перешлите тому кто тоже ищет нормальную контору

  7. Arkadaşlar merhaba Güncel giriş adresini bulmak her seferinde çok zor oluyor Onlarca site denedim Sonunda bu siteyi keşfettim — 1xbet güncel giriş burada Canlı destek gece gündüz aktif Neyse tüm bilgiler linkte — birxbet giriş birxbet giriş Tek adres 1xbet güncel giriş Bahis yapan herkese gönder

  8. Selam millet Oranlar düşük bonuslar sahte Hepsi zaman kaybıydı Her şey hızlı ve güvenli — 1xbet türkiye lider bahis Canlı destek gece gündüz aktif Neyse her şey mevcut — 1xbet güncel giriş 1xbet güncel giriş Tek adres 1xbet güncel giriş Bahis yapan herkese gönder

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>