-
Notifications
You must be signed in to change notification settings - Fork 29
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
Not able to start a local server due to expired HTTPS certificate on https://eclipse.dev/jetty/configure_10_0.dtd #71
Comments
We've also been seeing this at my company and we've traced a few discrepancies in the way the plugin / bundle that might be the cause of this. Line 387 in 8493016
|
You get a very similar problem without an internet connection, or if jetty.org is down (which has happened a couple of times recently). Again, the problem is that the XML file generated in the code referenced above adds a DTD, and then if that DTD cannot be fetched (due to SSL cert or there's no internet or jetty.org is down), then the parsing of the XML aborts with an exception. This is what I get while jetty.org is down (not accessible at all):
|
Hi everyone,
I was not able to start-up my local server due to an expired certificate, the reason is https://eclipse.dev/jetty/configure_10_0.dtd
Here is a stacktrace:
The text was updated successfully, but these errors were encountered: