• Resolved techguysa

    (@techguysa)


    Getting this warning on query monitor
    Certificate verification disabled (sslverify=false)
    https:

    GETCertificate verification disabled (sslverify=false)
    https://octolize.com
    ?wc-api=upgrade-api
    &request=pluginupdatecheck
    &slug=flexible-shipping-pro

    &domain=www.techguysa.co.za
    &software_version=4.0.1
    &extra=200 OK

    • DNS Resolution Time: 0.0005
    • Connection Time: 0.0010
    • Transfer Start Time (TTFB): 0.0545
    • Response Content Type: text/html; charset=UTF-8
    • IP Address: 2606:4700:3108::ac42:290c
    1. FSProVendor\WPDesk_Update_API_Check->plugin_information()
      wp-content/plugins/flexible-shipping-pro/vendor_prefixed/wpdesk/wp-wpdesk-license/src/ApiManager/class-wc-plugin-update.php:203
    2. FSProVendor\WPDesk_Update_API_Check->update_check()
      wp-content/plugins/flexible-shipping-pro/vendor_prefixed/wpdesk/wp-wpdesk-license/src/ApiManager/class-wc-plugin-update.php:167
    3. apply_filters('pre_set_site_transient_update_plugins')
      wp-includes/plugin.php:205
    4. set_site_transient()
      wp-includes/option.php:2635
    5. wp_update_plugins()
      wp-includes/update.php:578
    6. _maybe_update_plugins()
      wp-includes/update.php:1031
    7. do_action('admin_init')
      wp-includes/plugin.php:517

    Plugin: flexible-shipping-pro5.2 kB300.057


    its doing it it twice

    accoriding to chatGPT (im using this to check some things

    sslverify=false on Octolize requests

    • This means SSL certificate verification is disabled, which is not recommended.
    • Could be a plugin issue (insecure practice) or a server issue where CA certs are missing or misconfigured.

    Redundant requests to Octolize

    • The call to https://octolize.com is happening twice in a short timeframe.
    • This may indicate the plugin is poorly optimized or running update checks on every admin page load or cron run.

    API call timing isn’t excessive

    • These API calls are quick (all under 1.3 seconds).
    • Total time across all 6 calls is ~2.7 seconds, so it’s not a huge delay by itself.

      i am using a real cron via Cpanel > Cron Jobs > runs every 5 minutes instead of a WP Cron

      I am using the pro version though
    • This topic was modified 10 months, 3 weeks ago by Yui. Reason: del api key
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘SSL Certificate – sslverify=false’ is closed to new replies.