简体   繁体   English

反向代理重定向http到https

[英]Reverse Proxy redirecction http to https

I have a reverse proxy http to https. 我有一个反向代理http到https。 The page asks me for my username and password. 该页面询问我的用户名和密码。 However, when I enter my credentials it redirects me back to the home page. 但是,当我输入我的凭据时,它会将我重定向回主页。 What I have to do to get inside? 我要做什么才能进去?

This is my virtual host: 这是我的虚拟主机:

    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/

此链接将帮助您轻松地从http到https 301。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM