What is the name of the domain?
sznoopa.pl
What is the error number?
ERR_CONNECTION_REFUSED
What is the error message?
ERR_CONNECTION_REFUSED
What is the issue you’re encountering
when using https://sznoopa.pl the page is not redirected. But when using http://sznoopa.pl page is redirected by the rule
What steps have you taken to resolve the issue?
Searched this formum.
Used request tracer and it showed that the rule fired for HTTPS request the same as for the HTTP one.
sdayman
2
They both redirect the same way:
8:37:05 % curl -svo /dev/null http://sznoopa.pl/ 2>&1 | egrep -i "< HTTP| location"
< HTTP/1.1 301 Moved Permanently
< Location: https://www.facebook.com/SznoopaDogSpa
8:37:20 % curl -svo /dev/null https://sznoopa.pl/ 2>&1 | egrep -i "< HTTP| location"
< HTTP/2 301
< location: https://www.facebook.com/SznoopaDogSpa
system
Closed
3
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.