Hi,
As the title says, my vivoactive HR (FW version 4.3.0, widget built for SDK 2.4.x) gets NETWORK_REQUEST_TIMED_OUT when trying to POST to a server with Let's Encrypt certificate. If I configure the server to not use the certificate and run only on http, then makeWebRequest functions as expected.
Oddly enough, this only happens on the device; on the simulator, https with Let's Encrypt works fine.
Since on-device https connections do work in the WebRequest sample in the SDK, is this a problem with Let's Encrypt certificates? Can I load my certificate onto the watch somehow?
Thanks in advance!