Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meain/ssler

Easily test with SSL in your localhost
https://github.com/meain/ssler

localhost self-signed-certificate ssl

Last synced: about 1 month ago
JSON representation

Easily test with SSL in your localhost

Awesome Lists containing this project

README

        

# 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

```bash
ssler
Easily redirect your localhost server though an a server with self signed certificate

usage: ssler '' ''
examples:
- ssler 'localhost:8080'
- ssler 'http://33.22.22.88'
- ssler 'localhost:8080' 8888
```