iws6.1 http2https
hey all,
i create a server with listenport 10443. i add a certificate. all works fine.
now i want, that if a request http is coming, the request goes to https.
i add a seconde listenport 10080. i create a 2. virtual server.
Edit Listen Sockets:
ls1 10443 enable server1
ls2 10080 disable server2
Edit Virtual Servers:
i bind ls1 (port 10443) at virtual server1 and
i bind ls2 (port 10080) at virtual server1.
URL Forwarding:
Prefix: /*
To URL prefix: https://servername:10443/*
Prefix: /
To URL prefix: https://servername:10443
What is wrong? it doesn磘 works.
In the accesslog:
xx.xx.xx.xx - - [27/Feb/2007:14:34:36 +0100] "GET / HTTP/1.1" 302 0
xx.xx.xx.xx - - [27/Feb/2007:14:34:36 +0100] "GET / HTTP/1.1" 302 0
xx.xx.xx.xx - - [27/Feb/2007:14:34:36 +0100] "GET / HTTP/1.1" 302 0
xx.xx.xx.xx - - [27/Feb/2007:14:34:36 +0100] "GET / HTTP/1.1" 302 0
Thanks for help.
Chmeee-de

