Skip to content
This repository has been archived by the owner on Jul 22, 2018. It is now read-only.
/ desslproxy Public archive

Essentially, an HTTPS proxy built to deal with TLS/SSL for clients who can't.

License

Notifications You must be signed in to change notification settings

shello/desslproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                __   ___  __   __           __   __   __
               |  \ |__  /__` /__` |       |__) |__) /  \ \_/ \ /
               |__/ |___ .__/ .__/ |___    |    |  \ \__/ / \  |


Essentially, an HTTPS proxy built to deal with TLS/SSL for clients who can't.


Goals
=====
    - Proxy HTTP and HTTPS requests securely with good support for TLS/SSL;
    - Prevent abuses by authenticating the requests;


Requirements
============
    - PHP >= 5.4.0
    - cURL >= 7.18.1 built with OpenSSL


Usage
=====
    Copy 'config.example.php' to 'config.php' and set sensible values. Keep in
    mind that to prevent abuses you must set up a secret.

    Generate a relative URL:
        $ php dessl.php <url>

    Request proxy:
        Use the generated URL with deSSL Proxy.

About

Essentially, an HTTPS proxy built to deal with TLS/SSL for clients who can't.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages