Search found 4 matches

by cool-RR
Sat Jun 01, 2019 2:44 pm
Forum: General Discussion and Questions
Topic: Using HTTPS and sending mail
Replies: 6
Views: 6890

Re: Using HTTPS and sending mail

If I were to open an issue for this, should it be on MicroPython or MicroPython-lib?
by cool-RR
Sat Jun 01, 2019 1:49 pm
Forum: General Discussion and Questions
Topic: Using HTTPS and sending mail
Replies: 6
Views: 6890

Re: Using HTTPS and sending mail

Thank you for helping Jimmo. HTTPS is supported. Cert validation depends on which board you have. e.g. ESP8266 no, ESP32 & PYBD apparently yes. I'm using an ESP32 board and I tested a bad certificate using https://untrusted-root.badssl.com/ and the request succeeded, meaning that certificate validat...
by cool-RR
Sat Jun 01, 2019 12:20 pm
Forum: General Discussion and Questions
Topic: Using HTTPS and sending mail
Replies: 6
Views: 6890

Re: Using HTTPS and sending mail

Hi, does anyone have a clue about this?
by cool-RR
Thu May 30, 2019 2:57 pm
Forum: General Discussion and Questions
Topic: Using HTTPS and sending mail
Replies: 6
Views: 6890

Using HTTPS and sending mail

Hi! Complete newbie here, using MicroPython on an ESP32 board. Here are a couple of things I want to do: 1. Access HTTPS URLs. I experimented with `urequests` and it doesn't seem to do any checking on the certificate, which is important. 2. Sending email, hopefully with TLS. I saw that the `smtplib`...