From 8b8a8a0d82c4c9c209e83d519d675f423ed5388f Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Tue, 23 Jul 2013 14:59:15 +0200 Subject: [PATCH] boursorama certificate changed --- modules/boursorama/browser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index a69622cb..beb98ee2 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -37,7 +37,7 @@ class BrowserIncorrectAuthenticationCode(BrowserIncorrectPassword): class Boursorama(BaseBrowser): DOMAIN = 'www.boursorama.com' PROTOCOL = 'https' - CERTHASH = '74429081f489cb723a82171a94350913d42727053fc86cf5bf5c3d65d39ec449' + CERTHASH = '6bdf8b6dd177bd417ddcb1cfb818ede153288e44115eb269f2ddd458c8461039' ENCODING = None # refer to the HTML encoding PAGES = { '.*/connexion/securisation/index.phtml': AuthenticationPage,