dongzhuonao8429 2014-12-20 02:26
浏览 48
已采纳

螺栓延伸回购目前不可用

I am running Bolt CMS locally on my machine using XAMPP. I just upgraded to version 2.0.1 today and everything seems to be working great. The only issue I am having is installing extensions.

On the view/install extensions page, I am seeing this message:

The Bolt extensions Repo at https://extensions.bolt.cm/list.json is currently unavailable. Check your connection and try again shortly.

I do have an active internet connection and am not sure why I cannot connect to the repository from the extensions page. Any help would be appreciated!

Update

In the CommandRunner.php file's setup method, there is this line:

$json = json_decode((file_get_contents($this->packageRepo)));

The problem is coming from the file_get_contents($this->packageRepo) call

The error message being returned from that call is

file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Update 2

The issue is not related to bolt CMS but rather my XAMPP configuration. However, if someone else using bolt CMS locally with XAMPP has already tackled this issue, I would appreciate their input.

  • 写回答

2条回答 默认 最新

  • dongyun234854 2014-12-22 17:31
    关注

    At this point, I have not been able to solve the SSL issue with my local server.

    I did, however, find a solution that allows me to install bolt extensions.

    The solution is to open up the config.yml file and add the following:

    extensions:
    site: 'http://extensions.bolt.cm/'

    This will tell bolt to use the http URL rather than https. I would recommend using the secure URL in production, but this has allowed me to install extensions on my local server until I solve the underlying problem.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度
  • ¥30 关于#r语言#的问题:如何对R语言中mfgarch包中构建的garch-midas模型进行样本内长期波动率预测和样本外长期波动率预测
  • ¥15 ETLCloud 处理json多层级问题
  • ¥15 matlab中使用gurobi时报错
  • ¥15 这个主板怎么能扩出一两个sata口
  • ¥15 不是,这到底错哪儿了😭
  • ¥15 2020长安杯与连接网探
  • ¥15 关于#matlab#的问题:在模糊控制器中选出线路信息,在simulink中根据线路信息生成速度时间目标曲线(初速度为20m/s,15秒后减为0的速度时间图像)我想问线路信息是什么