Skip to content
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

How to Provide SSL Certificate for Self Hosted CVAT application Single EC2 instance? #8083

Closed
Yash-Ark opened this issue Jun 25, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Yash-Ark
Copy link

I have hosted the CVAT application on a single EC2 instance using the CVAT Documentation. However, when I try to access the CVAT application in my browser, I encounter a "Not Secure Connection" warning.

I have identified a few potential solutions to address this issue: using a Load Balancer, a third-party domain name provider, or self-certification with Certbot.

Currently, using a Load Balancer or a third-party domain name provider is not feasible for my application. Therefore, I attempted to use self-certification with Certbot, but I encountered an issue during the process:

image

I am seeking guidance on whether there are any other ways to run my CVAT application over HTTPS for free.

Thank you.

@azhavoro
Copy link
Contributor

azhavoro commented Jun 28, 2024

https://docs.cvat.ai/docs/administration/basics/installation/#deploy-secure-cvat-instance-with-https
But please note that you should use your own domain, because Letsencrypt doesn't support aws domains like ec2-xxx-xxx-xxx-xxx.yy-yyyy-1.compute.amazonaws.com

@azhavoro azhavoro added the question Further information is requested label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants