Skip to main content

URL HTTP to HTTPS redirection website

Project description

sslurl

sslurl is a URL HTTP to HTTPS redirection website. If it receives a request for a URL starting with “http://”, it redirects to the URL with “http://” changed to “https://”.

setup

pip install sslurl

Flask

while true; do
    sslurl
done

Gunicorn

gunicorn --workers=2 "sslurl.__init__:WSGI()" --bind=0.0.0.0:80

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sslurl-2018.8.15.1701.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page