-
-
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
Docker appears to not have SSL (latest and v.2.11.0 tag) #429
Comments
Hi, sorry but I cannot reproduce your problem. I don't have a Cloudflare account, so I've tested with FreeDNS which also use SSL, so there's nothing wrong with plain SSL, but it seems to be something with the validation of Cloudflares certificate. The docker image installs the latest version of the standard ca-certificates package, so it should work. Hoping someone else with a Cloudflare account can chime in here. |
This is not a Cloudflare specific issue. I've test multiple URLs and none load with SSL from the InaDyn docker container. 11 others all work to load/fetch SSL urls on my Unraid server. |
Possibly fixed in #443 by @Gontier-Julien |
This could be due because there no self-signed certificate. Thy creating a self-signed certificate and mount it as a volume to |
Um I don't think so, when connecting to https://ifconfig.me/ip using |
|
Yeah, that's what's really weird here since the Dockerfile clearly installed the Lines 20 to 23 in 3ca9721
|
Impossible to reproduce on my end. Tried the following:
(Faked return IP address) |
I have an idea. @calonmerc try again first to see if the issue still persist. If this still doesn't work do: And if that doesn't work try this, without the above, and if that doesn't work try both at the same time. |
Either there is something something missing, or something at the wrong place. |
Aha, that was tricky! I was under the impression that the |
It very could be, but at the same time i kinda doubt it since it should be installed then, since |
Yeah you're right, of course, just checked the official v2.11.0 image, comparing against the My hope though, is that when you added the |
Been trying to get InaDyn running through Docker on Unraid most of the day, gotten through problem after problem... I think all are caused by an incompatibility (or not install) of SSL certs. Using Cloudflare, which to my understanding requires SSL on the API (Cloudflare currently errors with a
Zone not found
error... but I believe it's because it cannot run over SSL).Tested with wget (in the Docker, as cUrl doesn't exist):
wget -qO- http://ifconfig.me/ip
Properly returns my IP Address.
I'm hoping I'm missing something, but I've been toggling different settings back and forth for 5 hours already.
The text was updated successfully, but these errors were encountered: