You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot connect to my RESTful API (Django REST framework) using https on my mkr 1000.
It worked beforehand on my local network.
I updated the firmware and was able to connect to google.com, arduino.cc or amazon.com using the WifiSSLClient sketch.
When I import my domain root certificate, there is no error message but the sketch cannot connect to my site. I tried also to connect (after importing the certificate) to the letsencrypt.org site (which probably uses also a letsencrypt certificate) and it fails also.
There is no error message at all, just if (client.connect(server, 443)) { returns false.
I had a look to this question on the Arduino forum and tried to apply the change on the ciphers handling that was proposed, with no luck.
The text was updated successfully, but these errors were encountered:
This problem is solved on my side by changing the nginx ssl configuration.
Is it a bug of this library anyway? Here are the settings I commented out to make it work:
I cannot connect to my RESTful API (Django REST framework) using https on my mkr 1000.
It worked beforehand on my local network.
I updated the firmware and was able to connect to
google.com
,arduino.cc
oramazon.com
using the WifiSSLClient sketch.When I import my domain root certificate, there is no error message but the sketch cannot connect to my site. I tried also to connect (after importing the certificate) to the
letsencrypt.org
site (which probably uses also a letsencrypt certificate) and it fails also.There is no error message at all, just
if (client.connect(server, 443)) {
returns false.I had a look to this question on the Arduino forum and tried to apply the change on the ciphers handling that was proposed, with no luck.
The text was updated successfully, but these errors were encountered: