Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13980910
D8393.id19942.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
559 B
Referenced Files
None
Subscribers
None
D8393.id19942.diff
View Options
Index: src/infrastructure/daemon/bot/PhabricatorBot.php
===================================================================
--- src/infrastructure/daemon/bot/PhabricatorBot.php
+++ 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
Details
Attached
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
6716325
Default Alt Text
D8393.id19942.diff (559 B)
Attached To
Mode
D8393: allow https.cabundle in IRC bot
Attached
Detach File
Event Timeline
Log In to Comment