Welcome! Log In Create A New Profile

Advanced

Re: Stumped with issue of Nginx passing requests to php-fpm while using SSL

All files from this thread

File Name File Size   Posted by Date  
smime.p7s 2.3 KB open | download cmdr_riker 09/26/2013 Read message
Maxim Dounin
September 27, 2013 07:42AM
Hello!

On Fri, Sep 27, 2013 at 10:45:34AM +1200, Steve Holdoway wrote:

> OK, the problem is that you're listening on *http* on port 443. You need
> to use
>
> listen 443 ssl [default];
>
> for ssl.

The config posted uses "ssl on", which is a valid way to configure
ssl on all sockets used in a server{} block, see
http://nginx.org/r/ssl.

While it is recommended to use "listen ... ssl" instead as it
allows to combine ssl and non-ssl listens in one server{} block,
it's not something required.

--
Maxim Dounin
http://nginx.org/en/donation.html

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Stumped with issue of Nginx passing requests to php-fpm while using SSL Attachments

cmdr_riker September 26, 2013 06:36PM

Re: Stumped with issue of Nginx passing requests to php-fpm while using SSL

GreenGecko September 26, 2013 06:46PM

Re: Stumped with issue of Nginx passing requests to php-fpm while using SSL

Maxim Dounin September 27, 2013 07:42AM

Re: Stumped with issue of Nginx passing requests to php-fpm while using SSL

Maxim Dounin September 27, 2013 07:38AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 136
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