From 62298774baf185a7c9e5268b74cac79c75d03d61 Mon Sep 17 00:00:00 2001 From: Romain Bignon Date: Sun, 12 Jul 2015 19:45:24 +0200 Subject: [PATCH] update hash of boursorama's certificate --- modules/boursorama/browser.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/boursorama/browser.py b/modules/boursorama/browser.py index 4ae8a8df..95cb7dbc 100644 --- a/modules/boursorama/browser.py +++ b/modules/boursorama/browser.py @@ -41,7 +41,8 @@ class Boursorama(StateBrowser): DOMAIN = 'www.boursorama.com' PROTOCOL = 'https' CERTHASH = ['6bdf8b6dd177bd417ddcb1cfb818ede153288e44115eb269f2ddd458c8461039', - 'b290ef629c88f0508e9cc6305421c173bd4291175e3ddedbee05ee666b34c20e'] + 'b290ef629c88f0508e9cc6305421c173bd4291175e3ddedbee05ee666b34c20e', + '22418bc2676cac139aaf64cb36d14f4ad845ade64acbbd729463ef78cbe96b3e'] ENCODING = None # refer to the HTML encoding PAGES = {r'.*/connexion/securisation.*': AuthenticationPage, r'.*connexion.phtml.*': LoginPage,