CircuitPython version
Adafruit CircuitPython 9.2.1 on 2024-11-20; Adafruit Feather ESP32-S3 Reverse TFT with ESP32S3
It seems there isn't such a function. Is it necessary to verify the server certificate after enabling SSL?
Code/REPL
# 创建 SSL 上下文并禁用证书验证
ssl_context = ssl.SSLContext(ssl.create_default_context())
ssl_context.check_hostname = False
# ssl_context.(ssl.CERT_NONE, None) # 禁用证书验证
ssl_context.set_default_verify_paths()
Behavior
Failed to verify certificate
Description
No response
Additional information
No response
CircuitPython version
Code/REPL
Behavior
Failed to verify certificate
Description
No response
Additional information
No response