mirror of
https://github.com/humhub/humhub.git
synced 2025-03-11 02:31:03 +01:00
Fixed Cert Path
This commit is contained in:
parent
5172687d4a
commit
e511ffdf06
1
protected/config/.gitignore
vendored
Normal file
1
protected/config/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/dynamic.php
|
@ -254,7 +254,7 @@ class OnlineModuleManager
|
||||
CURLOPT_SSL_VERIFYHOST => (Yii::$app->getModule('admin')->marketplaceApiValidateSsl) ? 2 : 0,
|
||||
CURLOPT_REDIR_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS,
|
||||
CURLOPT_PROTOCOLS => CURLPROTO_HTTP | CURLPROTO_HTTPS,
|
||||
CURLOPT_CAINFO => Yii::$app->getBasePath() . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'cacert.pem'
|
||||
CURLOPT_CAINFO => Yii::getAlias('@humhub/config/cacert.pem')
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user