Use a self-signed certificate not work in georchestra 23.0 - Windows support #328
-
Hello, excuse me for me english. I´m trying configure georchestra 23.0 with docker using a self-signed certificate but not work, only get the error "404 Not Found" . |
Beta Was this translation helpful? Give feedback.
Replies: 16 comments
-
It should be... Never tried by myself though. |
Beta Was this translation helpful? Give feedback.
-
Hi @superbully , |
Beta Was this translation helpful? Give feedback.
-
Hi, I have followed these steps: in the folder that is installed georchestra: after, edit the file "traefik-config.yml" in the folder resources like this: tls: then, in the file host , in a machine windows "C:\Windows\System32\drivers\etc\hosts", add a line like this: 161.x.x.x georchestra.mydomain.org When i type in a browser the domain georchestra.mydomain.org i have the error "404" . On the other hand, with version 20.1, it works perfectly, any ideas? |
Beta Was this translation helpful? Give feedback.
-
You need to also follow these steps: https://github.com/georchestra/docker#about-the-domain-name |
Beta Was this translation helpful? Give feedback.
-
Hi, I have followed the steps https://github.com/georchestra/docker#about-the-domain-name in detail. |
Beta Was this translation helpful? Give feedback.
-
Just for confirmation what is after Is it georchestra.mydomain.org or georchestra-127-0-1-1.traefik.me Did you do a |
Beta Was this translation helpful? Give feedback.
-
Yes, i have the line with host correct: I attach the file docker-compose.override.yml |
Beta Was this translation helpful? Give feedback.
-
I would rather expect an IP like 192.xx.xx.xx. Starting with 161 it doesn't look like a local IP. Could this be the issue ? It is also possible that this is a windows-related issue, although I don't think so. There is no official support for windows. I'll give it a try, though |
Beta Was this translation helpful? Give feedback.
-
Indeed, the ip address is a public address. I think it's probably my mistake, but I haven't been able to find the solution for several days. |
Beta Was this translation helpful? Give feedback.
-
You mentioned using Windows. I wonder if it's not related to that operating system. Does your directory name is also called "docker"? Could be related to #214 |
Beta Was this translation helpful? Give feedback.
-
Indeed, it works on Linux, but my first attempt to have it run on Windows seems unsuccessful. This is an nginx 404 not found. It looks like the Edit: nope, this was docker-desktop and the integrated kubernetes nginx ingress that was messing around |
Beta Was this translation helpful? Give feedback.
-
I think for Windows users it's better to host inside a virtual machine or use WSL: https://learn.microsoft.com/en-us/windows/wsl/install |
Beta Was this translation helpful? Give feedback.
-
Maybe we should edit the readme to inform users about this limitation. |
Beta Was this translation helpful? Give feedback.
-
Hi, thank you very, very much. The problem was as @edevosc2c says, the folder was not called "docker". |
Beta Was this translation helpful? Give feedback.
-
+ mention the requirement for the folder name ! (before we fix it, if possible) @superbully Glad your setup is now running. Feel free to get in touch on IRC for more information regarding the next steps. |
Beta Was this translation helpful? Give feedback.
-
Please the solution here: #326 (comment) |
Beta Was this translation helpful? Give feedback.
Please the solution here: #326 (comment)