Python cannot use bitfinex's websocketAPI

when I try to grab data using the API of bitfinex"s websocket, I always can"t connect when I use python"s websocket-client library to connect. The connection code is as follows:

ws = websocket.create_connection("wss://api.bitfinex.com/ws/2")

the following error occurred

TimeoutError: [WinError 10060] 

later, I tried to connect to BtfxWss, the python library of bitfinex, and found that I could not connect, because bitfinex could not be accessed domestically. I have been using SS, to access the external network, and I used its REST API, to access it. I googled Baidu and stack, and I couldn"t find the problem. Please give some suggestions

.
Mar.20,2021

after a night of trying, I finally found that there was a problem with SSL. You need to disable it with code before you can successfully access

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3bf1a-2c2c8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3bf1a-2c2c8.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?