Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNI Not supported #74

Closed
darkyen opened this issue Sep 5, 2019 · 2 comments
Closed

SNI Not supported #74

darkyen opened this issue Sep 5, 2019 · 2 comments

Comments

@darkyen
Copy link

darkyen commented Sep 5, 2019

It seems that this library fails where SNI is needed even though the underlying network driver does support it, perhaps we can create a sub-class ArduinoHTTPSClient that tries to use SNI by default?

The client I am using is WiFiNINA

@sandeepmistry
Copy link

Hi @darkyen,

Support for SNI was enabled in NINA f/w version 1.2.3 or later (here's the code change: arduino/nina-fw#16).

The firmware version is not available in the stable release of the IDE as of now. However, if you download the nightly IDE version, you can use the WiFi Firmware updater tool to update to a firmware version that includes the change.

Please let me know if you have any further questions.

@salexander2
Copy link

Hi, it seems I have the same problem.
I can't connect via SSL even if I use latest versions of all (Arduino IDE, WiFiNINA firmware, WiFiNINA library).
I have an Arduino UNO WiFi Rev 2.
If I use the WiFiSSLClient example to connect to www.google.com it works, but if I use the same example to connect to my site (hosted by ARUBA.it) it doesn't work.
Obviously I upgraded certificate for both sites (google ad mine).
Any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants