Alex
Alex
I'm having the same issue. I have allowed it through the Windows firewall and it was working with previous League/Windows versions.
Would an application exception not work? On Fri, Jun 22, 2018, 12:06 PM B-rock-Code wrote: > DeviateLua's suggestion was correct, Malwarebytes, specifically Web > Protection is blocking it from being...
It does not, running on port 80 with no cert On Sun, Dec 5, 2021, 8:23 AM Phan An ***@***.***> wrote: > Does your server have SSL? > > —...
I'm on Android, do they have a similar policy?
I setup a reverse proxy using nginx that enforces TLS, but I am still receiving the same error. I have confirmed that the webapp works via the new proxy and...
https://imgur.com/a/SydTUKf here's a video of an attempt to sign in. There's no error or access history in the nginx log in the Koel jail. (Running Koel in jail, listening via...
Jails are similar to docker containers, but for FreeBSD. I'm running this on a TrueNAS system. Anyways, I'll dig around a bit more and report back if I find anything/fix...
From the koel jail. ``` root@koel:/var/log/nginx # cat access.log 192.168.1.213 - - [05/Dec/2021:13:26:47 -0800] "GET /api/me HTTP/1.0" 200 115 "-" "Dart/2.14 (dart:io)" 192.168.1.213 - - [05/Dec/2021:13:26:47 -0800] "GET /api/data HTTP/1.0"...
The app ignores proxy settings, makes reading the individual requests through burp a bit difficult..lol. Any suggestions? > Jails are similar to docker containers, but for FreeBSD. I'm running this...
An update: I recently migrated to SCALE (Linux, where CORE is FreeBSD), which uses k3s instead of FreeBSD jails. It would appear that the app is working as intended now....