Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open source HTTP or HTTPS proxy

Tags:

proxy

https

I want to log all HTTP requests made by the browser to a file, so I thought I can run a HTTP/S proxy locally and do this. However, the proxies at proxies.xhaus.com/ don't meet my needs - either no HTTPS support or no logging. Do anyone of you know of a proxy that can do both HTTPS and HTTP and allow me to log the browser traffic to a file?

like image 706
Schitti Avatar asked Jan 03 '10 12:01

Schitti


People also ask

Is proxy HTTP or HTTPS?

Since the HTTP Proxy (or web proxy) understands HTTP (hence the name), the client can just send the request to the proxy server instead of the actual destenation. This does not work for HTTPS . This is because the proxy can't make the TLS handshake, which happens at first.

What is HTTP open proxy?

An open proxy is a type of proxy server that is accessible by any Internet user. Generally, a proxy server only allows users within a network group (i.e. a closed proxy) to store and forward Internet services such as DNS or web pages to reduce and control the bandwidth used by the group.


1 Answers

Squid can do that.

http://wiki.squid-cache.org/Features/SslBump

like image 192
Quentin Avatar answered Sep 21 '22 02:09

Quentin