test_check_url_available: Refactor SSL wrapping
Replace deprecated ssl.wrap_socket with ssl.SSLContext This ensures the code can work with Python3.12
Showing
Please register or sign in to comment
Replace deprecated ssl.wrap_socket with ssl.SSLContext This ensures the code can work with Python3.12