HTTPS over port 443

Francis Daly francis at daoine.org
Thu Aug 9 07:30:11 UTC 2018


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        francis at daoine.org


More information about the nginx mailing list