
Flipper shows that no clients are connected, however every log and crash report does work. .flipper/certs are empty.
I have tried to delete .flipper folder.

Here's image from desktop client's console. I have tried to manually create D:/tmp/flipper.
Flipper to show plugins
Android 10 on Android Emulator
Flipper 0.28.0 on Windows (Pre-built, non yarn version)
Thanks for the report, I will to repro this.
@hexlay Do you have OpenSsl on your Windows?
@hexlay Do you have OpenSsl on your Windows?
Sorry for late reply, after installing and properly configuring OpenSSL it started working, thanks ! I'm closing this issue.
@hexlay how did you configure openssl ? I have put openssl on the PATH. What else needs to be done?
I am facing the same issue on windows.
I need to know how do this too.
How to add openssl to PATH on Windows?
I need to know how do this too.
How to add openssl to PATH on Windows?
https://answers.unity.com/questions/616484/open-ssl-not-found.html
Not a Windows user but Google has a bunch of answers for this.
I need to know how do this too.
How to add openssl to PATH on Windows?https://answers.unity.com/questions/616484/open-ssl-not-found.html
Not a Windows user but Google has a bunch of answers for this.
Thank you. I found the solution and wrote a guide about it: https://dev.to/danilovieira/installing-openssl-on-windows-and-adding-to-path-3mbf
Having the same issue here with Flipper 0.45.0.
I have OpenSSL installed and added to PATH (Windows 10) and I'm still facing those certificate issues.
I had the same issue on Windows 10. Fixed by running Flipper as administrator once, seems openssl needs some extra permissions to generate the certificate.
I had the same issue on Windows 10. Fixed by running Flipper as administrator once, seems openssl needs some extra permissions to generate the certificate.
Yeah! anyway, if you get this error again, you can read my guide on dev.to. I teach how install openssl on Windows. 馃槉
Link here.
Most helpful comment
@hexlay how did you configure openssl ? I have put openssl on the PATH. What else needs to be done?
I am facing the same issue on windows.