Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. SSL_ERROR_RX_RECORD_TOO_LONG
  2.  
  3. code 400, message Bad request version ('¶ÆO_)x83x97þ°hòxadx8fx8ax92gο|~°OFðJV;x8dx83nljx00$x13x01x13x03x13x02À+À/̨̩À,À0À')
  4. You're accessing the development server over HTTPS, but it only supports HTTP.
  5.  
  6. SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
  7. SESSION_COOKIE_SECURE = True
  8. CSRF_COOKIE_SECURE = True
  9. SECURE_HSTS_SECONDS = 1
  10. SECURE_HSTS_INCLUDE_SUBDOMAINS = True
  11. SECURE_HSTS_PRELOAD = True
  12. SECURE_SSL_REDIRECT = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement