-
The Pro key verification does not work on my hosting site using PHP5.3, because the fv_wp_flowplayer_license_check does not seem to work as intended. In order to get the licence to verify, I have to insert
add_filter( ‘https_ssl_verify’, ‘__return_false’ );
before the wp_remote_post function on line 521 in backend.php.
but this seems to be what the second wp_remote function (line 527) is intended for (except it does not appear to be executed)?
Other plugins do not seem to have a problem with wp_remote_post on the same php5.3 host/install, including Woocommerce and Customizr Pro (except when I upgrade the php version to 5.6 – but I think that’s a different issue).Rgds Marius de L