You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2024. It is now read-only.
According to the notes of http.client.HTTPSConnection, Python 3.4.3 can use
ssl._create_unverified_context()
to pass to context.With Python 3.4.3, the code snips below will fall into the
if
condition (less than or equal to 3.4.3).Redfish-Service-Conformance-Check/rf_utility.py
Lines 125 to 145 in a374243
Should it be less than 3.4.3:
instead of less than and equal to 3.4.3:
Thanks!
The text was updated successfully, but these errors were encountered: