カテゴリー
Linux

【BackWPup】2014年12月11日時点で解決できず>< → cUrl Error: Unknown SSL protocol error in connection to api.sugarsync.com:443

スクリーンショット_2014-12-11_22_17_40.png

2014年11月25日から SugarSync のバックアップが失敗しております。解決策がないかしらと探しておりましたけれども、フォーラムでプラグイン作者の回答を拝見しました。

解決策は無いようです><。

の内容を意訳してみます。

I can reproduce it. I will look what i kan do. Taht will take some time.

再現したよ。できることを探すね。暫く掛かると思います。

Quick solution:
open the file inc\class-destination-sugarsync.php and replace all
curl_setopt( $curl, CURLOPT_SSLVERSION, 3 );
with
curl_setopt( $curl, CURLOPT_SSLVERSION, 1 );

取り急ぎの解決方法:

inc\class-destination-sugarsync.php ファイルを開いて全部置換してね。

curl_setopt( $curl, CURLOPT_SSLVERSION, 3 );

を次のように変えてね。

curl_setopt( $curl, CURLOPT_SSLVERSION, 1 );

That will be fixed with the next version but in moment i can’t say when.

次のバージョンでは修正するよ、でも今のところはいつになるか断言できないの。

おわりに

わたくしたちの不備ではなく、SugarSync 側の環境が変わったことが原因と思います。その変化に BackWPup が対応できていないようですわね。

幸い、DropBox へのバックアップは動いておりますので、取り急ぎの解決方法は行わず、対応するまでのんびり待つつもりですわ♪

以上です。

コメントを残す