me-box / databox

Databox container manager and dashboard server
MIT License
94 stars 25 forks source link

No response from local /app/list over https #222

Closed aid-oc closed 6 years ago

aid-oc commented 6 years ago

Currently unable to see a local driver once the manifest has been uploaded, networking shows no response from https://localhost:8181/app/list as called by the driver store but the same request over http does have a response.

Toshbrown commented 6 years ago

Sounds odd the app server was moved to https in v 0.3.1 and it working here.

Try removing the ./certs dir and restarting databox

are you running in dev mode or in normal mode?

Whats the version of the app-server image? (docker images | grep databoxsystems)

aid-oc commented 6 years ago

Thanks for the reply, the issue has been fixed after deleting my current images and re-starting databox, I must have had some outdated components.