-
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
cvat with certbot issued SSL certificate #1172
Comments
@smokedsalmonbagel Hi, could you please provide also docker-compose config for the cvat service? |
Sure, here is my full dockercompose yml file:
|
I also should mention my docker.ui file has been merged with the one for certbot, but I don't think this should have any effect. Tyler |
I think the cause of issue is RACT_APP_API_* variables doesn't properly configured. This variables should point to
Also please take a look at the PR #1177, I believe we will merge it to the upstream in the nearest future and CVAT deploy will be easier. |
@azhavoro I have tried a few variations here.
Does not work since the server is not listening on http or port 8080. Only 443. |
I was taking a look at the output after
Is this normal? Or is something wrong with my build? |
@smokedsalmonbagel I believe this issue should not be actual after cvat_proxy was added. I'll close it. |
I explored a few options for using a certbot generated SSL cert from letsencrypt. I have a an almost working prototype...
My nginx conf looks like this:
[note: There is another conf file for doing the cert renewal (port 80 only):]
when I goto
mydomain.com
the cvat login loads with the message:It looks like all the network requests from the browser are 200.
but the console reports
I have changed the following in docker-compose.yml based on what others have posted to get remote installations working.
I know there are a few other issues out there regarding SSL, but haven't seen anything about the console error above.
The text was updated successfully, but these errors were encountered: