Index: rietveld.py |
diff --git a/rietveld.py b/rietveld.py |
index 1c569fc9bb1c51a6319cc1caee75f598f161ddce..5d83cc61be2477d0d0d33aea2fcf5bc0f3aa5c10 100644 |
--- a/rietveld.py |
+++ b/rietveld.py |
@@ -579,6 +579,9 @@ class JwtOAuth2Rietveld(Rietveld): |
self.url = url.rstrip('/') |
bot_url = self.url |
+ # TODO(tandrii): remove temp fix due to cert problem: crbug/537763 |
+ if bot_url.endswith('codereview.chromium.org'): |
+ bot_url = 'https://chromiumcodereview.appspot.com' |
if self.url.endswith('googleplex.com'): |
bot_url = self.url + '/bots' |