linuxserver / docker-letsencrypt

DEPRECATED: Please use linuxserver/swag instead
GNU General Public License v3.0
722 stars 172 forks source link

Ombi web interface not working on iPhone with http basic auth #490

Closed clifford64 closed 4 years ago

clifford64 commented 4 years ago

linuxserver.io

If you are new to Docker or this application our issue tracker is ONLY used for reporting bugs or requesting features. Please use our discord server for general support.

I have letsencrypt set up and using it to provide SSL and reverse proxy for internal sites. I have set up http basic auth to help secure the sites. I have am using the ombi subdomain config. This works normally on desktops and Android phones. However, iPhones only partially load the Ombi web interface. If I turn off http basic auth, it works normally.


Expected Behavior

Should fully load the web interface

Current Behavior

Doesn't fully load the web interface

Steps to Reproduce

  1. Letsencrypt set up
  2. HTTP basic auth enabled
  3. Using ombi subdomain conf
  4. load site and doesn't work

Environment

OS: Ubuntu 20.04
CPU architecture: x86_64/arm32/arm64
amd64 How docker service was installed:

Command used to create docker container (run/create/compose/screenshot)

Docker Compose

Docker logs

The letsencrypt logs do not show anything useful other than information for starting the server. detected a LuaJIT version which is not OpenResty's

nemchik commented 4 years ago

Can you access it on your LAN without issue? (Via the IP and port without the proxy)

clifford64 commented 4 years ago

Can you access it on your LAN without issue? (Via the IP and port without the proxy)

Yes, accessing it internally via LAN IP and port work without issues. Turning off basic auth causes iPhones to start working as well. It only has issues when using basic auth.

Android's, and computers don't have any problems. I don't get this issue when testing via in chrome browser and trying to mimic iPhone through dev tools. I have tested on multiple iPhones and iOS devices and all have this issue with this when using basic auth

nemchik commented 4 years ago

Just to get extra info: does using chrome on iPhone work? (Is the problem specific to safari?)

This will be hard to test as I personally don't have an iOS device and no way to diagnose in detail.

clifford64 commented 4 years ago

It does not work in chrome either or any other browser

nemchik commented 4 years ago

Can you try adding proxy_read_timeout 86400; just below the line where you enable basic auth (inside the location braces).

clifford64 commented 4 years ago

Can you try adding proxy_read_timeout 86400; just below the line where you enable basic auth (inside the location braces).

That did not work. I tried putting it in the location bracket, but it gave me an error for duplicate because it is already in proxy.conf and that is being included in the location block. I changed the default in proxy.conf to 86400 from 240. It did not do anything.

clifford64 commented 4 years ago

Another strange item is it only seems to be an issue with ombi. I am able to access other internal sites through the proxy and with http basic auth on iOS devices and they all load fine. It only seems to be an issue with ombi and with http basic auth enabled.

clifford64 commented 4 years ago

Below are logs of the process of signing in with http basic auth, then signing in with a local account on ombi. The logs are different between an android and iPhone. The same process was performed on each device, but the logs show two different processes being performed. IPs and URLs have been changed for security.

Android x.x.x.x - - [26/Jul/2020:23:26:58 -0400] "GET / HTTP/1.1" 401 581 "-" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:06 -0400] "GET / HTTP/1.1" 200 1327 "-" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /loading.css?v=k33zb3c0-ToEQSx13OJIBKNSzNyG6g4V29uA0YpYiV0 HTTP/1.1" 200 1550 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /dist/vendor.css?v=A5VSEkY8uq7pAj1OkaY6vaxKY0-yZsGZSG_UJMjE8Vg HTTP/1.1" 200 762863 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /dist/app.js?v=XcF-JRAoUuR7PmH7p9jNiYF167SFSjHUdfEcKpAvaCI HTTP/1.1" 200 2064618 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /translations/en.json?v=677880372 HTTP/1.1" 200 6654 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /api/v1/Settings/customization HTTP/1.1" 200 223 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /api/v1/Settings/voteenabled HTTP/1.1" 200 15 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /api/v1/Settings/issuesenabled HTTP/1.1" 200 15 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /dist/2.8b04b1f850241f672d8f.chunk.js HTTP/1.1" 200 62876 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /dist/9.8b04b1f850241f672d8f.chunk.js HTTP/1.1" 200 151373 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /dist/0.8b04b1f850241f672d8f.chunk.js HTTP/1.1" 200 269565 "https://ombi.hidden.com/" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /api/v1/Settings/LandingPage HTTP/1.1" 200 183 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /api/v1/status/Wizard/ HTTP/1.1" 200 25 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:07 -0400] "GET /api/v1/Settings/Authentication HTTP/1.1" 200 183 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:08 -0400] "GET /api/v1/Settings/clientid HTTP/1.1" 200 45 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:08 -0400] "GET /api/v1/Settings/customization HTTP/1.1" 200 223 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:08 -0400] "GET /images/logo.png HTTP/1.1" 200 20298 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:08 -0400] "GET /images/favicon/favicon-32x32.png HTTP/1.1" 200 738 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:08 -0400] "GET /images/favicon/apple-touch-icon.png HTTP/1.1" 200 2297 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:08 -0400] "GET /api/v1/Images/background/ HTTP/1.1" 200 122 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:17 -0400] "POST /api/v1/token/requirePassword HTTP/1.1" 200 14 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:27:17 -0400] "POST /api/v1/token/ HTTP/1.1" 200 542 "https://ombi.hidden.com/login" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/Settings/lidarrenabled HTTP/1.1" 200 15 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/Settings/issues HTTP/1.1" 200 112 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/Issues/categories/ HTTP/1.1" 200 12 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/Settings/defaultlanguage/ HTTP/1.1" 200 14 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/Request/movie/remaining HTTP/1.1" 200 103 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/Request/tv/remaining HTTP/1.1" 200 103 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/Request/music/remaining HTTP/1.1" 200 103 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/search/Movie/Popular HTTP/1.1" 200 10120 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/search/Tv/popular HTTP/1.1" 200 11792 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 1798 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 2101 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 4527 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 1693 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 1506 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 1202 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 1407 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 5655 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 1259 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "POST /api/v1/search/Movie/info HTTP/1.1" 200 2177 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:18 -0400] "GET /api/v1/Images/tv/121361 HTTP/1.1" 200 101 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/Images/tv/80379 HTTP/1.1" 200 104 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/Images/tv/81189 HTTP/1.1" 200 97 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/search/Tv/info/81189 HTTP/1.1" 200 19232 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/Images/tv/153021 HTTP/1.1" 200 102 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/Images/tv/176941 HTTP/1.1" 200 94 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/search/Tv/info/153021 HTTP/1.1" 200 44625 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/search/Tv/info/121361 HTTP/1.1" 200 23525 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/Images/tv/75760 HTTP/1.1" 200 106 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/Images/tv/79349 HTTP/1.1" 200 91 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/Images/tv/79168 HTTP/1.1" 200 92 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/search/Tv/info/176941 HTTP/1.1" 200 4774 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/Images/tv/305288 HTTP/1.1" 200 101 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/search/Tv/info/79349 HTTP/1.1" 200 28984 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/Images/tv/257655 HTTP/1.1" 200 91 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/search/Tv/info/75760 HTTP/1.1" 200 63229 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:19 -0400] "GET /api/v1/search/Tv/info/305288 HTTP/1.1" 200 9797 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:20 -0400] "GET /api/v1/search/Tv/info/80379 HTTP/1.1" 200 90931 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:20 -0400] "GET /api/v1/search/Tv/info/257655 HTTP/1.1" 200 49476 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36" x.x.x.x - - [26/Jul/2020:23:27:20 -0400] "GET /api/v1/search/Tv/info/79168 HTTP/1.1" 200 75940 "https://ombi.hidden.com/search" "Mozilla/5.0 (Linux; Android 10; SM-N960U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Mobile Safari/537.36"

iPhone

x.x.x.x - - [26/Jul/2020:23:23:16 -0400] "GET / HTTP/1.1" 301 169 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - - [26/Jul/2020:23:23:16 -0400] "GET / HTTP/1.1" 401 179 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:28 -0400] "GET / HTTP/1.1" 200 1327 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:28 -0400] "GET /loading.css?v=k33zb3c0-ToEQSx13OJIBKNSzNyG6g4V29uA0YpYiV0 HTTP/1.1" 200 1550 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:28 -0400] "GET /dist/vendor.css?v=A5VSEkY8uq7pAj1OkaY6vaxKY0-yZsGZSG_UJMjE8Vg HTTP/1.1" 200 762863 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /dist/app.js?v=XcF-JRAoUuR7PmH7p9jNiYF167SFSjHUdfEcKpAvaCI HTTP/1.1" 200 2064618 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /translations/en.json?v=527341907 HTTP/1.1" 200 6654 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /api/v1/Settings/issuesenabled HTTP/1.1" 200 15 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /api/v1/Settings/customization HTTP/1.1" 200 223 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /api/v1/Settings/voteenabled HTTP/1.1" 200 15 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /dist/2.8b04b1f850241f672d8f.chunk.js HTTP/1.1" 200 62876 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /dist/9.8b04b1f850241f672d8f.chunk.js HTTP/1.1" 200 151373 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /dist/0.8b04b1f850241f672d8f.chunk.js HTTP/1.1" 200 269565 "https://ombi.hidden.com/" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /api/v1/status/Wizard/ HTTP/1.1" 200 25 "https://ombi.hidden.com/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /api/v1/Settings/LandingPage HTTP/1.1" 200 183 "https://ombi.hidden.com/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /api/v1/Settings/clientid HTTP/1.1" 200 45 "https://ombi.hidden.com/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /api/v1/Settings/Authentication HTTP/1.1" 200 183 "https://ombi.hidden.com/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:29 -0400] "GET /images/logo.png HTTP/1.1" 200 20298 "https://ombi.hidden.com/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:30 -0400] "GET /api/v1/Images/background/ HTTP/1.1" 200 123 "https://ombi.hidden.com/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "POST /api/v1/token/requirePassword HTTP/1.1" 200 14 "https://ombi.hidden.com/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "POST /api/v1/token/ HTTP/1.1" 200 542 "https://ombi.hidden.com/login" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "GET /api/v1/Settings/lidarrenabled HTTP/1.1" 200 15 "https://ombi.hidden.com/search" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "GET /api/v1/Settings/defaultlanguage/ HTTP/1.1" 200 14 "https://ombi.hidden.com/search" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "GET /api/v1/Settings/issues HTTP/1.1" 200 112 "https://ombi.hidden.com/search" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "GET /api/v1/search/Movie/Popular HTTP/1.1" 401 0 "https://ombi.hidden.com/search" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "GET /api/v1/Issues/categories/ HTTP/1.1" 401 0 "https://ombi.hidden.com/search" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "GET /api/v1/search/Tv/popular HTTP/1.1" 401 0 "https://ombi.hidden.com/search" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "GET /api/v1/Request/movie/remaining HTTP/1.1" 401 0 "https://ombi.hidden.com/search" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "GET /api/v1/Request/tv/remaining HTTP/1.1" 401 0 "https://ombi.hidden.com/search" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1" x.x.x.x - http_basic_auth_user [26/Jul/2020:23:23:41 -0400] "GET /api/v1/Request/music/remaining HTTP/1.1" 401 0 "https://ombi.hidden.com/search" "Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1"

clifford64 commented 4 years ago

I can confirm the same issue is present with an iPad.

github-actions[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

clifford64 commented 4 years ago

Still an issue

ironicbadger commented 4 years ago

This container is now deprecated in favour of https://github.com/linuxserver/docker-swag.

If this issue is still important to you please open a new issue over there. Thanks!

clifford64 commented 4 years ago

This container is now deprecated in favour of https://github.com/linuxserver/docker-swag.

If this issue is still important to you please open a new issue over there. Thanks!

Not sure this issue should be marked as closed. I will have to test, but my previous tests showed it did not matter what web end you were using, whether apache2 or something else, ombi was broken with http basic auth.

nemchik commented 4 years ago

A few things:

A) this could be a proxy config issue https://github.com/linuxserver/reverse-proxy-confs/issues B) this could be an Ombi issue https://github.com/tidusjar/Ombi/issues C) this repo has been deprecated in favor of the swag repo linked

Unfortunately I don't have an iOS device to test with so I can't confirm, but in any case this repo will be archived soon so the discussion should be opened elsewhere.

clifford64 commented 4 years ago

Sorry, I posted this on multiple repos and forgot which one this is being closed on. Makes sense. Thanks.