HTTPS over port 443

fugee ohu fugee279 at gmail.com
Wed Aug 8 22:42:42 UTC 2018


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

$ curl -v sitename.com
* Rebuilt URL to: sitename.com/
*   Trying 108.41.240.225...
* TCP_NODELAY set
* Connected to sitename.com (108.41.240.225) port 80 (#0)
> GET / HTTP/1.1
> Host: sitename.com
> User-Agent: curl/7.58.0
> Accept: */*
>
< HTTP/1.1 301 Moved Permanently
< Server: nginx/1.14.0
< Date: Wed, 08 Aug 2018 22:39:54 GMT
< Content-Type: text/html
< Content-Length: 185
< Connection: keep-alive
< Location: https://sitename.com/
<
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx/1.14.0</center>
</body>
</html>
* Connection #0 to host sitename.com left intact

On Wed, Aug 8, 2018 at 3:17 AM, Francis Daly <francis at daoine.org> wrote:
> On Tue, Aug 07, 2018 at 07:20:58PM -0400, fugee ohu wrote:
>> I don't think there's rails passenger settings Adding passenger to the
>> Gemfile only causes the app to use passenger in development mode
>> instead of the default (presently puma)
>
> Ok.
>
> What is the output of
>
>   curl -v https://www.sitename.com
>
>         f
> --
> Francis Daly        francis at daoine.org
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx


More information about the nginx mailing list