Error from Flask:
code 400, message Bad HTTP/0.9 request type
This is due to feeding HTTPS to Flask.
Solution: Set HTTPS, use HTTP or use Nginx to handle the HTTPS decode.
Error from Flask:
code 400, message Bad HTTP/0.9 request type
This is due to feeding HTTPS to Flask.
Solution: Set HTTPS, use HTTP or use Nginx to handle the HTTPS decode.