NrgXnat / xnat-docker-compose

Build an XNAT server configuration with Docker Compose
Other
81 stars 85 forks source link

traefik configs with xnat for https and owner certs #89

Open uaengr opened 1 year ago

uaengr commented 1 year ago

The configuration of traefik to use https is non trivial I would like to see a working example of XNAT+traefik+OwnCerts The setup we require needs XNAT to be secured via SSL certs serverd over https:

I considered dropping traefik and using nginx as a reverse proxy, but am unsure of the ramifications..

This should be easy, according all the hype about traefik, but I am not able to get it working. Nor can see where in the logs there are issues.

cse-amarjeet commented 5 months ago

Hello @uaengr, I also came across the same issue. did you find any workaround for this issue?

I have an issue with using the features/dependency-mgmt branch for deployment. This branch uses Traefik, but I am unable to configure my own wildcard SSL certificate generated by GoDaddy. To work around this issue, I made the modification docker-compose file to port 443, mounted the certificate to the Traefik docker, and changed the traefik configuration. However, when I access the website from a browser, it uses the Traefik default certificate instead of my SSL certificate.

Please respond, any help would be greatly appreciated.

uaengr commented 5 months ago

Amarjeet, We implemented the NGNIX as a proxy method. Further, we completely abandoned the features/dependency management branch. We started with the Main branch on https://github.com/NrgXnat/xnat-docker-compose.git and then modified it for our needs. So we never did get the Traefik with our own certs working.