Aleks

Results 119 comments of Aleks
trafficstars

please can you check if oscp and ocspstapling is enabled in wolfssl at build time? https://www.wolfssl.com/documentation/manuals/wolfssl/chapter02.html#-enable-ocsp In any case I think this issue could be a feature request as I...

Please can you show us such a `windows update messages from our system`? What is a `VOC`? Please can you also share your config?

Do you mean to add the serial number to the proxy-v2-options? http://cbonte.github.io/haproxy-dconv/2.5/configuration.html#5.2-proxy-v2-options Patches are welcome to add new options https://git.haproxy.org/?p=haproxy.git&a=search&h=HEAD&st=grep&s=SRV_PP_V2

Maybe the way how envoy use it clarify the picture. https://github.com/proxy-wasm/spec/blob/master/docs/WebAssembly-in-Envoy.md ![Envoy-Wasm](https://raw.githubusercontent.com/proxy-wasm/spec/master/docs/WebAssembly-in-Envoy.svg) Well it could be solved in HAProxy in 3 way, from my point of view. * SPOA *...

Let me share some thought here. Based on the following components, for example in rust, * [haproxy-api-rs](https://github.com/khvzak/haproxy-api-rs) * [proxy-wasm-rust-sdk](https://github.com/proxy-wasm/proxy-wasm-rust-sdk) * [Rust WebAssembly](https://crates.io/categories/wasm) could a solution looks like this. ```mermaid flowchart...

> @lukastribus Unfortunately, we have some 5% backend in which multiple servers are targeted. In most of the cases, it's a single server. If the backend are on the same...

Please can you explain the FR a little bit more because I don't get the Idea you have in mind.

You can create a Patch and send it to the [mailing-list](https://www.haproxy.org/#tact). Please take a look into the https://github.com/haproxy/haproxy/blob/master/CONTRIBUTING file. Don't make a pull request here as the project don't handle...

Could this not be solved with the following line? ``` http-request add-header Client-Cert %[ssl_c_der,base64] ```

Please add the output of `haproxy -vv`