Submit a request

[OneDrive] Microsoft account connection problems on some hosting environments

Some hosting environments (e.g. IONOS) may be unable to connect to Microsoft's authentication services due to compatibility issues with recent OpenSSL updates. This can result in errors when connecting or refreshing your Microsoft account.

Solution: Update your plugin to the latest version and add the following filter to your child theme's functions.php or using the Code Snippets plugin:

Share-one-Drive: add_filter('wpcloudplugins_curl_disable_alpn', '__return_true');
Synkivo: add_filter('synkivo/curl_disable_alpn', '__return_true');

❱❱❱ This disables ALPN for the plugin's connections and resolves the issue on affected hosting environments.

License activation problems

Do you have problems activating your license in the plugin?
❱❱❱ Take a look at the instructions in this FAQ article.