Skip to content

Conversation

@ecoen66
Copy link
Contributor

@ecoen66 ecoen66 commented Dec 13, 2023

Added support for Python 3.11
Added support for CNR server.
Fixed some certificate authentication issues.

Added support for Python 3.11
Copy link
Contributor Author

@ecoen66 ecoen66 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, I realized I had left out a few of the fixes that allowed me to use this with Python 3.11 and circumvented some TLS cert issues.

# This is the only difference; default wrap_socket uses SSLv23
self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file,
ssl_version=ssl.PROTOCOL_TLSv1)
cert_reqs=ssl.CERT_NONE, ssl_version=ssl.PROTOCOL_TLSv1_2)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would need some testing across various IMC releases and Hardware combinations. Let me check who can help with this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks. My home lab is pretty dated... No M5 or higher servers.

@krish512
Copy link

This one is good. How soon can we have this merged?

@causey
Copy link

causey commented Oct 31, 2024

Is this project still alive? We would like to take a dependency on this library but we would likely need this to be merged.

@krish512
Copy link

krish512 commented Jan 8, 2025

This project is not actively updated. This PR can be ignored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants