This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No Https to Http redirection

I have been messing with my SSL, trying to get an EV cert to work properly (Comodo).  I finally have the https site functioning normally (green bar), so I thought it was time to set the redirection.

My understanding of the process is as follows:

UTM intercepts traffic on http, requests https and establishes ssl communication.  The traffic is passed to the internal server via plain http, and uses the port (80) for non-https traffic (virtual server).  

What is happening is that I am not being re-directed.  I will go to Example Domain and still end up at the http site. 

I go to https://www.example.org and its on ssl.

I have even set the real webserver to use https, and still get directed to the http port.  There should be confirmation in the address bar that the site has gone to https, and there is none.  

Been up and down the internet, so any help is appreciated.


This thread was automatically locked due to age.
Parents
  • THANK YOU, for the clarification!  so, there are a few things in the WAF log that look like they need addressing and just need a pointer to where I can solve the issues:


    utm reverseproxy: AH00112: Warning: DocumentRoot [/var/www/REF_RevFroMYDOMOAIN] does not exist
    2015:03:20-07:30:08 utm reverseproxy: AH00112: Warning: DocumentRoot [/var/www/REF_RevFroMYDOMAIN] does not exist
    2015:03:20-07:30:09 utm reverseproxy: [Fri Mar 20 07:30:09.003879 2015] [mpm_worker:notice] [pid 4906:tid 4147574464] AH00292: Apache/2.4.10 (Unix) OpenSSL/1.0.1k configured -- resuming normal operations
    2015:03:20-07:30:09 utm reverseproxy: [Fri Mar 20 07:30:09.003899 2015] [core:notice] [pid 4906:tid 4147574464] AH00094: Command line: '/usr/apache/bin/httpd'
    2015:03:20-07:30:09 utm reverseproxy: [Fri Mar 20 07:30:09.003921 2015] [mpm_worker:warn] [pid 4906:tid 4147574464] AH00291: long lost child came home! (pid 21009)
    2015:03:20-07:30:09 utm reverseproxy: [Fri Mar 20 07:30:09.003933 2015] [mpm_worker:warn] [pid 4906:tid 4147574464] AH00291: long lost child came home! (pid 21011)
    2015:03:20-07:30:12 utm reverseproxy: id="0299" srcip="127.0.0.1" localip="127.0.0.1" size="100" user="-" host="127.0.0.1" method="GET" statuscode="200" reason="-" extra="-" exceptions="-" time="463" url="/lb-status" server="localhost" referer="-" cookie="-" set-cookie="-"

    Thank you for your help Bob!
Reply
  • THANK YOU, for the clarification!  so, there are a few things in the WAF log that look like they need addressing and just need a pointer to where I can solve the issues:


    utm reverseproxy: AH00112: Warning: DocumentRoot [/var/www/REF_RevFroMYDOMOAIN] does not exist
    2015:03:20-07:30:08 utm reverseproxy: AH00112: Warning: DocumentRoot [/var/www/REF_RevFroMYDOMAIN] does not exist
    2015:03:20-07:30:09 utm reverseproxy: [Fri Mar 20 07:30:09.003879 2015] [mpm_worker:notice] [pid 4906:tid 4147574464] AH00292: Apache/2.4.10 (Unix) OpenSSL/1.0.1k configured -- resuming normal operations
    2015:03:20-07:30:09 utm reverseproxy: [Fri Mar 20 07:30:09.003899 2015] [core:notice] [pid 4906:tid 4147574464] AH00094: Command line: '/usr/apache/bin/httpd'
    2015:03:20-07:30:09 utm reverseproxy: [Fri Mar 20 07:30:09.003921 2015] [mpm_worker:warn] [pid 4906:tid 4147574464] AH00291: long lost child came home! (pid 21009)
    2015:03:20-07:30:09 utm reverseproxy: [Fri Mar 20 07:30:09.003933 2015] [mpm_worker:warn] [pid 4906:tid 4147574464] AH00291: long lost child came home! (pid 21011)
    2015:03:20-07:30:12 utm reverseproxy: id="0299" srcip="127.0.0.1" localip="127.0.0.1" size="100" user="-" host="127.0.0.1" method="GET" statuscode="200" reason="-" extra="-" exceptions="-" time="463" url="/lb-status" server="localhost" referer="-" cookie="-" set-cookie="-"

    Thank you for your help Bob!
Children
No Data