Skip to content

Support the Mutual TLS Authentication on WiFiS3 library  #265

Open
@ArduinoGetStarted

Description

@ArduinoGetStarted

Do you have a plan to support the mutual TLS authentication on the WiFiS3 library ?

This feature is available on ESP32 now. The Uno R4 uses the ESP32 as Wi-Fi module, So I think it does not need to develop the from scratch.

Additional context

Additional requests

Activity

pennam

pennam commented on Feb 15, 2024

@pennam
Contributor

Hi @ArduinoGetStarted,
If I am correct this should be a matter of adding two new AT commands for this APIs

setCertificate(const char *client_ca);
setPrivateKey (const char *private_key);
ArduinoGetStarted

ArduinoGetStarted commented on Feb 15, 2024

@ArduinoGetStarted
Author

Dear @pennam ,

I think you are correct. The WiFiClientSecure library from ESP32 has those function. I tested, it works well with AWS IoT.
The link for the tutorial is here: how to connect ESP32 to AWS IoT.
I hope this feature will be available on Arduino Uno R4 soon!
Uno form factor is compatible with many shields

bayu01

bayu01 commented on Mar 13, 2024

@bayu01
ArduinoGetStarted

ArduinoGetStarted commented on Mar 14, 2024

@ArduinoGetStarted
Author
locked as too heated and limited conversation to collaborators on Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: enhancementProposed improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bayu01@per1234@pennam@ArduinoGetStarted

        Issue actions

          Support the Mutual TLS Authentication on WiFiS3 library · Issue #265 · arduino/ArduinoCore-renesas