-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Using CVAT with https and institutional certificate #4767
Comments
I think you are really close. You have a different storage location for your certs but I think it all looks good except you are missing:
working version of traefik.yml:
At first I didn't get the spaces just right in the traefik.yml file and it prevented tls from functioning. Make sure the keyFile line has the right indent and no "-" |
Hi, @Fawkes83, thank you for reporting the issue. Did the answer from @AndrewDHill help you or not? |
I will close the issue for now, do not hesitate to reopen if the issue is still relevant |
I have the code like below for Custom SSL however it is not updating the Certificate version: '3.3' services: cvat_ui: traefik: and also dynamic.yml as below tls: But it is not taking the certs ,what is the issue in my logic? |
Here is what I would try:
|
Thank you however i am still have the issue as those certs are not loading version: '3.3' services: traefik: |
In the volumes section, why are you linking your |
Thank you and i am able to resolve the issue by adding the correct cert path |
Hi, I encountered difficulties configuring the SSL certificate and would appreciate some assistance. I downloaded the latest version, 2.9.1. Here are the configurations I attempted: docker-compose.override.yml:
docker-compose.https.override.yml:
traefik.yml:
It seems like the SSL configuration is correct, but I'm encountering a 404 page not found error. docker logs traefik:
If you can provide further assistance or guidance, it would be greatly appreciated. |
I have a workaround here. It going over an apache Proxy. Unfortunately it cant Upload more Pictures and the admin settings wont work. The Domain http://yourdomain.de:8080 is still work for these settings and uploads. Steps:
|
### Motivation and context fix #4767 my docker-compose.https.yml: ```yaml # Copyright (C) 2018-2022 Intel Corporation # # SPDX-License-Identifier: MIT ### Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. If an item isn't applicable for some reason, then ~~explicitly strikethrough~~ the whole line. If you don't do that, GitHub will show incorrect progress for the pull request. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> - [x] I submit my changes into the `develop` branch - [x] I have created a changelog fragment <!-- see top comment in CHANGELOG.md --> - [x] I have updated the documentation accordingly - [x] I have added tests to cover my changes - [x] I have linked related issues (see [GitHub docs]( https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)) - [x] I have increased versions of npm packages if it is necessary ([cvat-canvas](https://github.com/opencv/cvat/tree/develop/cvat-canvas#versioning), [cvat-core](https://github.com/opencv/cvat/tree/develop/cvat-core#versioning), [cvat-data](https://github.com/opencv/cvat/tree/develop/cvat-data#versioning) and [cvat-ui](https://github.com/opencv/cvat/tree/develop/cvat-ui#versioning)) ### License - [x] I submit _my code changes_ under the same [MIT License]( https://github.com/opencv/cvat/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced comprehensive documentation for implementing custom SSL certificates in the CVAT environment. - Provided step-by-step instructions for setting up and configuring Traefik to use custom certificates. - **Documentation** - Added a new file detailing the process of creating a certificates directory, modifying Traefik configuration, and starting CVAT with custom SSL certificates. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Andrey Zhavoronkov <[email protected]>
Hi everyone, there is a description in the documentation how to use CVAT with certificates from LetsEncrypt under 'Deploy secure CVAT instance with HTTPS'. However, I want to use an own institutional certificate. I found several tutorials for traefik, but at the moment the configuration is not workig. It looks like a lot have changed in the new CVAT version, so I was not able to find any docs how to do that.
My config file 'docker-compose.https-own.yml' looks like this:
The cert and key files are stored under
/home/xxx/services/cvat2/cvat/tls/
Here is the certification file
/home/xxx/services/cvat2/cvat/configuration/certs-traefik.yml
When I am directly on the machine I can open CVAT under http://localhost:443.
Any advice what be helpful.
The text was updated successfully, but these errors were encountered: