- Home
- How to host Python Flask API on Apache web Server?
October 2019
How to host Python Flask API on Apache web Server?
In this blog, we will go thru the step-by-step instructions to host Python Flask APIs in the Apache Web server.
How to resolving Mozilla Certificate error (SEC_ERROR_UNKNOWN_ISSUER ) while browsing Https site from Apache web server.
In my earlier post, I provided step-by-step instructions to host a website on an Apache web server and secure it thru HTTPS. I have found that the site works perfectly fine in IE and Chrome but it throws a certificate error while browsing it thru Mozilla. It throws the SEC_ERROR_UNKNOWN_ISSUER error. So in this blog post we will explore the solution of this problem.
Step by Step :How to install Apache Web Server and deploy SSL (HTTPS) enabled site?
In this post, we will go thru step by step instructions for Apache Web server installation. After Apache Server Installation we will create an SSL certificate creation request to generate the certificates from Certificate Authority and then deploy the SSL certificates on Apache Web Server. We will also learn how to modify browser settings to make the certificate works in case the site is accessed from outside the corporate intranet where Root certificates are not installed on the machine.