Floobits / floobits-intellij

Real-time collaborative editing plugin for IntelliJ
Apache License 2.0
228 stars 14 forks source link

Floobits not using custom certificates #283

Open AndersKOlsson opened 4 years ago

AndersKOlsson commented 4 years ago

Due to firewall use, I need to use a custom certificate. I've set it up in IntelliJ (Settings, Tools>Server Certificates), which the IDE happily uses (I can download plugins, etc.). However, when trying to connect to a Floobits workspace I get The workspace https://floobits.com/my-workspace does not exist!, although it absolutely does.

Also the OS (OSX) keystore and the JVM cacerts has the cert.

I've tried setting my floorc.json to `"debug": true, "insecure": true´, but it makes no difference. I also get no more logs from setting the debug flag.

Any idea what's going wrong here?