Skip to content

Instantly share code, notes, and snippets.

@enginebai
Created May 22, 2018 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save enginebai/d72572e9847171b0a7df493a775ab77b to your computer and use it in GitHub Desktop.
Save enginebai/d72572e9847171b0a7df493a775ab77b to your computer and use it in GitHub Desktop.
if __name__ == '__main__':
context = ('ssl/fullchain.pem', 'ssl/privkey.pem')
app.run(host='0.0.0.0', debug=True, ssl_context=context)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment