YunoHost-Apps / redirect_ynh

Redirection app for YunoHost
GNU Affero General Public License v3.0
43 stars 21 forks source link

Application quality level is low #61

Open niko2 opened 2 weeks ago

niko2 commented 2 weeks ago

App is working but has been flagged as low quality by yunohost, generating warnings and no upgrade possible. I can help resolving this but I can't find how to check what is missing

MadMan247 commented 2 weeks ago

Entirely speculative, but I'm guessing the testing suite changed something.

https://ci-apps.yunohost.org/ci/apps/redirect/

in particular, the last job was a failure https://ci-apps.yunohost.org/ci/job/30437

From a successful job: image

From recent failure: image

In the failure, it looks like the testing script breaks. in a typical error, the syntax would more closely match the success, but would instead say "HTTP code: 502" or the like. (Maybe I'm wrong, idk.)

In this failure, we do get an error 302 (redirect/moved), which is the correct response provided from this app.

niko2 commented 2 weeks ago

don't you think this is related to pycurl.error: (60, "SSL: certificate subject name (yunohost.org) does not match target host name '127.0.0.1'") and yunohost.org certificate has changed 2 days ago ?

maybe redirect test should use http, like reverse proxy