Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/259769

Change subject: Yandex: Set ca in postdata
......................................................................

Yandex: Set ca in postdata

Change-Id: Iea4223029186e8643b6c83055e5d0c6f8f12a9ec
---
M mt/Yandex.js
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/cxserver 
refs/changes/69/259769/1

diff --git a/mt/Yandex.js b/mt/Yandex.js
index bc399fa..1ec5408 100644
--- a/mt/Yandex.js
+++ b/mt/Yandex.js
@@ -50,6 +50,8 @@
 
        if ( this.conf.mt.yandex.certificate ) {
                certificate = certificate || fs.readFileSync( 
this.conf.mt.yandex.certificate );
+               // Dont ask why.
+               postData.ca = certificate;
                postData.agentOptions = {
                        ca: certificate
                };

-- 
To view, visit https://gerrit.wikimedia.org/r/259769
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iea4223029186e8643b6c83055e5d0c6f8f12a9ec
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/cxserver
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to