ssler

Easy SSL for your localhost server


Keywords
ssl, python, localhost, self-signed-certificate
License
MIT
Install
pip install ssler==0.0.2

Documentation

SSLER

Easily test with SSL in your localhost.

Might be a bit slow for now

pip install ssler

Usage

  • Run your server as normal
  • Call ssler with your localhost server address
  • Now use the ssler address instead of your server address
ssler
Easily redirect your localhost server though an a server with self signed certificate

usage: ssler '<domain>' '<ssler_port(optional)>'
examples:
    - ssler 'localhost:8080'
    - ssler 'http://33.22.22.88'
    - ssler 'localhost:8080' 8888