Fabrice FACORAT
Fabrice FACORAT
Hi, we plan to use `carbon-c-relay`, @grobian is there any plan to merge libevent patch soon? @msaf1980 Can we just build a package from your work and use it?
@sherl0k are you using GraphiteWriterFactory? If yes, it may be related to this: https://github.com/jmxtrans/jmxtrans/issues/462 I've been battling 3 days with this until I found this issue. I switched back to...
Treat detected as **Trojan:Win32/Sonbokli.A!cl**  
I will spawn another clean Windows instance running Windows in AWS and try again. I should have time to do this next week.
@slabko Thank you for your support and prompt actions. I will try to to test this ASAP
ODBC: ERROR [HY000] Certificate validation error: Failed to verify certificate chain: CA not trusted
+1. We are having the same issue under Windows when using PowerBI Desktop and PowerBi data Gateway. Tested and not working with both self-signed certificates and Let's Encrypt certificates. This...
ODBC: ERROR [HY000] Certificate validation error: Failed to verify certificate chain: CA not trusted
@slabko Sorry to shamelessly tag in this ticket but I tried to investigate further the issue looking at the Poco library. It seems we are using quite an old version:...
ODBC: ERROR [HY000] Certificate validation error: Failed to verify certificate chain: CA not trusted
Another upstream does fix loading the Windows certificate store: https://github.com/pocoproject/poco/pull/2773 Looking at the diff and also upstream `main` code (https://github.com/pocoproject/poco/blob/main/NetSSL_Win/src/Context.cpp#L171), we seems to be using an older version of the...
ODBC: ERROR [HY000] Certificate validation error: Failed to verify certificate chain: CA not trusted
After further tests, we managed to make it work if we are installing or copying the root certificate in the user Personal store. - For self-signed certificates: Right Click on...
@albundy83 I have the same issue. It seems to be due from a lack of permission for the `pg_monitor` role. You can replicate this way: - Connect as `postgres` ```sh...