Hello everyone,
I'm trying to connect two MKR1000 through WiFi connection, to exchange some data (really simple data).
Configuration is a simple Client-Server, based on some Arduino WiFi101 examples. ("WiFi Repeating Client" and "Simple Web Server").
MKR1000 Server creates a WiFi open Access Point.
Connection and exchange succeeded when I used HTTP protocol, but, failed when I tried to use HTTPS.
On Client sketch, I used WiFiSSLCLient() and/or connectSSL() (these work properly when I tried to connect to internet https web).
I think, I have some troubles on Server sketch, because it is only http server, but, is there any easy way to change it to https? I mean, something like "WiFiSSLserver server".
I really am very beginner, and I am a little bit stuck.
Thank you all very much in advance.