Code Monkey home page Code Monkey logo

tlsf's Introduction

TLSF

Forward a local TCP connection to a remote TLS-enabled TCP connection

Motivation

Remove the TLS layer of a TCP connection, to allow interaction with tools which don't have TLS/mTLS capability, such as netcat.

Usage

$ tlsf -h
Usage: tlsf [-no-verify] [-cacert ca_cert] [-cert client_cert] [-key client_key] remote_host:port bind_address:port
        -ca-cert: client CA certificate PEM file location (optional)
        -cert: client certificate PEM file location (optional)
        -key: client key PEM file location (optional)
        -no-verify: skip verifying server certificate (optional, default to false)

Examples

# simple
$ tlsf github.com:443 localhost:8000
$ curl localhost:8000 -H 'Host: github.com'

# skip verifying server cert
$ tlsf -no-verify example.com:8443 localhost:8000

# client cert authentication required (mTLS)
$ tlsf -cert cert.pem -key key.pem example.com:8443 localhost:8000

Build

git clone https://github.com/wanlong-li/tlsf.git

go build -o dist/tlsf tlsf/cmd/tlsf/main.go

tlsf's People

Contributors

wanlong-li avatar

Stargazers

Zhong Liang Ong avatar

Watchers

 avatar

Forkers

dimitrovvlado

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.