Results 15 comments of 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** ![Image](https://github.com/user-attachments/assets/841a639a-cf54-4778-ae29-c2754dfab31f) ![Image](https://github.com/user-attachments/assets/5520efc5-775f-43c7-a507-f9f10153fd6e)

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

+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...

@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:...

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...

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...