Maxim Dounin Wrote:
-------------------------------------------------------
> It looks like you are testing something different, not nginx you
> are trying to configure. Check what is actually listening on the
> ip:port you are testing.
testssl.sh:
--> Testing HTTP Header response
HSTS 365 days (31536000 s)
Server nginx/1.5.13
Application (None)
ssllabs.com:
HTTP server signature nginx/1.5.13
# netstat -tulnp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:6379 0.0.0.0:* LISTEN 17535/redis-server
tcp 0 0 0.0.0.0:1003 0.0.0.0:* LISTEN 19379/sshd
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 10632/nginx
tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 17584/unicorn.rb -E
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 19379/sshd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 733/exim4
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 10632/nginx
tcp6 0 0 :::1003 :::* LISTEN 19379/sshd
tcp6 0 0 :::22 :::* LISTEN 19379/sshd
tcp6 0 0 :::25 :::* LISTEN 733/exim4