I am working on a wagtail project(like django-cms) I get this error when I run python3 manage.py runserver 0.0.0.0:8000
code 400, message Bad request syntax
('\x16\x03\x01\x00®\x01\x00\x00ª\x03\x03³\x06âP\x97Þ%<Sg\x13Ö×[zE\x96\x15?
\x96\x00\x1ah')
You're accessing the development server over HTTPS, but it only supports
HTTP.
I had changed SECURE_SSL_REDIRECT=FALSE and tested it still i get this same error. I had disabled cache in chrome.
I had deactivated chorme caching in registry by following steps.
Deactivate Chrome Cache in the Registry
Open Registry (Start -> Command -> Regedit)
Search for: HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command
Change the part after ...chrom.exe" to this value: –disable-application- cache –media-cache-size=1 –disk-cache-size=1 — "%1"
Example: "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" - disable-application-cache –media-cache-size=1 –disk-cache-size=1 — "%1"
I had also tried disable cache from chrome developer tools network -disable cache.
I had also tried to cleared cache from hsts on chrome.
I had also tried from incognito window on chrome. But still I get the same error
It is an Ubuntu machine on AWS. I access from outside through http://54.23x.9x.17:8000 I am not able to resolve this error.
Please help me in resolving this error.
With Many Thanks, Bharath AK