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

404 returned from makalu.otobo.org #1250

Closed
bschmalhofer opened this issue Sep 22, 2021 · 4 comments
Closed

404 returned from makalu.otobo.org #1250

bschmalhofer opened this issue Sep 22, 2021 · 4 comments
Assignees
Labels
bug Something isn't working as intended
Milestone

Comments

@bschmalhofer
Copy link
Contributor

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.

bes:~/devel/OTOBO/otobo (issue-#1247-otrs.com)$ wget --no-check-certificate https://makalu.otobo.org/unittest/HTTPBasicAuth/
--2021-09-22 12:03:24-- https://makalu.otobo.org/unittest/HTTPBasicAuth/
Auflösen des Hostnamens makalu.otobo.org (makalu.otobo.org) … 138.201.55.196
Verbindungsaufbau zu makalu.otobo.org (makalu.otobo.org)|138.201.55.196|:443... verbunden.
WARNUNG: Das Zertifikat von makalu.otobo.org kann nicht geprüft werden, ausgestellt von »CN=TRAEFIK DEFAULT CERT«:.
Die Autorität des Zertifikatausstellers kann lokal nicht geprüft werden.
WARNUNG: Keiner der alternativen Namen des Zertifikats stimmt mit dem angefragten Maschinennamen »makalu.otobo.org« überein.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 404 Not Found
2021-09-22 12:03:24 FEHLER 404: Not Found.

It is not obvious whether this is related to the self signed certificate.

@bschmalhofer bschmalhofer added the bug Something isn't working as intended label Sep 22, 2021
@bschmalhofer bschmalhofer added this to the OTOBO 10.0.13 milestone Sep 22, 2021
@svenoe
Copy link
Contributor

svenoe commented Oct 7, 2021

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.

@svenoe svenoe modified the milestones: OTOBO 10.0.13, OTOBO 10.0.14 Oct 8, 2021
@bschmalhofer
Copy link
Contributor Author

This is not required for 10.0.14.

@bschmalhofer
Copy link
Contributor Author

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.
Unfortunately Plack;;Test does not fit the bill as we want to test the user agent, not the application.

bschmalhofer added a commit that referenced this issue Apr 5, 2022
Organize tests by using subtests.
bschmalhofer added a commit that referenced this issue Apr 5, 2022
@bschmalhofer
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

3 participants