Replies: 4 comments 9 replies
-
@Carglglz would you know what the cause of this error could be? |
Beta Was this translation helpful? Give feedback.
-
I should note also that I have @Carglglz fixed version of And I get the same exception with the Microdot |
Beta Was this translation helpful? Give feedback.
-
On a Teensy 4.1, I get a slightly different exception:
|
Beta Was this translation helpful? Give feedback.
-
And I can get it to work with So the question becomes: how can I protect against microdot crashing in these situations? |
Beta Was this translation helpful? Give feedback.
-
I've got the latest Microdot source, and the latest Micropython, and can't get TLS working in my application.
I'm using an ESP32-WROOM-1-N16R8 (16MiB flash, 8MiB octal SPIRAM), and have plenty of memory.
My application is running Microdot as an
asyncio
task, and I've got the DER-format certificate and key files loaded in the same way as the Microdottls/hello.py
example:I get this exception when trying to do a GET request:
I've generated both an RSA key (as shown in the Microdot
examples/tls/README.md
):And an elliptic key:
Both keys resulted in the same response.
I've tried accessing this with a web browser, and with
curl -insecure
with the same results.What do I need to do to get this to work?
Beta Was this translation helpful? Give feedback.
All reactions