Page 1 of 1

[SOLVED]Insync with Mageia 9

PostPosted: Dec 1st, '23, 22:18
by wimedel
With Mageia 8 Insync worked pretty well with the Fedora 34 installer.
I upgraded to Mageia 9 and Insync did not work well anymore. I reinstalled Insync with the Fedora 38 installer (It was also possible to install with older installers). But it is not possible to get a connection with a G-Drive or a One Drive account.
The Insync-standard login method to a Google or a Microsoft account stops after entering the login information of the account.
Using the alternative method from Insync, I got a code from Google or Microsoft that you need to paste in a field on the alternative Insync-loginpage. But the pasting of that code in the field does not work. You need to type the code letter for letter in that field. But after having done this, I get the following error message:
Code: Select all
Unexpected error CurlError: (77,`error setting certificate verify locations:\n CAfile: /etc/ssl/certs/ca-certificates.crt\n CApath: none“)

What would be the solution?
Wim

Re: Insync with Mageia 9

PostPosted: Dec 2nd, '23, 15:55
by doktor5000
Hi there, your question about insync are probably better suited for their forums: https://forums.insynchq.com/

In any case, it's not /etc/ssl/certs/ca-certificates.crt anymore but /etc/ssl/certs/ca-bundle.crt. So as root create a symlink should fix that
Code: Select all
ln -s /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/ca-certificates.crt

You could also let it point directly to /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem which is where /etc/ssl/certs/ca-bundle.crt points, as /etc/ssl/ is basically deprecated.

Re: Insync with Mageia 9

PostPosted: Dec 4th, '23, 00:26
by wimedel
Solved!

Wim

(no need to quote the previous comment. ~Germ)