update to new certificate

This commit is contained in:
Romain Bignon 2015-07-24 15:18:47 +02:00
commit 0f238bf350

View file

@ -37,7 +37,7 @@ __all__ = ['BPBrowser', 'BProBrowser']
class BPBrowser(Browser):
DOMAIN = 'voscomptesenligne.labanquepostale.fr'
PROTOCOL = 'https'
CERTHASH = ['184ccdf506ce87e66cba71ce754e48aa51720f346df56ed27399006c288a82ce']
CERTHASH = ['184ccdf506ce87e66cba71ce754e48aa51720f346df56ed27399006c288a82ce', '5719e6295761eb6de357d5e0743a26b917c4346792aff657f585c83cd7eae8f7']
ENCODING = 'iso-8859-1'
PAGES = {r'.*wsost/OstBrokerWeb/loginform.*' : LoginPage,
r'.*authentification/repositionnerCheminCourant-identif.ea' : repositionnerCheminCourant,