Closed tobenary closed 3 years ago
Hi @tobenary, I'm not sure if this is an expected answer to this but generally speaking, I would recommend running your web apps in a production-ready Python web app server like Gunicorn. With this way, you may have a load balancer or something like that in front of the app server and your app won't be directly exposed to https requests.
Also, if you are working on a new project, we highly recommend using Bolt for Python instead of this library! Bolt offers more functionalities and developing Slack apps would be even easier with it.
Sorry, I was sure I was writing it on the Bolt board, yes. I use it
Just an FYI, I google this error and I saw it is related to this: https://github.com/olipo186/Git-Auto-Deploy/issues/221 I edit the FW rules on my ubuntu server and blocked the RDP 3389. Hopefully, I won't have to face those kinds of errors.
Description
Sometimes, my bot crashes when someone tries to attempt into the https
Requirements
Bug Report
For example, I'm getting this:
Steps to reproduce:
I am not sure how to reproduce it, but it seems that sometimes, the Flask is getting an https request instead of HTTP and crashes.
Expected result:
App stay online 24/7 :)
Ref search: