Code Monkey home page Code Monkey logo

old-ssl-proxy's Introduction

SSL proxy for servers only supporting older SSL/TLS protocols

This project was inspired by: https://bitbucket.org/ValdikSS/oldssl-proxy/

Quick notes

  • The goal is to allow a modern browser to negociate a SSL connection with an older server
  • This proxy will act as a man in the middle for all SSL/TLS connections, there is NOT MUCH security using this proxy!
  • There will be no server certificate check (self-signed certificates are accepted)
  • Each connection will generate an error as the certificate used with the client is self-signed
  • Older protocols are supported (SSLv3, TLS v1.0)
  • All the logging is done in stdout, the SSL protocol/ciphers negociated on the client side and server side are displayed

Using the proxy

Before using the proxy, you'll need to change the proxy parameters of your browser. The default proxy port is TCP/3128.

To run the proxy:
docker run --rm -it -p 3128:3128 sraillard/old-ssl-proxy:v1

Image build

docker build -t sraillard/old-ssl-proxy:v1 .

old-ssl-proxy's People

Contributors

sraillard avatar

Watchers

 avatar

old-ssl-proxy's Issues

support non SSL HTTPS standard ports

Some devices or when there is a NAT the SSL ports may not be in the TCP 443 standard.
Squid refuses connections to https://192.168.1.1:9443 for example
We can solve this problem by authorizing all ports in the ACls
acl SSL_ports port 1-65535
acl Safe_ports port 1-65535
It's not safe but that's not the question for these cases .

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.