2016-06-01 4 views
1

Ich habe einen Reverse-Proxy http zu https. Die Seite fragt mich nach meinem Benutzernamen und Passwort. Wenn ich jedoch meine Anmeldeinformationen eintrage, leitet es mich zurück auf die Homepage. Was muss ich tun, um hinein zu kommen?Reverse-Proxy-Umleitung http zu https

Das ist mein virtueller 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/ 

Antwort

0

this link werden Ihnen auf 301 von http helfen zu https leicht.