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,597 thoughts on “How to switch to/from HTTPS using Apache as a proxy to Tomcat

  1. Ребята, это реально полный гид! Автор подробно разбирает ключевые изменения в SEO 2026 года: генеративная выдача, нулевой клик (более 60% запросов получают ответ прямо в выдаче), персонализация. Отдельные блоки — про техническую оптимизацию с ужесточёнными Core Web Vitals (LCP ? 1,8 с), про контент-маркетинг и семантику, про ссылочное продвижение и локальное SEO. Есть таблица с метриками и целевыми значениями. Очень структурно: https://wow-eng.ru/polnyj-gid-po-seo-i-internet-marketingu-dlya-prodvizheniya-sajtov-v-2026-godu/

  2. Взял металлочерепицу с объёмным 3D-профилем 54 мм — рельеф создаёт эффект настоящей керамики. Нестандартный цвет дом выделяется на улице среди соседей. металлочерепица для Сибири

  3. Коллеги, кто сомневается, работает ли накрутка ПФ в 2026 году, — прочитайте этот материал. Автор разбирает реальные кейсы и даёт чёткие цифры: цена от 0,8 рубля за клик, примеры бюджетов для разных ниш (стоматология, клининг, автодилер). Мне помогло понять, что это инвестиция, а не расход. Почитайте: https://teletype.in/@pfup/3mo6UGVvR2a

  4. Сам уже несколько месяцев использую накрутку ПФ, но статья всё равно дала новую пищу для размышлений. Особенно понравился раздел про синергию с другими каналами: накрутка снижает стоимость клика в Директе на 20–40%, увеличивает брендовый трафик на 30–100% и ускоряет классическое SEO. Автор также объясняет косвенный эффект на Google — через улучшение внутренних поведенческих факторов. Очень глубокая аналитика. Рекомендую: https://yagla.ru/blog/drugoe-o-marketinge/nakrutka-povedencheskih-faktorov-v-2026–2604u119831/

  5. Недавно наткнулся на — есть хороший ресурс с кино. Антиутопии и дистопии — фильмы о мрачном будущем которое заставляет задуматься о настоящем. Пугающие но завораживающие миры. мультфильмы смотреть Лучшие фильмы жанра антиутопия уже онлайн. Смотрите бесплатно и размышляйте о будущем человечества Делюсь находкой — http://www.gorodpavlodar.kz/News_101652_3.html фильмы на русском языкесмотреть новые фильмырейтинг лучших фильмов Приятного просмотра

  6. Hmm is anyone else having problems with the images on this blog loading?
    I’m trying to figure out if its a problem on my end or if it’s the blog.
    Any feedback would be greatly appreciated.

  7. Коллеги, отличный структурированный гид по SEO. Автор последовательно разбирает фундамент (техническая исправность, Core Web Vitals, индексация), семантику и кластеризацию запросов, контент с доказательством экспертизы (E-E-A-T), внешние факторы и локальное SEO. Отдельно радует раздел про аналитику и управление на основе данных. Для системного подхода — самое то: https://planetaunity.ru/prodvizhenie-sajtov-polnyj-gid-po-seo/

  8. australian brewery poker, 2021 no deposit bonus codes nz and $5 minimum deposit
    gaming arts casino wizard (Robbin) australia
    2021, or casinos in toronto united kingdom

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>