Hype reflect with https

Hi, is it possible to use hype-reflect with https.
I need webcam access and test it with ios16, but I have no webcam feed.
Seems like the problem is the page should be served with https.

If you click the Safari button, you could launch your website in Safari and then visit ‘website settings’ to properly allow webcam access by following these instructions:

I assume it is the device webcam, not a remote URL?

Loading Hype Reflect’s content over SSL is a bit more involved and might not be necessary for you. To do this, you would need to generate a local development certificate authority for your computer’s domain name + local ip address to accomplish this and also modify the built in Apache web server to leverage this new certificate — so it is possible but much more difficult than moving that portion of your testing to a regular web server with SSL properly installed or allowing webcam access after jumping over to Safari.

1 Like

Thanks daniel,

I do not have that option, but I published the to my own host. A but cumbersome testing this way, but it works. Thanks for you elaborate answer.