support new certificate
This commit is contained in:
parent
25b2c6df30
commit
27371fd7ed
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ __all__ = ['BredBrowser']
|
||||||
class BredBrowser(BaseBrowser):
|
class BredBrowser(BaseBrowser):
|
||||||
PROTOCOL = 'https'
|
PROTOCOL = 'https'
|
||||||
DOMAIN = 'www.bred.fr'
|
DOMAIN = 'www.bred.fr'
|
||||||
CERTHASH = '26c5ba775fb3b99f7515a2748c2ae2da12931443afa99471a686ff6138efc5ec'
|
CERTHASH = '375f1fed165d34aacaaf71674ab14ca6c1b38404cf748278714fde3c58385ff0'
|
||||||
ENCODING = 'iso-8859-15'
|
ENCODING = 'iso-8859-15'
|
||||||
PAGES = {'https://www.bred.fr/mylittleform.*': LoginPage,
|
PAGES = {'https://www.bred.fr/mylittleform.*': LoginPage,
|
||||||
'https://www.bred.fr/Andromede/MainAuth.*': LoginResultPage,
|
'https://www.bred.fr/Andromede/MainAuth.*': LoginResultPage,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue