-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
[BUG] Authentication required issue #283
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
We don't set any sort of SSL cert requirement within sonarr. It sounds like you could have a previous install. Could you post the full container start up log please? Also note, that sonarr itself is forcing users to put authentication on your install, again not something we do. https://wiki.servarr.com/sonarr/faq-v4#forced-authentication |
`[migrations] started
Brought to you by linuxserver.io To support the app dev(s) visit: To support LSIO projects visit: ─────────────────────────────────────── User UID: 99 [custom-init] No custom files found, skipping... [v4.0.0.748] System.NullReferenceException: Object reference not set to an instance of an object. [ls.io-init] done. |
BTW, I resolved this issue for my personal instance by editing my config xml. For some reason True was set (even though I have never used SSL on this server... I have been using the Linux Server version of Sonarr for 2ish years (at least), though the container says it was created 5 years ago (perhaps due to an automatic update). My guess is that this update is what caused a weird configuration issue in some way. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Same issue here, if i set EDIT: Fixed by removed topmost value in the config.xml file that i don't see |
I had a hard time with this as well. I believe the issue stems from having set a password for the gui a long time ago and later disabling auth. When the wizard shows up in the new versions that require auth, instead of letting you set a new password, it wants you to enter the old one you set ages ago. The password is in the sqlite db so you can't reset it through the config file. When you modify the config file, make sure that there are no duplicate entries, delete all auth related entries, and then enter the following and restart:
That should let you access the gui. Then you can go into gui settings and change things as needed. With regards to the ssl certpath error, in my case it was a red herring. But to be sure, make sure the Closing as it's solved for op |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
I am being forced with a modal that says authentication is required and that I need to setup some authentication method.
When I try to add an authentication method, I get a 400 response saying that I need an SSL cert to continue
Expected Behavior
I shouldn't need need an SSL cert to set a password. I trust my internal network and I would like not not have deal with self signed certs or having to install other type of certs
Steps To Reproduce
Install sonarr from community services
don't instal an SSL cert
see that you can't do anything
Environment
CPU architecture
x86-64
Docker creation
Container logs
[Warn] SonarrErrorPipeline: Invalid request Validation failed: -- SslCertPath: 'Ssl Cert Path' must not be empty.
The text was updated successfully, but these errors were encountered: