Skip to content

V3 ESP32 Arudino IDE library missing opensll (not supported https for C6) #9960

@virco

Description

@virco

Board

esp32 C6 Dev

Device Description

DevKit C6 N8

Hardware Configuration

N/A

Version

v3.0.1

IDE Name

Arduino IDE

Operating System

Windows 11

Flash frequency

40

PSRAM enabled

yes

Upload speed

115200

Description

C6 module are supported from V3 onwards, where there is an issue with missing "openssl/ssl.h"

Sketch

https://github.com/khoih-prog/HTTPS_Server_Generic/blob/main/examples/ESP32_WiFi/REST-API/REST-API.ino

Debug Message

C:\Users\virco\AppData\Local\Temp\.arduinoIDE-unsaved2024529-27392-1upclbq.1rf7\REST-API\REST-API.ino:57:4: error: #error To be use with ARDUINOJSON_VERSION v5.13.5-
   57 |   #error To be use with ARDUINOJSON_VERSION v5.13.5-
      |    ^~~~~
In file included from C:\Users\virco\AppData\Local\Temp\.arduinoIDE-unsaved2024529-27392-1upclbq.1rf7\REST-API\REST-API.ino:79:
C:\Users\virco\OneDrive\Documents\Arduino\libraries\HTTPS_Server_Generic\src/HTTPS_Server_Generic.h:42:14: fatal error: openssl/ssl.h: No such file or directory
   42 |     #include "openssl/ssl.h"
      |              ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: #error To be use with ARDUINOJSON_VERSION v5.13.5-

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions