migrate ieeeexplore to https
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 12 Feb 2019 08:06:34 +0000 (09:06 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 12 Feb 2019 08:06:34 +0000 (09:06 +0100)
p.vbz.ffzg.hr.conf

index 1220e48..53edfaa 100644 (file)
@@ -761,7 +761,7 @@ FilterChain NEWPATHS2
        ServerName ieeexplore.ieee.org.p.vbz.ffzg.hr
 
        RequestHeader unset Accept-Encoding
-       Substitute "s|http://staticieeexplore.ieee.org/|https://ieeexplore.ieee.org.p.vbz.ffzg.hr/_static_/|n"
+       Substitute "s|https://staticieeexplore.ieee.org/|https://ieeexplore.ieee.org.p.vbz.ffzg.hr/_static_/|n"
        FilterDeclare NEWPATHS
        FilterProvider NEWPATHS SUBSTITUTE "%{Content_Type} =~ m|^text/html|"
        FilterProvider NEWPATHS SUBSTITUTE "%{Content_Type} =~ m|^text/css|"
@@ -770,13 +770,13 @@ FilterChain NEWPATHS2
        FilterChain NEWPATHS
 
        ProxyAddHeaders Off
-       ProxyPass        /_static_/ http://staticieeexplore.ieee.org/
-       ProxyPassReverse /_static_/ http://staticieeexplore.ieee.org/
+       ProxyPass        /_static_/ https://staticieeexplore.ieee.org/
+       ProxyPassReverse /_static_/ https://staticieeexplore.ieee.org/
 
        # IEEE Xplore is transitioning to HTTPS on 9 April 2018.
-       #SSLProxyEngine on
-       ProxyPass        / http://ieeexplore.ieee.org/
-       ProxyPassReverse / http://ieeexplore.ieee.org/
+       SSLProxyEngine on
+       ProxyPass        / https://ieeexplore.ieee.org/
+       ProxyPassReverse / https://ieeexplore.ieee.org/
 
        Header edit* Set-Cookie "(.*)(?i:; *domain=)([^;]+)(.*)" "$1 ; domain=$2.p.vbz.ffzg.hr $3"
        Header edit* Set-Cookie "(.*)(?i:; *secure)" "$1"