Hi all,
With the simulator, I try to access with makeWebRequest to an HTTPS url and I get an ERROR -1001.
I tried to check and uncheck "Use Device HTTPS requirements" => same.
I tried with different devices => same.
I tried from my physical watch, from the same network => OK, no problem
I tried from the browser of the PC wich execute the simulator => OK, without any warning.
A Wireshark says the error appears during TLS exchange :
I generate my certificate with let'sEncrypt, and have an apache2 as web-server :
Perhaps I have an idea : is the simulator include root certificates or use system certificates ? If it include, I know Let'sEncrypt have revoked recently old root certificates, could it be the "root" cause ?