Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

uskhina

Members
  • Joined

  • Last visited

Everything posted by uskhina

  1. Thanks for explaining about HSTS! After it was enabled, my app also started getting the 403 error because HSTS forces all traffic to go through HTTPS only. Some of my internal service calls were still using HTTP, which caused them to fail. Once I enabled the “Use HTTPS for internal communications” setting, all calls switched to HTTPS, and the issue got resolved. This ensures secure communication and full compliance with HSTS. I hope it helps!
  2. The error ERR_NAME_NOT_RESOLVED which encompasses a situation when the browser fails to translate the domain name of a site to the corresponding IP address. This process, called the DNS name resolution, plays a great role in accessing the websites. Sometimes it just does not work, and the message displayed replaces the website you wanted to visit. This may be a result of DNS server errors, network complications, or browser setting problems among others. Now let me explain the potential steps that will help to fix this problem and bring the comfortable browsing back. Many different methods to fix the error some are as follows:- 1) Check your Internet connection 2) Flush your DNS Cache 3) Change DNS Servers 4) Clear browser Cache and Cookies 5) Disable firewall or Antivirus
  3. I'm facing PR_CONNECT_RESET_ERROR and PR_END_OF_FILE_ERROR when trying to access my WebUI via Firefox, even using the IP like https://192.168.4.98. This started after running docker network prune , which removed the wg0 interface. I rebooted, saw wg0 is back, restarted nginx, and even upgraded, but no success. To debug, check if your container is still connected to the right network using docker network 1s and docker network inspect. Also, confirm your container is exposing ports (check with docker ps ) and that nginx is running and listening on expected ports. For web UI logs, try docker logs <container-name> and journalctl - u ngnix or sudo tail -f/ var/log/ngnix/error.log. The PR_END_OF_FILE_ERROR is a specific issue in Firefox when the browser cannot establish a secure connection with a website. This problem occurs on the client side and is associated with cipher suites and instructions for securing and verifying network connections using cryptographic protocols such as SSL and TLS. Hope it helps!
  4. I got the same Connect to host port 22: "SSH connection refused" error on Unraid. Turns out, SSH was disabled by default. I went to Settings > Management Access > SSH and enabled it, then rebooted. After that, SSH worked fine — no need for extra plugins! The SSH Connection refused error that is a method of securely getting access to the remote device or server over an insecure network usually over the internet. This encryption ensures that nobody else other than the sender and the intended recipient can intercept and alter information that is being transferred during the remote session. As, there many causes for the error to be occured such as Firewall Blocking SSH Port, Network Issues, Server Overload. You need to understand properly in detail for the fix of this error. I hope it helps!
  5. I had the same 525 SSL handshake issue with Cloudflare and NGINX Proxy Manager. The problem turned out to be that Cloudflare expects the backend to serve SSL on port 443, but my NPM was running SSL on a different port (like 18443). I fixed it by either mapping port 18443 to 443 in the Docker run command or compose file, or by using NGINX's internal redirect to serve SSL properly on 443. Also, make sure your Cloudflare SSL/TLS setting is set to Full (Strict) if you have a valid certificate in NPM. Once I did that and confirmed port forwarding in my router/firewall, the handshake worked fine. I hope it helps!
  6. I also find the the issue, and help to get solved. After shutting down my server via the Unraid WebUI and restarting it, I started getting an ERR_CONNECTION_TIMED_OUT when trying to access it at 192.168.1.100. I was still able to access the server through iKVM, and the IP address showed correctly. To resolve this, I confirmed the network was active and then restarted the web interface using: /etc/rc.d/rc.nginx restart Also check that the Ethernet cable is securely plugged in and the network port LEDs are active. If that doesn’t help, try a full reboot from the terminal. Let me know what you find!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.