Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
/ https Public archive
forked from mattrobenolt/https

https proxy for local testing

License

Notifications You must be signed in to change notification settings

getsentry/https

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

$ https

A little https proxy with no frills for local development. Generates a self-signed certificate on-demand.

installation

via homebrew

$ brew install mattrobenolt/stuff/https

via curl

$ curl -sSL https://github.com/mattrobenolt/https/releases/download/0.1.0/https-darwin-amd64 > /usr/local/bin/https && chmod +x /usr/local/bin/https

via go

$ go get github.com/mattrobenolt/https

usage

$ https 8080
$ https -host=example.dev 9000
$ https -listen=:8888

About

https proxy for local testing

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.7%
  • Shell 2.3%