Skip to content
Discussion options

You must be logged in to vote

@gringtc
OSError: (-30592, 'MBEDTLS_ERR_SSL_FATAL_ALERT_MESSAGE')
This is the browser response to a self-signed certificate, to avoid this you need to add the self-signed certificate to the trusted sources in chrome, see https://stackoverflow.com/questions/7580508/getting-chrome-to-accept-self-signed-localhost-certificate

For ValueError: invalid key see https://github.com/micropython/micropython/tree/master/tests#test-keycertificates instructions to generate a key/cert pair (MicroPython only supports DER format by default, unless using esp32 port)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@gringtc
Comment options

Answer selected by gringtc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants