ussl

The ussl API provides low-level SSL encryption and certificate verification functions and is used by other APIs such as urequests.

Reference

CommandParametersDescription
disable_warningBoolean: disable warningDisables the warning notifying users that the SSL connection isn’t secure because the server certificate isn’t verified
verify_letsencryptBoolean: verify server certificate against Letsencrypt rootEnables verification of the server certificate against the Letsencrypt root certificate
wrap_socket(See upstream Micropython documentation)(See upstream Micropython documentation)
debug_level0-4controls the amount of debug information printed