update changed certificate

This commit is contained in:
Romain Bignon 2015-02-11 16:46:36 +01:00
commit 34800251e9

View file

@ -34,7 +34,7 @@ class Fortuneo(Browser):
DOMAIN_LOGIN = 'www.fortuneo.fr'
DOMAIN = 'www.fortuneo.fr'
PROTOCOL = 'https'
CERTHASH = ['97628e02c676d88bb8eb6d91a10b50cffd7275e273902975b4e1eb7154270c4e', '0d4bac62f78560af8215077676b04f80c5e0e8eb267c66b665b142d2e185e58a']
CERTHASH = ['4ff0301115f80f18c4e81a136ca28829b46d416d404174945b1ae48abd0634e2']
ENCODING = None # refer to the HTML encoding
PAGES = {
'.*identification\.jsp.*' : LoginPage,