反向代理重定向http到https

时间:2016-06-01 10:10:34

标签: apache http tomcat https reverse-proxy

我有一个反向代理http到https。该页面询问我的用户名和密码。但是,当我输入我的凭据时,它会将我重定向回主页。我要做什么才能进去?

这是我的虚拟主机:

    NameVirtualHost *:80

    ServerName myserver
    CustomLog "logs/access_proxy_log" combined
    ProxyRequests off
    SSLproxyEngine On
    SSLProxyVerify none
    SSLProxyCheckPeerName off
    SSLProxyCheckPeerCN off
    ProxyPass /  https://direccionip/
    ProxyPassReverse /  https://direccionip/

1 个答案:

答案 0 :(得分:0)

this link可以轻松帮助您从 http到https 301。