Skip to content
#

https

HTTP (Hypertext Transfer Protocol) is a request and response protocol used to send a request to a server and receive a response back in the form of a file. HTTP is the basis of data communication for the web. HTTPS is an evolution in HTTP, where the “S” stands for secure socket layer allowing communication in HTTP to be more secure.

Here are 153 public repositories matching this topic...

caddy
mc0239
mc0239 commented Sep 30, 2020

Caddy version: v2.2.0 h1:sMUFqTbVIRlmA8NkFnNt9l7s0e+0gw+7GPIrhty905A=

I am trying to pass pem-encoded client certificate to proxied service via a X-SSL-Cert header, like so:

sub.example.com {
    reverse_proxy 127.0.0.1:8000 {
        header_up X-SSL-Cert {http.request.tls.client.certificate_pem}
    }

    tls {
        client_auth {
            mode require
        }
    }
}

一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.

  • Updated Oct 24, 2020
  • Go
chclaus
chclaus commented Apr 24, 2018

The used logging implementation is logrus. logrus allows a lot of different log formatters (including third party libs).

I think we should support at least the two default log formats:

  • text
  • json

To allow further log processing with tools like logstash, etc.

The feature should be placed in the config section without capabilities of config live

vinhjaxt
vinhjaxt commented Apr 2, 2020

Yêu cầu

Máy của bạn đã được root

Cài đặt

Cài đặt termux: https://play.google.com/store/apps/details?id=com.termux

Mở termux và gõ các lệnh sau:

mkdir sniproxy && cd sniproxy
pkg install -y unzip curl
curl -L -O https://github.com/vinhjaxt/go-fasthttp-sniproxy-chunks/releases/download/v1.0.2/go-fasthttp-sniproxy-chunks-linux-arm.zip
unzip go-fasthttp-sniproxy-chunks-linux-ar

Created by Tim Berners-Lee

Released 1989

Wikipedia
Wikipedia
You can’t perform that action at this time.