Fabian Sauter

Results 337 comments of Fabian Sauter

TLDR: OpenSSL Detection is not working correctly. You have to set it manually like we are doing it for macOS inside the CI: https://github.com/libcpr/cpr/blob/1ad1cd2daf138aefdcdb1c35d99608387d230ec1/.github/workflows/ci.yml#L256-L257

@amacdougall1 thanks for reporting and describing your use case here. I see your point but for me the current situation is more intuitive and I by now had multiple cases...

Sorry for the delayed response. I've been on vacation :) @WSL-Ben thanks for your reply! I see your point and to answer your question, no there is currently no way...

Could you please try this one: https://github.com/libcpr/cpr/issues/884#issuecomment-1454662787

On Linux to use MBedTLS, you just have to set `CPR_FORCE_MBEDTLS_BACKEND` to `ON`. So for example: `cmake .. -DCPR_FORCE_MBEDTLS_BACKEND=ON`, or `set(CPR_FORCE_MBEDTLS_BACKEND ON)` inside your CMake file. I have never been...

@RexiRexii This is no fix. I have to warn you about using this since it basically disables all the authentication/trust (well mostly all) built up by HTTPS. This error to...

Since you are not using CMake, there should not be any difference in how raw curl and cpr use https. As far as I'm aware, we do not set any...

Related to: https://github.com/libcpr/cpr/issues/333

Ping @kingkili.

No response for over one month. I'm closing this. Feel free to reopen if the problem still exists.