Title: itoben's Replies | WordPress.org

---

# itoben

  [  ](https://wordpress.org/support/users/itoben/)

 *   [Profile](https://wordpress.org/support/users/itoben/)
 *   [Topics Started](https://wordpress.org/support/users/itoben/topics/)
 *   [Replies Created](https://wordpress.org/support/users/itoben/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/itoben/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/itoben/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/itoben/engagements/)
 *   [Favorites](https://wordpress.org/support/users/itoben/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] SSL23 ERROR Unknow](https://wordpress.org/support/topic/ssl23-error-unknow/)
 *  [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/ssl23-error-unknow/page/2/#post-8743356)
 * Hi,
 * 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 [http://myweb.site:443](http://myweb.site:443) instead
   > of [https://myweb.site](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: [http://travaux.ovh.net/?do=details&id=22251](http://travaux.ovh.net/?do=details&id=22251)
 * —–
    [@a2consulting](https://wordpress.org/support/users/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 = "http://yoursite.com:443/blog/wp-cron.php";
       	}
       	return $url;
       }
       add_filter( 'site_url', 'force_cron_ssl' );
       ```
   
    -  This reply was modified 9 years, 6 months ago by [itoben](https://wordpress.org/support/users/itoben/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolbar Publish Button] Fixed PHP Warning](https://wordpress.org/support/topic/fixed-php-warning/)
 *  Thread Starter [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/fixed-php-warning/#post-8673742)
 * Great,
 * 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 9 years, 6 months ago by [itoben](https://wordpress.org/support/users/itoben/).
      Reason: Add Resolved Topic
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] SSL23 erreur Unknow https](https://wordpress.org/support/topic/ssl23-erreur-unknow-https/)
 *  [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/ssl23-erreur-unknow-https/#post-8277445)
 * Hi,
 * Same topic here : [SSL23 ERROR Unknow](https://wordpress.org/support/topic/ssl23-error-unknow/)
 * I suggest some rescue for developers (perhaps! 🙂 ).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] SSL23 ERROR Unknow](https://wordpress.org/support/topic/ssl23-error-unknow/)
 *  [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/ssl23-error-unknow/page/2/#post-8277422)
 * Hi,
 * 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) :
 * `http://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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Query Monitor] Problem with semicolon file query-monitor.css](https://wordpress.org/support/topic/problem-with-semicolon-file-query-monitorcss/)
 *  Thread Starter [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/problem-with-semicolon-file-query-monitorcss/#post-6827543)
 * You’re welcome.
 * Thank you for your plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] With WordPress 4.3, Google XML Sitemaps is broken](https://wordpress.org/support/topic/with-wordpress-43-google-xml-sitemaps-is-broken/)
 *  Thread Starter [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/with-wordpress-43-google-xml-sitemaps-is-broken/#post-6463176)
 * Ok, with the other blog, the problem is with :
    Log Deprecated Notices
 * I 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.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] With WordPress 4.3, Google XML Sitemaps is broken](https://wordpress.org/support/topic/with-wordpress-43-google-xml-sitemaps-is-broken/)
 *  Thread Starter [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/with-wordpress-43-google-xml-sitemaps-is-broken/#post-6463162)
 * Ok, I found one issue of them.
 * I had deactivate this plugin :
    Query Monitor
 * and 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Total Security] File System – Unknown file found in WP core](https://wordpress.org/support/topic/file-system-unknown-file-found-in-wp-core/)
 *  Thread Starter [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/file-system-unknown-file-found-in-wp-core/#post-5965782)
 * Ok, 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] [Plugin: WP Super Cache] garbage collection scheduler interval not saved, always hourly](https://wordpress.org/support/topic/plugin-wp-super-cache-garbage-collection-scheduler-interval-not-saved-always-hourly/)
 *  [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-wp-super-cache-garbage-collection-scheduler-interval-not-saved-always-hourly/#post-2437343)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] Failed to create temp dir](https://wordpress.org/support/topic/failed-to-create-temp-dir/)
 *  [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/failed-to-create-temp-dir/page/2/#post-2096346)
 * Ok great and thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] Failed to create temp dir](https://wordpress.org/support/topic/failed-to-create-temp-dir/)
 *  [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/failed-to-create-temp-dir/#post-2096341)
 * Hello,
 * Now after a re-smush the status is : “no savings” even for the old files use 
   before version of smush.it :s
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smush – Image Optimization, Compression, Lazy Load, WebP & CDN] Failed to create temp dir](https://wordpress.org/support/topic/failed-to-create-temp-dir/)
 *  [itoben](https://wordpress.org/support/users/itoben/)
 * (@itoben)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/failed-to-create-temp-dir/#post-2096334)
 * Hello,
 * I have this message for example :
    Smush.it error: Failed to create a temp dir
   while processing [http://*****.com/blog/wp-content/uploads/2011/07/G5090711.gif](http://*****.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.1
 * Thanks

Viewing 12 replies - 1 through 12 (of 12 total)