On Wed, Aug 08, 2018 at 06:42:42PM -0400, fugee ohu wrote:

Hi there,

> I made a little progress What happens in a browser now is it says
> "ERR_TOO_MANY_REDIRECTS"

It's good that you have a definite error message.

> $ curl -v sitename.com
...
> < HTTP/1.1 301 Moved Permanently
> < Location: https://sitename.com/

That is the output of

  curl -v http://sitename.com/

What is the output of

  curl -v https://sitename.com/

?

(And if that is a http 301 redirect to another Location, what is the
output of "curl -v that-location"?)

        f
-- 
Francis Daly        fran...@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to