Re: [users@httpd] Using Apache's C API for HTTP/2 and HTTP/3?

2022-08-01 Thread Eric Covener
Not in any meaningful way. Apache uses nghttp2 for the low level protocol support. The http2 code in httpd connects nghttp2 to the rest of Apache. You'd proxy or incorporate nghttp2 (or quiche for http/3) to implement it in your app. On Mon, Aug 1, 2022, 6:27 PM Osman Zakir wrote: > I have thi

[users@httpd] Using Apache's C API for HTTP/2 and HTTP/3?

2022-08-01 Thread Osman Zakir
I have this server app I've made, with the backend code being in C++. I have an "unknown protocol" error that I get when running the openssl s_client​ command to test the server certs and such, coming the ClientHello, which I think is because o