Wow, first time posting on here for help and that is the kind of reply you get… nice… well lets see…
Because I want to and can according to the docs and the error is exit code 35 as stated.
Bzzzz wrong answer but hey thanks for playing.
All my distro packages are installed and up to date. Sonarr and other packages build just fine.
Maybe the URL to the community guidelines?
Now, curl error 35 is defined as: In short, the cURL error code 35 denotes an SSL connection error . Generally caused by server timeouts, misconfigured servers or out of date servers. It could quite possibly be out dated cURL as well, however I have eliminated that possibility. This may be out of LSIO’s control, however this is the place I chose to start at since it is their Dockerfile.
Thanks… And if anyone else has any other ideas I’d love to get this fixed.
I followed the instructions on dockerhub. Specifically the these.
Building locally
If you want to make local modifications to these images for development purposes or just to customize the logic:
git clone https://github.com/linuxserver/docker-radarr.git
cd docker-radarr
docker build \
--no-cache \
--pull \
-t lscr.io/linuxserver/radarr:latest .
I do not use dns filters or piHole. However I do use Meraki routers. Upon checking log files it was being blocked. The 1st mistake I made was I never moved that machine out of the content filter range. Second issue is raddarr i think is misclassified for some reason it is classified as:
Results for your request:
URL: https://radarr.servarr.com
Categories: Business
Alexa Rank: n/a
As to where Sonarr is classified as
Results for your request:
URL: http://services.sonarr.tv
Categories: Computers & Technology
Alexa Rank: n/a
Both taken from a category checker off the net so who knows its reliability. The funny thing is, I do not have Business being blocked in the content filter so maybe the Meraki has it as a different classification I may dig through the logs later to validate that. Right now it just says “Blocked - Categories”.
After moving the machine out of the content filter range it works as it should now. Downloads and builds correctly.
@driz Sorry for the rough start, I just didn’t think that reply was appropriate. You’re all right in my book… Both of you.
Thanks again for the help now back to what I was doing…