Coder Social home page Coder Social logo

httpsproxy's Introduction

httpsproxy - an extremely simple and tiny HTTPS proxy daemon.

Requirements:

Running:

usage: httpsproxyd.py [-h] [-c CERT_PATH] [--logfile LOG_FILE]
                      [--pidfile PID_FILE] [-p PORT] [-l HOST]

Runs a daemon acting as HTTPS proxy.

optional arguments:
  -h, --help          show this help message and exit
  -c CERT_PATH        absolute path to certificate file
  --logfile LOG_FILE  absolute path to log file
  --pidfile PID_FILE  absolute path to PID file
  -p PORT             port number to listen on
  -l HOST             host/IP address to listen on

Certificate:

The certificate must be in PEM format and the file must first contain the certificate and the private key in that order.

Using httpsproxy:

Edit the httpsproxyd.py file and edit the HSPD_ALLOWED_URL_REGEXPS array, putting in which URLs need the proxying be restricted to.

The proxying is done by adding a query parameter to the URL of the proxy server. Assuming the httpsproxy listens on https://localhost:4443, to proxy to a URL of let's say https://example.com a proxy URL should look like this: https://localhost:4443/?url=https://example.com. This only works if it is allowed by by HSPD_ALLOWED_URL_REGEXPS.

There is no need running it as root so don't. This is unless you need to listen on a port lower than 1024.

httpsproxy's People

Watchers

 avatar  avatar

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.