Luca Vignaroli
Luca Vignaroli
It sure does, this should start by inquiring about the intent to provide the bindings and seeing how the respond to it. I'd be willing to contact them and push...
I am experiencing a possibly related issue that I can reproduce 100% of the time running the demo app: 1. Launch demo app 2. Open and close the `backend` panel...
Shouldn't you let the process itself create the file? If you take over that manually or programmatically you might get into issues with the idiosyncrasies of the various distributions/systems you...
Well, this is what I have in my www pool config: ``` ; Unix user/group of processes ; Note: The user is mandatory. If the group is not set, the...
I assume you're interfacing with some remote HTTP API? Have you tried dumping the response headers/body to see whether they include a hint as to what's going on? Maybe there's...
What library are you using to build the https requests? Smells like an SSL issue..
[SEC_E_INTERNAL_ERROR 0x80090304 | The Local Security Authority cannot be contacted](https://docs.microsoft.com/en-us/windows/win32/com/com-error-codes-4) I guess your best bet is try asking the guys that made CPR and see if they can help. I...
It's been pretty consistent on mine lately, I'll try to dig into it.
Ok, I cleaned up the logs and fired it up, my error turned out to be quite different: `schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was...
Tested with the strict SSL options off and, as expected, it works. Deploy at your discretion, I made myself a working dll. ``` cpr::SslOptions sslOpts = cpr::Ssl(cpr::ssl::VerifyPeer{ false }, cpr::ssl::VerifyHost{...