DMTF / Redfish-Mockup-Server

A simple Python 3.4 program that can be copied into a folder at the top of any Redfish mockup and can serve Redfish requests on the specified IP/port.
Other
72 stars 37 forks source link

fix(ssl): `ssl.wrap_socket()` deprecated in Python 3.7 #104

Closed glimchb closed 4 months ago

glimchb commented 4 months ago

Use ssl.SSLContext.wrap_socket instead

https://docs.python.org/3.12/whatsnew/3.12.html#ssl

Fixes #103

Signed-off-by: Boris Glimcher Boris.Glimcher@emc.com

mraineri commented 4 months ago

Approved 3/1