Skip to content
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

Generating the SSL certificate through the demo-package requires a restart #28

Closed
kaikreuzer opened this issue Jan 6, 2016 · 2 comments · Fixed by openhab/openhab-core#8
Milestone

Comments

@kaikreuzer
Copy link
Member

Using the downloadable distribution, the ssl certificate is generated by the bundle when the demo-package is installed - which is after the base runtime has been already started (including Jetty). Therefore the SSL support does not become active - it is only there, once the runtime is restarted.

How shall we solve this? Either we could include the certificate feature in the runtime-base already or we accept the fact that it only becomes active after a restart.

@maggu2810
Copy link
Contributor

If the bundle and the feature of the generation does not depend on any other openhab stuff (it should be the case, because it is using a start level that is lower then the other ones) you could mark it as a prerequisite.

@dvanherbergen
Copy link
Contributor

I would move the certificate feature in the runtime base. It currently has start level 20 so that it starts before jetty does at level 30.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants