Welcome! Log In Create A New Profile

Advanced

IPv6 does not work correctly with nginx

Mik J via nginx
January 04, 2018 08:06PM
Hello,
I'm trying to finish to configure nginx for ipv6
listen [::]:443 ssl;doesn't workbutlisten [fc00:1:1::13]:443 ssl;works
I need to explicitly specify the ipv6 address whereas in ipv4 I don't need to
# nginx -V
nginx version: nginx/1.12.1

server {
    listen 443 ssl;
#    listen [::]:443 ssl;
    listen [fc00:1:1::13]:443 ssl;
    server_name test.mydomain.org;
    root /var/www/html;
# ifconfig vmx0
vmx0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
....inet6 fc00:1:1::13 prefixlen 64

Does someone knows why ?

Thank you


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

IPv6 does not work correctly with nginx

Mik J via nginx January 04, 2018 08:06PM

Re: IPv6 does not work correctly with nginx

Francis Daly January 05, 2018 06:10AM

Re: IPv6 does not work correctly with nginx

Mik J via nginx January 05, 2018 08:26AM

Re: IPv6 does not work correctly with nginx

Francis Daly January 10, 2018 03:34AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

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