Replies: 1 comment 1 reply
-
Same problem while using docker, all of the others app can connect to radarr but overseerr had problem with this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I setup a local 2 tier PKI on my home network and would like to have Overseerr use https over http when connecting to Sonarr or Radarr.
When I start by clicking on use SSL and put in the information for Radarr, I got back
[Radarr] Failed to retrieve profiles: unable to verify the first certificate
I was using this arguments for Openssl to create the .p12 file, without the full chain
I put the fullchain with the Root CA and intermediate for the .p12 SSL and use these switches for Openssl to create the P12 file
The error I am getting now from Overseerr is
[Radarr] Failed to retrieve profiles: unable to get local issuer certificate
When I used openssl from the terminal window, I can get the same error messages from Openssl when I got the first error message "unable to verify the first certificate". For the second error message, I cannot, I obtain the message "Verify return code: 0 (ok)". I have my Root and intermediate certificate imported into the Debian Linxu OS.
It is like Overseerr is using Openssl but not pointing to the OS certificate.crt file or something.
example: openssl s_client -CAfile /etc/ssl/certs/ca-certificates.crt -connect radarr.cgy.local:9898
What do you think? Am I missing something?
OS: Debian 12 Linux
Beta Was this translation helpful? Give feedback.
All reactions