Настройка http3 на Nginx

  • Автор темы Автор темы susl16c
  • Дата начала Дата начала

susl16c

New member
Сообщения
38
Реакции
3
Подскажите как можно настроить http3 на виртуальных сайтах, если поддержку тут сайт проходит Geekflare HTTP/3 Testing Tool но в браузере все равно работает на http2, думаю на том сервисе поддержка показывается сугубо по заголовку прописанному в конфигурационном файле.
 
Да браузеры уже все поддерживают этот стандарт с 2020 года вроде как гугл и фейсбук уже перешли на него в мазиле уже это отображается, nginx в конце этого года уже выпустит сборку с этим стандартом, сейчас есть тестовая сборка где этот протокол работает нормально. Есть сайт который проверяет поддержку HTTP/3 Check этого стандарта. Я помню вы гуру были в этих делах может подскажите чего не хватает для его работы, конфиг вроде нормальный как по инструкции.
 
Могу в ЛС кинуть. Сборка никса такая:
Код:
nginx version: nginx/1.21.1
built by gcc 8.4.1 20200928 (Red Hat 8.4.1-1) (GCC)
built with OpenSSL 1.1.1 (compatible; BoringSSL) (running with BoringSSL)
TLS SNI support enabled
configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-compat --with-debug --with-file-aio --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_degradation_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module=dynamic --with-http_mp4_module --with-http_perl_module=dynamic --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-http_xslt_module=dynamic --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic --with-stream_ssl_module --with-stream_ssl_preread_module --with-threads --with-cc-opt='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E' --with-http_v3_module --with-cc-opt=-I../boringssl/include --with-ld-opt='-L../boringssl/build/ssl -L../boringssl/build/crypto' --with-http_quic_module --with-stream_quic_module
 
Напишу иначе: Нужно взглянуть на конфиг хоста.
 
что в итоге то? удалось настроить https3 ? если да то по какому каналу и порту работает UDP или TCP ?
 
Да все получилось настроить с последней стабильной версией nginx работу протокола можно проверить, при попытки разместить ссылку
Код:
Failed to load resource: the server responded with a status of 500 ()
%D0%9D%D0%B0%D1%81%D…D%D0%B0-nginx.88/:1  Uncaught (in promise) SyntaxError: Unexpected end of JSON input
    at w (core-compiled.js?_v=76459cee:38:309)
    at core-compiled.js?_v=76459cee:39:434
 
меня интересует одно, когда домен в блоке скажем Роскомнадзором, можно ли будет использовать http3 для обхода 80 и 443
 
Назад
Верх Низ