-
I am running my golang program to connect to SQL server 2016 SP1 on Windows Server 2012. I enabled only TLS 1.2 (TLS1.0 and 1.1 is disabled). Also, I disabled PKCS key exchange.
On this setup when…
-
We would like to implement better interoperation with ncbo - ideally they would pull our metadata
Did someone volunteer for reaching out on the obo op call? @proccaserra? Bjoern?
See also #28
-
### Tested versions
- Reproducible in v4.4.dev2.official [97ef3c837], v4.4.dev3.official [f4af8201b] and later. (error -110 and -28928)
- In v4.3.stable.official [77dcf97d8], v4.4.dev1.official [2…
-
Hi, just wanted to point out that I had to change streaming_server.py:587
```
if "sec-websocket-key" not in request_headers:
```
to
```
if "sec-websocket-key" not in request_h…
-
A few issues have cropped up because we support QUIC and WebTransport with a unified SETUP handshake.
- #232 was closed because there's a desire to use ALPN for native QUIC, however no such functio…
-
https://github.com/commonwarexyz/monorepo/pull/179#discussion_r1849165880
-
Hi, there
client: quiche: 10.102.201.12
server: nginx+quiche: 129.227.195.83
the handshake costs 2-rtt, the problem recur occasionally.
seem as caused by packet out-ordering
![image](https://us…
-
I may just be doing something wrong, but regardless I'm confused as to why it keeps looping this text:
..........Preloader
Preloader - [LIB]: Status: Handshake failed, retrying...
Port - Hint:
…
-
### Version
5.6.6
### Description
```
ctx = wolfSSL_CTX_new (wolfTLS_client_method ())
wolfSSL_CTX_set_quiet_shutdown (ctx, 1)
wolfSSL_CTX_set_verify (ctx, #SSL_VM_NONE, 0)
wolfSSL_CTX_…
-
# Bug report
### Bug description:
`test_ssl` often fails on the `main`, `3.13` and `3.12` branches when running `make test`. (This is on an M1 MacBook Pro running MacOS 15.1.) Sometimes it fails the…