Ilya Shipitsin

Results 616 comments of Ilya Shipitsin

> ```haproxy-config > default_backend DEFAULT-EXCHANGE > > frontend EXCHANGE-SMTP > mode tcp > bind :25 name smtp > option tcplog > default_backend EXCHANGE-SMTP > > frontend EXCHANGE-SMTP-RESERVE > mode tcp...

I understand reasons of running OpenBSD, I used it for CARP which is lovely. while the issue is being investigated by LibreSSL developers, I can suggest to try OpenBSD +...

[logs-resumption.zip](https://github.com/haproxy/haproxy/files/14511283/logs-resumption.zip)

at least of the time of writing, I was right. please find [attached logs](https://github.com/haproxy/haproxy/files/14511283/logs-resumption.zip) 1) haproxy is "b0dd4810e748b300482b4610cd904a42e429d91f" (which is current master) 2) quic-go is a bit outdated. cached one...

I updated quic-go to `99943e33278b`, the same results, "resumption" fails for LibreSSL and passes for QuicTLS

what else comes to mind that usually quic interop images are built from https://github.com/haproxytech/quic-dev/tree/qns (while I built images from https://github.com/haproxy/haproxy). Sometimes those branches differ

hi, from the SoftEtherVPN project, I am glad to say that project is pretty alive. me and @davidebeatrici can help managing process of integrating SE VPN to streisand

full report is ``` 96int od_auth_query(od_client_t *client, char *peer) 97{ 98 od_global_t *global = client->global; 99 od_rule_t *rule = client->rule; 100 od_rule_storage_t *storage = rule->storage; 101 kiwi_var_t *user = &client->startup.user;...