I'm doing some local development and setup a webserver with a self-signed cert. I got it loaded into iOS's keystore and can access it via Safari. However, I get An SSL error has occurred and a secure connection to the server cannot be made. error in the app. I tried with both Deno's HTTPS server and your https.py script and both have the same issue where I can access them in Safari on the phone, but not WebBLE. I was able to get it working via a change to Info.plist so I'm not blocked. But is this a known issue?
I'm using iOS 18.1 on an iPhone 12 Pro with the most recent App Store build.
I'm doing some local development and setup a webserver with a self-signed cert. I got it loaded into iOS's keystore and can access it via Safari. However, I get An SSL error has occurred and a secure connection to the server cannot be made. error in the app. I tried with both Deno's HTTPS server and your
https.pyscript and both have the same issue where I can access them in Safari on the phone, but not WebBLE. I was able to get it working via a change to Info.plist so I'm not blocked. But is this a known issue?I'm using iOS 18.1 on an iPhone 12 Pro with the most recent App Store build.