-
Notifications
You must be signed in to change notification settings - Fork 41
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
Problem when creating a case even after accepting the risks on the browser #21
Comments
I've now generated certificates using a trusted certificate authority and I'm still having the same problem. |
Hello, You may also check #13 beforehand, seems to be the same kind of issue. Best regards. |
Hello, Thank you for your feedback I've already seen case number #13 but it didn't solve my problem, I started with a self-signed certificate. I accepted the risks on the browser via https://my-domain.com:9000 , but it was still not working. So I changed the self-signed certificate to one signed by a trusted authority, but it still didn't work. Below is the content of my .env file: #############VOLWEB PLATFORM INFORMATION############# Change with the fqdn or IP of your volweb instanceCSRF_TRUSTED_ORIGINS=https://my-domain.com # Change me WEBSOCKET_URL=wss://my-domain.com # Change me AWS_ENDPOINT_URL=https://my-domain.com:9000/ # Change me AWS_ACCESS_KEY_ID=user # Change me with the MINIO/AWS ACL ###################################################### #################VOLWEB DATABASE###################### DATABASE=postgres BROKER_HOST=volweb-redis Thank you |
Seems like there is a problem with the resolution of your domain.
I will update the documentation and the initialization process in the next release to make it easier, thank you in advanced for your patience. 🙏 |
I have checked the ngnix file and it is configured correctly. I've followed all the different solutions in the other issues but this doesn't solve my problem. I still can't create a case. I can create a case if I go through the admin interface (https://my-domain/admin), but not via the application directly. And when I create a case via the admin interface, I can't upload evidence. I'm still blocked. I thought I'd made a mistake somewhere, so I deleted everything and started again, but I still have the same problem. Thanks for your help. |
Hello, I will try to reproduce the issue with a setup like yours and provide a script to automate the setup process (bash/powershell). Best regards. |
Hello there. Usage:
The IP indicated must be the same when signing the certificate. Your issue likely arises from the Do you have the same setup as in issue #16 ? Meaning:
At the end of the day, if you are using a FQDN, you need to make sure that the volweb-platform can reach the minio instance and modify your nginx configuration according to your needs. I'll provide a real case scenario soon. Thanks, |
Hi,
I'm trying to use Volweb in production mode, but I still have this problem when i trying to create a case :
Logs :
volweb-platform | 2024-08-21 15:11:54,964 WARNING Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4857da5450>: Failed to establish a new connection: [Errno -2] Name or service not known')': /b96a9415-547e-43fc-abf8-96bb66e67551
volweb-platform | 2024-08-21 15:11:55,442 WARNING Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4857da53f0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /b96a9415-547e-43fc-abf8-96bb66e67551
volweb-platform | 2024-08-21 15:11:56,299 WARNING Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4857da4f10>: Failed to establish a new connection: [Errno -2] Name or service not known')': /b96a9415-547e-43fc-abf8-96bb66e67551
volweb-platform | 2024-08-21 15:11:57,947 WARNING Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4857da4be0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /b96a9415-547e-43fc-abf8-96bb66e67551
volweb-platform | 2024-08-21 15:12:01,207 WARNING Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4857da59c0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /b96a9415-547e-43fc-abf8-96bb66e67551
volweb-platform | 2024-08-21 15:12:01,302 ERROR Internal Server Error: /api/cases/
volweb-platform | 172.19.0.6:47752 - - [21/Aug/2024:15:12:01] "POST /api/cases/" 500 33
volweb_nginx | 172.18.187.195 - - [21/Aug/2024:15:12:01 +0000] "POST /api/cases/ HTTP/2.0" 500 33 "https://my-domain.com/cases/" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" "-"
However I use a self-signed certificate, I accepted the risk in the browser, I added the certificate as trusted certificate on the browser, I filled in the FQDN when signing the certificate but I still have the same problem
Thank you for your help
The text was updated successfully, but these errors were encountered: