SSL for HTTPS with Apache server - Flask web development with Python 35

preview_player
Показать описание
In this tutorial, you are shown how to use LetsEncrypt to acquire an SSL certificate and then how to deploy it to your website so you're using HTTPS.

Рекомендации по теме
Комментарии
Автор

oh my god! is this the last one video? please make others! really useful! thank you guy

staygoodyeah
Автор

Hola quye tal, desde Peru , me sirvio de bastante ayuda tu video, Thanks!!

pucallpasoftware
Автор

Writing a small bash script and have it run every 2-3 months using the crontab function on Linux would probably work also

nelsonariza
Автор

There is some scripts available to crontab Letsencrypt renewing certificates, on personal preferences... It automates easier this process without being worried to forget it!

Mezklador
Автор

Hey SentDex! Thanks for all your videos! I’ve got a question. Is there anyway I could use open cv on flask so my clients can see the results of some detection with their own camera?

diegocattarinichclavel
Автор

Can you please make a tutorial on distributed computing using Apache Spark running on server such as digitalocean droplet

vamshikshetty
Автор

Try listening to this at 0.5 speed with Bob Marley in the background xD

petercunningham
Автор

Firstly, fantastic tut as usual. I run my app of a windows machine and I'm not super familiar with powershell, is there any chance you'll do a tut for how to get letsencrypt going on a windows machine?

Desdinova
Автор

Hey I am using my raspberry pi for a web server and was hoping to stream video off of one of my webpages, I am nearly there using opencv and flask however I am struggling a little to actualy get it to work, any suggestions

jameshall
Автор

For the server alias, most times someone needs to create an A type record of the www-yoursite-com as well

patrickmutuku
Автор

Can I use this letsencrypt but with my Cloudflare SSL?

michaelmarcellongo
Автор

Just curious what do you prefer flask or django and Apache or nginx or what works best together for a newbie?

themolynator
Автор

Can you do something with Sierra Charts as its really powerful !

Alex-zhbm
Автор

Do you mean with Python35 or python3.5?? Keep up the good work!! :D

theitalian
Автор

How can i activate the debug mode according to your tutorials? I'm running my project on localhost.

realsuayip
Автор

@sentdex I need similar thing for win7. I have a falsk app in python 3.5 and its running on apache webserver with mod_wsgi. I need to make the page to "https"

ANANDASHANKARDAS
Автор

can you please tell me where and how to put the fileauth.txt
file in server directory so that certificate authority can do validation (i choose file base authentication ) i have Apache server installed on AWS EC2 instance

max
Автор


sudo apt-get install python-letsencrypt-apache

Though there are some caveats, not sure if it will affect my server and apache config so Im avoiding it for now, as Im devving locally.

omnitunes