-
Notifications
You must be signed in to change notification settings - Fork 25
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
Local apps/drivers not visible from browser for 0.3.0 due to security issue #211
Comments
Just to note for there is a work-around for this in firefox as per this issue:
|
This was referenced Dec 14, 2017
Toshbrown
added a commit
to me-box/core-container-manager
that referenced
this issue
Dec 14, 2017
Once #215 is merged this will work. |
Toshbrown
added a commit
to me-box/core-container-manager
that referenced
this issue
Dec 16, 2017
…17) * local app server over https Fixes me-box/databox#211 * Add additional details to certificates * Update ssl related node libs * Move to default ports for http and https
Toshbrown
pushed a commit
to me-box/core-container-manager
that referenced
this issue
Feb 15, 2018
* Fix me-box/databox#116 * Don't allow change of databox from cm * Fix version selection and me-box/databox#134 * Add store url to manifest * Fix docker image loaction * Actually select correct manifest * Fix me-box/databox#121 & me-box/databox#125 * Update icon & fix me-box/databox#121 & me-box/databox#125 * Serve as https * Fix undeclared variable * Update UI * Change cert url * Insecure index + reorganise * UI Improvements * Fix app status not correctly updating * local app server over https Fixes me-box/databox#211 * Add additional details to certificates * Update ssl related node libs * Move to default ports for http and https * Authentication * Bug fixes * Session cookie for proxying
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a browser (Firefox on MacOS) to access the databox, tag 0.3.0, it lists drivers from the public app store, but fails to list drivers in the local app store.
Firefox shows the following console error 'Blocked loading mixed active content “http://localhost:8181/app/list”'
This appears to be a general security restriction preventing XMLHTTPRequests to non-https URLs from a page served over HTTPS.
To resolve this issue the local app store will also need to use HTTPS and/or be proxied by the container manager HTTPS proxy.
The text was updated successfully, but these errors were encountered: