Hi,
Ive never used nginx and have little experience with proxy_protocol..
But could it be an issue that on the same port your both using and not
using proxy protocol? What happens if you remove the first server
definition there?
server {
listen 10.0.80.1:8443;
server {
listen 10.0.80.1:8443 default_server ssl proxy_protocol;
Just a thought..
Regards,
PiBa-NL
Op 6-12-2015 om 12:25 schreef Lukas Erlacher:
Hi,
On 12/04/2015 04:27 PM, Jonathan Leroy - Inikup wrote:
2015-12-04 13:23 GMT+01:00 Lukas Erlacher <[email protected]>:
Please show the nginx config.
Hi Luke,
Here's the Nginx config :
https://gist.githubusercontent.com/jleroy/ab45c328263731c46ec1/raw/69af9edc154329c113aad588ff5f9501edfd61b1/gistfile1.txt
Thanks,
I can't find an obvious error with this. When I tried combining SSL
and proxy protocol in Postfix, it didn't work due to a bug in Postfix.
Maybe you should try to ask an nginx support list instead.
Best,
Luke