
Since ssl.wrap_context has been removed in Python 3.12, switch that out with SSLContext.wrap_context instead. Change-Id: Ic3d7250937544e3a1eda3276db8ed43972735b98 Co-Authored-By: Clark Boylan <clark.boylan@gmail.com> Depends-On: https://review.opendev.org/945662