Karthikdasari0423
Karthikdasari0423
``` ./picoquicdemo -n snort-automation1.org -p 4443 ``` ``` Starting PicoQUIC server on port 4443, server name = ::, just_once = 0, hrr= 0, 0 local plugins and 0 both plugins...
``` Program received signal SIGSEGV, Segmentation fault. __strlen_sse2 () at ../sysdeps/x86_64/multiarch/strlen-vec.S:126 126 ../sysdeps/x86_64/multiarch/strlen-vec.S: No such file or directory. (gdb) (gdb) (gdb) (gdb) bt #0 __strlen_sse2 () at ../sysdeps/x86_64/multiarch/strlen-vec.S:126 #1 0x000055555556e629...
@mpiraux @piano-man i am running below testcases and getting below error command ``` go run bin/test_suite/test_suite.go -hosts host.txt -parallel=true -debug=true -parallel-scenarios=true -randomise=true ``` hostst.txt ``` 127.0.0.1:4434 /index.html 4434 h3 127.0.0.1:4434...
Hi @fdintino @punkeel @agile6v @denji @Wonderfall does anyone has any idea how to capture ssl key log file to decrypt QUIC traffic. Built nginx-quic with boringssl Thank you
Hi, Thank you for replying back @ElNiak Myself Karthik.I am trying to use the "AioQuic" to write some python scripts. I am trying to download a file(s) using the script...
hai , It is not an issue. one small quick query @ElNiak Could you please confirm were you able to create multiple streams in a single connection using the AIOQUIC...
Hi @vkholodkov @fdintino while building nginx with this module below error is seen /root/nginx-upload-module//ngx_http_upload_module.c:15:19: error: conflicting types for ‘MD5_CTX’; have ‘ngx_md5_t’ 15 | typedef ngx_md5_t MD5_CTX; | ^~~~~~~ In file...
Hi @mihver1 @morf @mdounin @lyokha @arut , My goal is capture the pcap file on my linux machine which is using nginx quic to connect and decrypt those packets using...
### Detailed Description of the Problem When the existing connection id is retired, server should accept new connection id and should continue the connection but after 3 seconds connection is...
@tatsuhiro-t Noticed below CC error while using ciphers TLS_AES_128_CCM_SHA256. Client side error ``` root@ubuntu:~# /root/ngtcp2_libressl/examples/qtlsclient --ciphers=TLS_AES_128_CCM_SHA256 --download=/tmp/ --exit-on-all-streams-close 127.0.0.1 3443 https://127.0.0.1:3443/BPS.pdf I00000000 0x852596b727ed56c0e974b31d65f36de965 pkt tx pkn=1324783550 dcid=0xce2c7a9b2fa1aeb5f27700e35367f8560b5a scid=0x852596b727ed56c0e974b31d65f36de965 version=0x00000001 type=Initial...