Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    I just did a grep on source code , I don’t see anything that set sslverify to off

    root@test:~/Desktop/litespeed-cache$ grep -riF "sslverify"
    /Users/user/Desktop/litespeed-cache/src/cloud.cls.php:		$response = wp_remote_get( $url, array( 'timeout' => 15, 'sslverify' => true ) );
    /Users/user/Desktop/litespeed-cache/src/cloud.cls.php:		$response = wp_remote_post( $url, array( 'body' => $param, 'timeout' => $time_out ?: 15, 'sslverify' => true ) );

    what if you try disable all other plugin and only leave LSCWP on , does that still show up ?

    Best regards

    Thread Starter samtulana

    (@samtulana)

    Thank you. As it turned out, a problem with Memcached Extension. Somehow Connection Test: Failed and I don’t know why – https://i.imgur.com/eiix6EC.png. After Object Cache- Off, the problem disappeared. Anyway, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Certificate verification disabled: sslverify=false’ is closed to new replies.