BlackCatDevelopment / BlackCatCMS

BlackCat CMS is a PHP5, HTML5 content management system
https://blackcat-cms.org
Other
11 stars 9 forks source link

Dashboard is broken - Unable to connect to SSL #360

Closed creativecat closed 7 years ago

creativecat commented 7 years ago

As we changed our URL to https the widgets for version check and forum news are not able to connect to http any more.

creativecat commented 7 years ago

Seems to be this issue https://github.com/zendframework/zendframework/pull/5870

creativecat commented 7 years ago

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.

webbird commented 7 years ago

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".

webbird commented 7 years ago

Fixed by replacing Zend with CUrl.