-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SSL page #170
Comments
-api and video connections all setup to be encrypted by in Maverick. So although we can load the main website over http/js, and services are discovered over standard unencrypted port 1234 (-discovery) ok, any subsequent service connections fail because their certs aren't recognised. |
|
New MacOS/iOS cert requirements. If we can change from ERR_CERT_INVALID to ERR_CERT_AUTHORITY_INVALID then the browser can skip the warning and won't require the CA cert install: |
Handled in #173 |
Migrate legacy sslupgrade.html to -web
The text was updated successfully, but these errors were encountered: