Page 1 of 1

http to https redirection is not happening

PostPosted: 13. February 2017 08:36
by V Sreenivasa
The automatic redirection from http to https protocol is not working:(

i.e. Listen 443 :- The website index page is loaded.
Listen 80 :- The website index page is not loaded.

The error log is as follows :-
“[headers:debug] [pid 2304:tid 942666928] mod_headers.c(899): AH01503: headers: ap_headers_error_filter()”

Tired various options like -:-
1) AcceptFilter http none
AcceptFilter https none
or
AcceptFilter http data
AcceptFilter https data

2) <VirtualHost *:80>
SSLEngine off

3) use diffrent ports (not standard) for http/https and see if that will change anything.

4) "Redirection permanent / https://<ip>"

The wireshark says "The data packet is generated with status code 200 and the connection is alive.But flushing the data is not happenining" :(

Any light/suggestion will be great helpful.

Re: http to https redirection is not happening

PostPosted: 13. February 2017 12:28
by Nobbie
V Sreenivasa wrote:The automatic redirection from http to https protocol is not working:(


Never heard about that, what is meant by that?? I have NO IDEA what you are talking about.