Closed creativecat closed 7 years ago
Seems to be this issue https://github.com/zendframework/zendframework/pull/5870
I modified the .htaccess on our server to enable the version file over standard http - should work but there should be a solution to enable the access over https as well.
I made a new version of check.php (version check widget) to use GitHub instead of version.txt. As for the forum, you can add
'sslverifypeer' => false
though it's not "as intended by the inventor".
Fixed by replacing Zend with CUrl.
As we changed our URL to https the widgets for version check and forum news are not able to connect to http any more.