Search found 5 matches

by Martin Brennan
Thu Oct 17, 2024 1:51 pm
Forum: ESP-IDF
Topic: How can I use a PEM that expires in 12 months in an embedded product?
Replies: 9
Views: 3290

Re: How can I use a PEM that expires in 12 months in an embedded product?

Hi MicroController
I can confirm that using

.crt_bundle_attach = esp_crt_bundle_attach,

in the http_client config allows it to access all the https urls in my project.
So thank you for your help.

I would point out that without some digging I still don't know the expiry date in the certificate ...
by Martin Brennan
Wed Oct 16, 2024 12:47 pm
Forum: ESP-IDF
Topic: How can I use a PEM that expires in 12 months in an embedded product?
Replies: 9
Views: 3290

Re: How can I use a PEM that expires in 12 months in an embedded product?

Thank you that looks promising I will try it over the next couple of days - Martin
by Martin Brennan
Wed Oct 16, 2024 7:40 am
Forum: ESP-IDF
Topic: How can I use a PEM that expires in 12 months in an embedded product?
Replies: 9
Views: 3290

Re: How can I use a PEM that expires in 12 months in an embedded product?

Thank you MicroController and boarchuz

Let me give you some background.

My company uses Shopify to host our website and ecommerce and we also use their server for downloads to upgrade older non ESP products.

I just created a pem file for my domain using the script mentioned previously
I then ...
by Martin Brennan
Tue Oct 15, 2024 8:27 am
Forum: ESP-IDF
Topic: How can I use a PEM that expires in 12 months in an embedded product?
Replies: 9
Views: 3290

How can I use a PEM that expires in 12 months in an embedded product?

I apologise in advance if this is a dumb question. I feel like I must be missing something.

The HTTP_CLIENT example program
https://github.com/espressif/esp-idf/tree/v5.2.3/examples/protocols/esp_http_client
Uses a PEM file to make an HTTPS request.

I read that I can generate a PEM file using a ...
by Martin Brennan
Thu May 02, 2024 10:35 am
Forum: ESP-ADF
Topic: Problems with pipeline_play_sdcard_music example for opus and ogg files.
Replies: 1
Views: 61652

Re: Problems with pipeline_play_sdcard_music example for opus and ogg files.

Hi

I too got this error when attempting to decode an ogg file

E (20974) VORBIS_DECODER: Error open ogg file: -132, ffffff7c, 325

Incidentally Winamp would not play this file whereas VLC would play it OK

I noticed that that the bad ogg file had one more header - marked by the bytes "OggS" than ...

Go to advanced search