-
Notifications
You must be signed in to change notification settings - Fork 75
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
404 returned from makalu.otobo.org #1250
Comments
This is likely due to the change from otrs to otobo, without such a server existing here. We could try changing it back to otrs.com... ;) Or we set up this stuff ourselves. |
This is not required for 10.0.14. |
I propose to not provide a service makalu.otobo.org. Instead spin up a small webserver running on localhost. The small webserver can use https://metacpan.org/pod/Plack::Middleware::Auth::Basic. |
Organize tests by using subtests.
Let's take a different route here. Skip the failing tests that use makalu.otobo.org for rel-10_0. In lieu, convert these tests to a local webserver in rel-10_1. This should be easy in rel-10_1, as we already have a dependency on Plack in that branch. |
Since about September 10th there are four failing test cases in scripts/test/WebUserAgent.t . The cause seems to be that makalu.otobo.org no longer replies as expected.
It is not obvious whether this is related to the self signed certificate.
The text was updated successfully, but these errors were encountered: