-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'TLSConnection' object has no attribute 'key_file' #250
Comments
Maybe the same direction than #240? |
i tried this from the sample part on GitHub -------%--------
-------%-------- Same result :-( |
PR for issue fix, merged to master and included in ucsm latest release v0.9.18 |
Hello,
thanks a lot for fixing. I testest today and it works fine.
Perfect support.
Best Regards
Ralf
Von: dhapati2 ***@***.***>
Gesendet: Montag, 17. Juni 2024 06:56
An: CiscoUcs/ucsmsdk ***@***.***>
Cc: Ralf Faude ***@***.***>; Author ***@***.***>
Betreff: Re: [CiscoUcs/ucsmsdk] AttributeError: 'TLSConnection' object has no attribute 'key_file' (Issue #250)
PR for issue fix, merged to master and included in ucsm latest release v0.9.18
#252<#252>
—
Reply to this email directly, view it on GitHub<#250 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANNRXJ6BQWE7O4BAL3XRPYTZHZT47AVCNFSM6AAAAABG7XXQ3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNZSGIZTONRQGY>.
You are receiving this because you authored the thread.Message ID: ***@***.******@***.***>>
Der Inhalt dieser E-Mail stellt keine rechtsverbindliche Erklärung des Absenders dar. Zur rechtsgeschäftlichen Vertretung des hr sind neben dem Intendanten als seinem gesetzlichen Vertreter grundsätzlich nur zwei bevollmächtigte Personen gemeinsam berechtigt. Auskünfte über den Umfang der Vollmachten erteilt die Justiziarin des hr.
Der Inhalt dieser E-Mail (einschließlich beigefügter Dateien) ist vertraulich und nur für den Empfänger bestimmt; dies gilt nicht für Mails der Pressestelle oder für Newsletter. Wenn Sie nicht der bestimmungsgemäße Empfänger dieser E-Mail sind, informieren Sie bitte sofort den Absender und löschen Sie diese Mail von Ihrem System. Beachten Sie, dass die Verbreitung, das Kopieren sowie die Weitergabe der E-Mail nicht gestattet sind; dies gilt nicht für Mails der Pressestelle oder für Newsletter.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
since update to python version 3.12 i get a error when doing a normal login.
AttributeError: 'TLSConnection' object has no attribute 'key_file'
I created a new environment with only installed via pip the ucsmsdk. Same result. With python 3.11 it works.
--------%--------
from ucsmsdk.ucshandle import UcsHandle
handle = UcsHandle("xxx.xxx.xxx.xxx", "peter", "password")
handle.login()
--------%--------
Thanks for help.
Ralf
The text was updated successfully, but these errors were encountered: