From 3827f5c11fd20105d3124c54c92b19c6f24118f6 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 10 Feb 2013 13:35:01 +0100 Subject: [PATCH] enable check of certificate --- modules/creditdunord/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/creditdunord/browser.py b/modules/creditdunord/browser.py index 596949cb..e584ed7c 100644 --- a/modules/creditdunord/browser.py +++ b/modules/creditdunord/browser.py @@ -31,7 +31,7 @@ __all__ = ['CreditDuNordBrowser'] class CreditDuNordBrowser(BaseBrowser): PROTOCOL = 'https' DOMAIN = 'www.credit-du-nord.fr' - #CERTHASH = 'b2f8a8a7a03c54d7bb918f10eb4e141c3fb51bebf0eb8371aefb33a997efc600' + CERTHASH = 'b2f8a8a7a03c54d7bb918f10eb4e141c3fb51bebf0eb8371aefb33a997efc600' ENCODING = 'UTF-8' PAGES = {'https://www.credit-du-nord.fr/?': LoginPage, 'https://www.credit-du-nord.fr/vos-comptes/particuliers(\?.*)?': AccountsPage,