Skip to content

QubitProducts/tlsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple tls <-> unix socket proxy

This will verify all incoping tls connections again the provided ca, and proxy valid connection onward to the unix socket.

Usage:

Usage of ./tlsproxy:
  -ca string
    	Path to CA to auth clients against (default "ca.pem")
  -cert string
    	Path to cert (default "cert.pem")
  -key string
    	Path to key (default "key.pem")
  -listen string
    	host:port to listen on (default ":6658")
  -no-verify
    	Disable verification, (voids the entire point of this, just for testing)
  -regex string
    	Regular expression to match against CNs (start and end anchors will be added) (default ".*")
  -sock string
    	Path to unix socket to proxy to
  -tcp string
    	TCP remote end point to connect to

About

A simple tls to unix/tcp proxy, in go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published