Igor Sysoev wrote: > You should define the "ssl" once, and then use it without the "ssl": > > listen 443 ssl; > > listen 443; > > listen 443; > Thanks Igor. That's now working. Can I ask in which nginx version the directive `ssl on;` was deprecated in favor of `listen 443 ssl;`?