itoben
Forum Replies Created
-
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] SSL23 ERROR UnknowHi,
OVH fixes the issue (January 2017):
Since the HTTPS deployment, it cannot be possible to call a link from their site with https using curl (PHP), or calling their website in HTTPS from a cron. The standard error message received is “cURL error 35: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol”
A workaround was to call https://myweb.site:443 instead of https://myweb.site.
We will deploy a solution to do https call working. But, in this case, the workaround will not work anymore. We planned to deploy it in January…
link: https://travaux.ovh.net/?do=details&id=22251
—–
@a2consulting
Also you can add this in your theme fonction to force CRON SSL/HTTPS:function force_cron_ssl($url) { if ( $url == "https://yoursite.com/blog/wp-cron.php" ) { $url = "https://yoursite.com:443/blog/wp-cron.php"; } return $url; } add_filter( 'site_url', 'force_cron_ssl' );
- This reply was modified 8 years, 1 month ago by itoben.
Forum: Plugins
In reply to: [Toolbar Publish Button] Fixed PHP WarningGreat,
I just test this, it’s better to add:
$button_bg_color = !empty($button_bg_color) ? $button_bg_color : '#23282d';
Because it’s the WordPress background default color. ??
- This reply was modified 8 years, 1 month ago by itoben. Reason: Add Resolved Topic
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] SSL23 erreur Unknow httpsForum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] SSL23 ERROR UnknowHi,
About this error with Lets Encrypt at OVH :
error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
I did some tests with my own extern script (WP-Cron url) :
https://xxx.com:443/blog/wp-cron.php
instead of :
https://xxx.com/blog/wp-cron.php
and the error disappears.
Do you have the possibility to implement this type of URL when it’s that error?
You’re welcome.
Thank you for your plugin.
Ok, with the other blog, the problem is with :
Log Deprecated NoticesI do not know what to think.
I’m still looking and I tell you what.
(Sorry for my English, it is not the mother tongue.)
Ok, I found one issue of them.
I had deactivate this plugin :
Query Monitorand Google XML Sitemaps works again.
I search for the other blog because I have always a problem.
I would be you notify the follow-up…
Forum: Plugins
In reply to: [Total Security] File System – Unknown file found in WP coreOk, it’s not the cause.
I deactivate some plugins.
I test again and it’s work fine.
But I don’t find which plugin cause that (but I found an other problem with two plugins).
Total Security is good.
Thanks.
Sorry for the inconvenience.
Hi,
To me for example :
Current server time is: 2011-12-10 12:22:22
Next scheduled garbage collection will be at (YY-MM-DD H:M:S): 2011-12-10 01:30:00
So it does not work :s
Ok great and thank you
Hello,
Now after a re-smush the status is : “no savings” even for the old files use before version of smush.it :s
Hello,
I have this message for example :
Smush.it error: Failed to create a temp dir while processing https://*****.com/blog/wp-content/uploads/2011/07/G5090711.gif (/homez.380/xxxxxx/www/blog/wp-content/uploads/2011/07/G5090711.gif).WordPress version : 3.2.1
Smush.it : 1.4.1Thanks