new bp certificate
This commit is contained in:
parent
170620b810
commit
b7edeaf4b5
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ __all__ = ['BPBrowser']
|
||||||
class BPBrowser(BaseBrowser):
|
class BPBrowser(BaseBrowser):
|
||||||
DOMAIN = 'voscomptesenligne.labanquepostale.fr'
|
DOMAIN = 'voscomptesenligne.labanquepostale.fr'
|
||||||
PROTOCOL = 'https'
|
PROTOCOL = 'https'
|
||||||
CERTHASH = 'd10d09246853237892d5fb44685826ea99bfdeaaf29fac6dd236dae8cb103c39'
|
CERTHASH = ['d10d09246853237892d5fb44685826ea99bfdeaaf29fac6dd236dae8cb103c39', 'ccdf2885f1d6df19e15d098dd52fd486609d891ebd2724970a5cfcb9254b6fa5']
|
||||||
ENCODING = 'iso-8859-1'
|
ENCODING = 'iso-8859-1'
|
||||||
PAGES = {r'.*wsost/OstBrokerWeb/loginform.*' : LoginPage,
|
PAGES = {r'.*wsost/OstBrokerWeb/loginform.*' : LoginPage,
|
||||||
r'.*authentification/repositionnerCheminCourant-identif.ea' : repositionnerCheminCourant,
|
r'.*authentification/repositionnerCheminCourant-identif.ea' : repositionnerCheminCourant,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue