You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install the server version 3.6 from source.
I tried 2 times on different linux distro (ubuntu and almalinux) and different python version (3.9 and 3.10) and on both setups I get an SSL error on first launch.
I installed the dependencies in a new venv and I migrated the database with python manage.py migrate.
When I run python manage.py runserver, the server is starting and running just fine at http://127.0.0.1:8000 but when I try to access the web interface, I am redirected to https://127.0.0.1:8000 and I get an SSL error (SSL_ERROR_RX_RECORD_TOO_LONG on firefox and just SSl error on chromium based navigator).
I tried to add in settings.py, SECURE_SSL_REDIRECT = False but it didn't change anything and I don't get an error in the server terminal.
Can you help resolve this issue ?
Thank you very much.
The text was updated successfully, but these errors were encountered:
v3.6 is designed to work on 3.9 or greater, so no problem should be using any of the two versions. The sample settings is provided by a "production" environment, with ofc, UDS not being exposed directly ut thought a web server like apache or nginx :).
Hello,
I am trying to install the server version 3.6 from source.
I tried 2 times on different linux distro (ubuntu and almalinux) and different python version (3.9 and 3.10) and on both setups I get an SSL error on first launch.
I installed the dependencies in a new venv and I migrated the database with python manage.py migrate.
When I run python manage.py runserver, the server is starting and running just fine at http://127.0.0.1:8000 but when I try to access the web interface, I am redirected to https://127.0.0.1:8000 and I get an SSL error (SSL_ERROR_RX_RECORD_TOO_LONG on firefox and just SSl error on chromium based navigator).
I tried to add in settings.py, SECURE_SSL_REDIRECT = False but it didn't change anything and I don't get an error in the server terminal.
Can you help resolve this issue ?
Thank you very much.
The text was updated successfully, but these errors were encountered: