Email or username:

Password:

Forgot your password?
Top-level
Vivien the Trumpeting Elephant

@civodul Pretty cool, but you will have bad surprises if you don’t replace the listen command with:

(listen '("443 ssl" "[::]:443 ssl"))

4 comments
Janneke

@gugurumbe @civodul shouldn't that curse be standardized then?

Vivien the Trumpeting Elephant

@janneke @civodul It’s a bit weird nginx will not listen to IPv6 addresses if you just type "443 ssl".

What do you mean, standardized? Should all the tutorials include that? Should nginx developers fix the server so that "443 ssl" means both ipv4 and ipv6?

Janneke

@gugurumbe @civodul
Ah, right. Possibly providing something like %nginx-listen-ssl is the best we can do then, for now. Other than pray for a future where programmers only use simple scheme dsls to configure their softwares

Vivien the Trumpeting Elephant

Wow, I forgot @noipv6 was here! How rude of me not to mention them.

Go Up