Page MenuHomePhabricator

D8393.id19941.diff
No OneTemporary

D8393.id19941.diff

diff --git a/src/infrastructure/daemon/bot/PhabricatorBot.php b/src/infrastructure/daemon/bot/PhabricatorBot.php
--- a/src/infrastructure/daemon/bot/PhabricatorBot.php
+++ b/src/infrastructure/daemon/bot/PhabricatorBot.php
@@ -45,6 +45,11 @@
$this->handlers[] = $obj;
}
+ $ca_bundle = idx($config, 'https.cabundle');
+ if ($ca_bundle) {
+ HTTPSFuture::setGlobalCABundleFromPath($ca_bundle);
+ }
+
$conduit_uri = idx($config, 'conduit.uri');
if ($conduit_uri) {
$conduit_user = idx($config, 'conduit.user');

File Metadata

Mime Type
text/plain
Expires
Sun, Oct 20, 1:16 PM (3 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6736522
Default Alt Text
D8393.id19941.diff (553 B)

Event Timeline