Welcome! Log In Create A New Profile

Advanced

Re: nginx erroneously redirecting to https

Вадим Лазовский
December 22, 2012 04:46PM
Hello.

You may try:

SetEnv HTTPS on
SetEnv Port 443

somewhere in your httpd.conf, if you are using apache backend, or:

fastcgi_param HTTPS $https if_not_empty;

for fastcgi.


2012/12/22 Gulaholic <nginx-forum@nginx.us>

> Hi,
>
> Thank you for your response.
>
> Here is my Nginx conf:
> user www-data;
> pid /var/run/nginx.pid;
>
> events {
> multi_accept on;
> worker_connections 1024;
> }
>
> http {
> access_log off;
> default_type application/octet-stream;
> server_names_hash_bucket_size 64;
> server_tokens off;
> }
>
>
> server {
> listen 80;
> server_name domain.tld;
> access_log off;
> error_log /home/userdirectory/http/logs/beta.crunchy.tk.log;
> index index.html index.php;
> root /home/userdirectory/http/hosts/beta.crunchy.tk;
> }
>
>
> Here is the output of curl -i http://domain.tld:
> HTTP/1.1 302 Moved Temporarily
> Server: nginx
> Date: Sat, 22 Dec 2012 16:57:20 GMT
> Content-Type: text/html
> Transfer-Encoding: chunked
> Connection: keep-alive
> Set-Cookie: CMSSESSIDddd38826=ce5tkr97o1gm2vj7kkumuevur5; path=/
> Expires: Sat, 22 Dec 2012 19:57:20 GMT
> Cache-Control: public, max-age=10800
> Last-Modified: Sat, 10 Nov 2012 16:14:56 GMT
> Location: https://domain.tld
>
> As you can see the location is using https already.
>
> What can you see from these information?
>
> Thank you
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,231379,234328#msg-234328
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>



--
Best Regards,
Vadim Lazovskiy
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

nginx erroneously redirecting to https

Piki October 04, 2012 06:07AM

Re: nginx erroneously redirecting to https

Piki October 04, 2012 07:00AM

Re: nginx erroneously redirecting to https

Piki October 07, 2012 09:42AM

Re: nginx erroneously redirecting to https

Gulaholic December 21, 2012 11:05AM

Re: nginx erroneously redirecting to https

Francis Daly December 21, 2012 02:22PM

Re: nginx erroneously redirecting to https

Gulaholic December 22, 2012 12:00PM

Re: nginx erroneously redirecting to https

Gulaholic December 27, 2012 11:27AM

Re: nginx erroneously redirecting to https

Edho Arief December 22, 2012 12:06PM

Re: nginx erroneously redirecting to https

Вадим Лазовский December 22, 2012 04:46PM

Re: nginx erroneously redirecting to https

Gulaholic December 27, 2012 11:30AM

Re: nginx erroneously redirecting to https

Francis Daly December 23, 2012 06:12AM

Re: nginx erroneously redirecting to https

Francis Daly December 29, 2012 09:28AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 320
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready