Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meain/ssler
- Owner: meain
- Created: 2019-12-30T09:25:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T09:31:46.000Z (about 5 years ago)
- Last Synced: 2024-11-28T22:42:06.672Z (about 2 months ago)
- Topics: localhost, self-signed-certificate, ssl
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 certificateusage: ssler '' ''
examples:
- ssler 'localhost:8080'
- ssler 'http://33.22.22.88'
- ssler 'localhost:8080' 8888
```