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.

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

  1. Нужна была CRM для ведения базы клиентов и отслеживания сделок. Не хотел отдельный сервис — нашёл решение где всё встроено в одну программу. управление заказами и сделками

  2. I’m a 49 years old, married and working at the university (Architecture, Art, and Planning).

    In my spare time I’m trying to teach myself Bengali.
    I’ve been there and look forward to go there sometime in the future.
    I love to read, preferably on my beloved Kindle. I like to watch NCIS and 2
    Broke Girls as well as documentaries about nature.
    I enjoy Aircraft spotting.

  3. best casino bonuses 2021 usa, united statesn roulette wheel number order and whats the
    largest casino in australia, or canadian online gambling policy google
    play (Isabella)

  4. Привет всем Биполярное расстройство характеризуется резкими и непредсказуемыми перепадами настроения от эйфории до глубокой депрессии. Центр психологической помощи в Москве MyPsyHealth специализируется на надежной стабилизации эмоционального фона таких сложных пациентов. Правильно подобранная нормотимическая терапия позволяет избежать опасных маниакальных и депрессивных фаз заболевания. Наши врачи постоянно мониторят состояние для своевременной и точной коррекции назначенного лечения. Достигните устойчивой долгосрочной ремиссии и сохраните высокое качество жизни под нашим наблюдением. Полная информация по ссылке – https://mypsyhealth.ru/D0BFD181D0B8D185D0BED0BBD0BED0B3D0B8D18F/2022/04/30/child-psychologist параноидная шизофрения лечение компульсивное поведение терапевтический лекарственный мониторинг интернет-зависимость у подростков налмефен снижение потребления алкоголя подшивка от алкоголизма Всего наилучшего и успехов в лечении и здоровье

  5. где поблизости можно купить цветы где поблизости можно купить цветы .

  6. Hi all!

    Want to know what real users think?

    Take a look at Miki — a great option with sports betting included: read reviews here

    Wager-free cashback. Worth a look.

    Has anyone tried it?

  7. Whats up Dear are you really visiting this site on a regular basis if so after that you will definitely obtain pleasant knowledge. Betify Connexion

  8. Привет всем Вызов психиатра на дом необходим в ситуациях когда пациент не может самостоятельно посетить медицинское учреждение. Центр психологической помощи в Москве MyPsyHealth организует оперативный выезд специалиста по указанному вами адресу в любое время. Врач проведет осмотр в привычной домашней обстановке что значительно снижает уровень стресса для больного. Такая услуга особенно важна для пожилых людей или пациентов с острой симптоматикой заболевания. Мы обеспечиваем полную медицинскую оснащенность выездной бригады для оказания качественной помощи. Полная информация по ссылке – https://mypsyhealth.ru/D0BFD181D0B8D185D0BED182D0B5D180D0B0D0BFD0B8D18F/2019/03/24/bulimiya сомнамбулизм у взрослых панические атаки ночью лечение вейпинг зависимость от никотина СДВГ и риск аддикций комплексное ПТСР терапия коррекция побочных эффектов нейролептиков Всего наилучшего и успехов в лечении и здоровье

  9. Здравствуйте!

    Хочу поделиться — платформа DoorsExpert для покупки дверей.

    Сравнение цен и производителей.

    Смотрите сами: https://doorsexpert.netlify.app

    Остался очень доволен. Делитесь мнением.

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>