Тёмный

Run flask application over HTTPS with self-signed certificate 

Learning Software
Подписаться 4,9 тыс.
Просмотров 15 тыс.
50% 1

Blog post - nagasudhir.blogspot.com/2022/...
Run a python Flask server as a windows background service using nssm - • Python Flask server as...
Sub mounting a flask application under a URL prefix - • Submount flask applica...
IIS as a reverse proxy for python flask application - • IIS as a reverse proxy...
Waitress as Flask server WSGI - • Waitress as Flask serv...
Flask Playlist - • Flask Web development ...
In this video, we will learn how to run flask application over HTTPS
Accessing application secrets with environment variables - • Environment variables ...
Managing application configuration and sensitive data using a JSON file in a python script / project - • Store configuration an...
Table of contents - nagasudhir.blogspot.com/2020/...
Please subscribe, like and share this video
#flask #ssl #reverse_proxy #server #web #dev #tutorial #learning #beginners #pythonforbeginners #taming_python #https

Наука

Опубликовано:

 

20 окт 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@maheshkumarsg3436
@maheshkumarsg3436 6 месяцев назад
Thank you very much!!! you saved my day
@learningsoftwareskills
@learningsoftwareskills 6 месяцев назад
You're welcome!
@AlvordCoKe
@AlvordCoKe 5 месяцев назад
Super useful, thanks!
@learningsoftwareskills
@learningsoftwareskills 5 месяцев назад
You are welcome 👍
@arnaudh2082
@arnaudh2082 Год назад
awsome tutorial ! thanks
@learningsoftwareskills
@learningsoftwareskills Год назад
You are welcome 👍
@deepdeep4629
@deepdeep4629 9 месяцев назад
what a great idea to do tutos on windows ///
@learningsoftwareskills
@learningsoftwareskills 9 месяцев назад
Thank you 👍
@user-hb7oc9yo6z
@user-hb7oc9yo6z 7 месяцев назад
very useful
@learningsoftwareskills
@learningsoftwareskills 7 месяцев назад
Thank you 👍🙏
@palanikumarmsc
@palanikumarmsc 5 месяцев назад
Hey, thanks for this wonderful video. Why in the browser I am getting "Not Secure" & Certificate is not a valid?
@learningsoftwareskills
@learningsoftwareskills 5 месяцев назад
Hi, it is a self signed certificate. That means it is not trusted by a certificate authority. That is why it is showing not secure in the browser. You can accept the warning and proceed in the browser for development and testing purposes. Hope this helps, cheers👍
@NewsSphereNetwork
@NewsSphereNetwork Год назад
Thank you
@learningsoftwareskills
@learningsoftwareskills Год назад
You are welcome👍
@user-sk2zs5to5u
@user-sk2zs5to5u Год назад
even after adding adhoc my server doesn't run on https
@learningsoftwareskills
@learningsoftwareskills Год назад
Hi, please mail me your source code to learningsoftwareskills@gmail.com so that we can take a look at it, Cheers👍
@thegreasy2615
@thegreasy2615 10 месяцев назад
Tysm
@learningsoftwareskills
@learningsoftwareskills 10 месяцев назад
yaw 👍😀
@queenjisoorobredo5984
@queenjisoorobredo5984 Год назад
It works but my flask app keep being unable to access in my network though my app is still running in the server. I also configured the firewall and everytime i restart the app it solves the solution but i want permanent fix please help.
@learningsoftwareskills
@learningsoftwareskills Год назад
Hi, if u want to run flask with SSL in production, it is easy to use a reverse proxy like IIS or apache2 for this purpose. I have already made a video on using IIS as a reverse proxy for a flask application at ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-6_Hpug3l2I0.html Hope this helps, cheers👍
@queenjisoorobredo5984
@queenjisoorobredo5984 Год назад
@@learningsoftwareskills Thank you I gonna try it soon. I am new hosting with HTTPS 😅
@whiteking80
@whiteking80 Год назад
awesome. how to generate client certificate from those server certificate?
@learningsoftwareskills
@learningsoftwareskills Год назад
Hi, HTTPS requires public and private key to be used by the server. Private key should be known only to the server and public key will be used by the clients to encrypt data and sent to server via HTTPS. Hence, there is no client certificate required in HTTPS. Hope this helps, Cheers 👍
@lucascruz6094
@lucascruz6094 4 месяца назад
Thanks
@learningsoftwareskills
@learningsoftwareskills 4 месяца назад
You are welcome 👍
@robert_nissan
@robert_nissan Год назад
como se hace en termux ?
@learningsoftwareskills
@learningsoftwareskills Год назад
Hi, please run the commands just like a Linux terminal and try. I did not run python in termux till now. Please try and share your experience with us. Cheers 👍
@robert_nissan
@robert_nissan Год назад
@@learningsoftwareskills ya logré hacerlo en android termux, y también hice lo de certificado y ahora surge https pero cuando lo abro en el nevegador me sale un mensaje que la página es peligrosa. ¡cosa que no salía cuando lo hacía sin certificado! de todos modos también cuando abro la página remotamente en otro celular, no abre esa página, pero en el navegador del mismo celular si abre. pero cuando hago una conexión ssh con el cliente que va abrir la página remotamente en otra terminal la página si abre. otra cosa que si me di cuanta es que cuando hago lo del script desde Windows, ajecuto y si puedo abrir la página remotamente en otra terminal
@learningsoftwareskills
@learningsoftwareskills Год назад
@@robert_nissan hi, since the certificate is self signed and not taken from a certificate authority, the warning in the browser will be present. To get rid of this you have to add the certificate in the trusted certificates of the system or publicly host the application with a domain name and link a valid certificate to the website. The web application may not be opening in another phone because the port of the web application may not be opened due to security reasons. In Ubuntu we use ufw (Ubuntu firewall) to open the Web application port so that other machines can access the web application. You can try something equivalent to that in Android. Hope this helps, Cheers 👍
@robert_nissan
@robert_nissan Год назад
@@learningsoftwareskills lo intentaré bro, gracias 🙏🏽
@learningsoftwareskills
@learningsoftwareskills Год назад
@@robert_nissan hi, please try and share your experiences, Cheers 👍
Далее
IIS as a reverse proxy for python flask application
11:53
Wait for it 😇
00:45
Просмотров 10 млн
HTTPS & Certificates in Flask Web Applications
6:35
FastAPI, Flask or Django - Which Should You Use?
9:49
Flask Load Balancing Using Nginx and Docker
18:39
Просмотров 32 тыс.
HTTPS, SSL, TLS & Certificate Authority Explained
43:29
Deploy Flask Application on Ubuntu VPS using Nginx
16:19
КРУТОЙ ТЕЛЕФОН
0:16
Просмотров 6 млн
Prices & Poco M4 Pro 5G
1:00
Просмотров 261 тыс.
ОБСЛУЖИЛИ САМЫЙ ГРЯЗНЫЙ ПК
1:00
Здесь упор в процессор
18:02
Просмотров 376 тыс.