I tried some other websites and it works
I tried some other websites and it works fine:
(venv) python .\test_ssl_connectivity.py
Testing: https://api.autumn.com
FAILED - Error: ConnectError: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:1002)
Testing: https://api.github.com
SUCCESS - Status: 200
Testing: https://httpbin.org/get
SUCCESS - Status: 200
Testing: https://jsonplaceholder.typicode.com/posts/1
SUCCESS - Status: 200
(venv) python .\test_ssl_connectivity.py
