Https issues with seeed-xiao-esp32-c6

Hi, I’m at my wits end. Neither WiFiClientSecure.h nor NetworkClientSecure.h seem to be supported with my current board in PlatformIO (at least the way Seeed Studio recommends the setup), and thus any attempt to use https fails as well. Any help is greatly appreciated!

[env:seeed_xiao_esp32_c6]
platform = https://github.com/Seeed-Studio/platform-seeedboards.git
board = seeed-xiao-esp32-c6
board_build.partitions = partitions_two_ota_XIAO_ESP32_C6.csv
framework = arduino
build_flags =
-D APP_BOARD_XIAO_C6
-D ARDUINO_USB_MODE=1
-D ARDUINO_USB_CDC_ON_BOOT=1
-fexceptions
build_type = debug
build_unflags = -fno-exceptions
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
lib_deps =
bblanchon/ArduinoJson@^7.0.3
afpineda/NuS-NimBLE-Serial@^4.1.0
h2zero/NimBLE-Arduino@^2.3.6

Found the answer! Seeed Studio’s setup is still incorrect on their site. If you scroll down, you’ll notice someone already found the correct config.

[env:seeed_xiao_esp32c6]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/stable/platform-espressif32.zip
framework = arduino
board = seeed_xiao_esp32c6