Git Product home page Git Product logo

nginx-http3's People

Contributors

paskal avatar yurymuski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nginx-http3's Issues

You don't have to choose this docker anymore. 1: unknown "quic" variable

2021/05/07 11:53:27 [emerg] 1#1: unknown "quic" variable
nginx: [emerg] unknown "quic" variable
2021/05/07 11:55:27 [emerg] 1#1: unknown "quic" variable
nginx: [emerg] unknown "quic" variable
2021/05/07 11:57:30 [emerg] 1#1: unknown "quic" variable
nginx: [emerg] unknown "quic" variable

HTTP3 doesn't work

I have some problems QUIC doesn't seem working on this website https://www.udempharma.com

docker run --name nginx -d -p 80:80 -p 443:443 -v /etc/letsencrypt:/etc/letsencrypt -v /docker/nginx/nginx.conf:/etc/nginx/nginx.conf -v /docker/nginx/conf.d:/etc/nginx/conf.d -v /var/www:/var/www -v /docker/nginx/ssl/dhparam.pem:/etc/nginx/ssl/dhparam.pem -v phpmyadmin_data:/var/www/html ymuski/nginx-quic

Virtual host directive enabled
` # Enable QUIC and HTTP/3.
listen 443 quic reuseport;

    # Enable HTTP/2 (optional).
    listen 443 ssl http2;

    ssl_certificate /etc/letsencrypt/live/udempharma.com/fullchain.pem;
    ssl_certificate_key /etc/letsencrypt/live/udempharma.com/privkey.pem;
ssl_trusted_certificate /etc/letsencrypt/live/udempharma.com/chain.pem;
    ssl_session_cache shared:SSL:50m;
    ssl_session_timeout 5m;

    # Enable all TLS versions (TLSv1.3 is required for QUIC).
    ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;

    # Add Alt-Svc header to negotiate HTTP/3.
    #add_header alt-svc 'h3=":443"; ma=86400';
add_header alt-svc 'h3-28=":443"; ma=86400';
add_header X-Cache $upstream_cache_status;

`
Nginx correctly running, firewall is disabled

https://www.http3check.net/?host=https%3A%2F%2Fwww.udempharma.com%2F

Server does not advertise supported HTTP/3 or QUIC version on the same port.

`docker run -it --rm ymuski/curl-http3 curl -ILv https://www.udempharma.com --http3

  • Trying 116.203.83.243:443...
  • Connect socket 5 over QUIC to 116.203.83.243:443
  • Sent QUIC client Initial, ALPN: h3-29,h3-28,h3-27
  • quiche: recv() unexpectedly returned -1 (errno: 111, socket 5)
  • connect to 116.203.83.243 port 443 failed: Connection refused
  • Failed to connect to www.udempharma.com port 443: Connection refused
  • Closing connection 0
    curl: (7) quiche: recv() unexpectedly returned -1 (errno: 111, socket 5)
    `

Update to latest nginx-1.25.2

Hi!

Very handy to have prepatched nginx.
But it's still 1.16 like Cloudflare.
For my enlignthenment : What stops from porting to latest nginx ? (I know the patch is >5K lines...)

Regards

http3 proxy for end to end usage.

Hi there, this does serve content on http3, but is not end to end http3. DO you know about anything experimental or usable that allows for proxy to http3?

something like:

        location / {
            proxy_pass https://example.com;
            (...)
            proxy_http_version 3;
            (..)
        }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.