Connexion via url impossible

Bonjour,
après quelques galères j’ai enfin pu me connecter via qrcode sur l’ENT du val d’Oise.
J’ai donc accès à un de mes 2 enfants.
Ne trouvant pas comment choisir l’enfant via qrcode, j’ai voulu utiliser la connexion via url.
Je rentre l’url complète pour l’accès parents, je coche le compte parents, je saisis le login et le mot de passe. A ce moment, je ne peux pas encore choisir dans le menu déroulant l’enfant. Je fais donc valider mais malheureusement, pas moyen d’obtenir une coche verte, je n’ai qu’une croix rouge.
Le log me retourne ça (j’ai remplacé mon vrai login par MONLOGIN dans le code) :

[2025-02-08 12:49:37] DEBUG  : [ENT https://cas.moncollege.valdoise.fr/login?selection=eleveparent] Logging in with MONLOGIN
[2025-02-08 12:49:37] ERROR  : Connection parent échouée : lig. 64 -   HTTPSConnectionPool(host='cas.moncollege.valdoise.fr', port=443): Max retries exceeded with url: /login?selection=eleveparent (Caused by SSLError(SSLCertVerificationError(1, "[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Hostname mismatch, certificate is not valid for 'cas.moncollege.valdoise.fr'. (_ssl.c:1137)")))
--- Logging error ---
Traceback (most recent call last):
File "/var/www/html/plugins/ProJote/resources/ProJoted/LoginConnect.py", line 347, in <module>
if Account.logged_in:
AttributeError: 'NoneType' object has no attribute 'logged_in'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.9/logging/__init__.py", line 1079, in emit
msg = self.format(record)
File "/usr/lib/python3.9/logging/__init__.py", line 923, in format
return fmt.format(record)
File "/usr/lib/python3.9/logging/__init__.py", line 659, in format
record.message = record.getMessage()
File "/usr/lib/python3.9/logging/__init__.py", line 363, in getMessage
msg = msg % self.args
TypeError: not all arguments converted during string formatting
Call stack:
File "/var/www/html/plugins/ProJote/resources/ProJoted/LoginConnect.py", line 380, in <module>
logging.error("An error occurred: lig.", line_number, e)
Message: 'An error occurred: lig.'
Arguments: (347, AttributeError("'NoneType' object has no attribute 'logged_in'"))

Une idée du problème ? Merci