Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
weboob
weboob
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 179
    • Issues 179
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 53
    • Merge Requests 53
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • weboob
  • weboobweboob
  • Issues
  • #399

Closed
Open
Opened Jun 02, 2020 by FHC@FHC
  • Report abuse
  • New issue
Report abuse New issue

[boobank][banquepopulaire] SSL connection issue (dh key too small)

Hello,

I just did a fresh setup of weboob (git clone the stable-2.0 branch and run a local_install.sh) + Kresus (kresus.org).

While a BanquePostale account is perfectly working, I have an issue with my BanquePopulaire one. Here is the error message directly from the CLI :

kresus@kresus:~/bin$ boobank --auto-update
Unable to load formatter "table": No module named 'prettytable'
Falling back to "multiline".
Welcome to boobank v2.0

Copyright(C) 2010-2020 Romain Bignon, Christophe Benz
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Type "help" to display available commands.

Loaded backends: banquepopulaire

boobank> list
                 Account                     Balance    Coming 
------------------------------------------+----------+----------
[banquepopulaire] Identifiant (hidden input): 
[banquepopulaire] Mot de passe (hidden input): 
2020-06-02 10:14:02,148:WARNING:urllib3.connectionpool:2.0:connectionpool.py:662:urlopen Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f1e919705f8>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /
2020-06-02 10:14:07,222:WARNING:urllib3.connectionpool:2.0:connectionpool.py:662:urlopen Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f1e91970710>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /
Bug(banquepopulaire): HTTPSConnectionPool(host='www.ibps.bpaura.banquepopulaire.fr', port=443): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f1e919707f0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

I gave it a quick try in 2.1, seems to be the same. I don't think it is related to my DNS setup, as I have the same problem with every resolver I try, so it seems that the URL the module is using has changed :(

Please tell me if you need anything to troubleshoot or make further tests, or if I did something wrong :)

Thanks for your help !

Edited Jun 03, 2020 by FHC
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
1
Labels
ssl
Assign labels
  • View project labels
Reference: weboob/weboob#399