需要免费的 ssl 证书,因为 google chrome 不支持没有 https 的网络摄像头
Need free ssl certificate because google chrome doesn't support webcam without https
google chrome 的新版本不允许在没有 https 的情况下使用网络摄像头:
getUserMedia() no longer works on insecure origins. To use this
feature, you should consider switching your application to a secure
origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
所以我的 Web 应用程序需要一个免费的 ssl 证书(或便宜的 ssl 证书)。 Openssl 不适合我,因为当 ssl 证书是自签名时浏览器会显示警告消息。
一个想法?
提前致谢。
使用 https://letsencrypt.org/ 获取您的手机 phone 和网络浏览器
可识别的免费有效 ssl 证书
我使用 cloudflare.com 原始证书。还不错。
google chrome 的新版本不允许在没有 https 的情况下使用网络摄像头:
getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
所以我的 Web 应用程序需要一个免费的 ssl 证书(或便宜的 ssl 证书)。 Openssl 不适合我,因为当 ssl 证书是自签名时浏览器会显示警告消息。
一个想法?
提前致谢。
使用 https://letsencrypt.org/ 获取您的手机 phone 和网络浏览器
可识别的免费有效 ssl 证书我使用 cloudflare.com 原始证书。还不错。