• Stars
    star
    153
  • Rank 235,765 (Top 5 %)
  • Language
    C
  • License
    Apache License 2.0
  • Created about 12 years ago
  • Updated about 12 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

spedye: A reverse proxy for the HTTPS and SPDY protocols

Spedye is meant to handle all TLS/SSL traffic for a website -- it is based upon the ideas in Bump's Stud, but extended to include converting SPDY connections into normal HTTP requests.

Spedye aims to make adopting the SPDY protocol extremely easy for all kinds of websites.

STATUS: incomplete, prototype, work in progress, non-functional, etc, etc

Goals / Features

  • Built on top of spdylay.
  • SPDY version 2 and version 3
  • Multiple threads or processes each running their own libuv event loop to parallelize cryptographic operations across CPUs.
  • Server Name Indication: Support for multiple Certificates on a single listening address.

Usage

The simplest configuration is to forward all traffic on port :443 to port :80:

spedye -b 127.0.0.1:80 -f 0.0.0.0:443 -c /etc/ssl/mycert.crt -k /etc/ssl/mycert.key  

Spedye by default adds the following headers to the backend HTTP request:

  • X-Forwarded-For: Client IPv4 or IPv6 address.
  • X-Forwarded-Proto: Client protocol, always https
  • X-Forwarded-Spdy: true or false if SPDY was used.
  • X-Forwarded-Host: Set to the Common Name (CN) of the certificate used.

Spedye also supports using a configuration file for all options.

License

Apache License 2.0, see the LICENSE file for details.

More Repositories

1

ffjson

faster JSON serialization for Go
Go
2,939
star
2

otp

TOTP library for Go
Go
2,085
star
3

cachecontrol

Golang HTTP Cache-Control Parser and Interpretation
Go
128
star
4

node-logmagic

Lighweight Logging Module for Node.js
JavaScript
80
star
5

node-extension-examples

Examples of writing node.js extensions
C++
78
star
6

selene

A SSL/TLS library
C
74
star
7

ndislocate

A distributed service locator, written on top of Node.js
JavaScript
62
star
8

node-examples

A set of example scripts/servers in Node.js
JavaScript
49
star
9

distsync

[status: prototype] Get files on my servers. Quickly.
Go
23
star
10

termchalk

termchalk: terminal chalkboard utilities for golang
Go
22
star
11

dpop

Go library for DPoP (OAuth 2.0 Demonstration of Proof-of-Possession at the Application Layer)
Go
20
star
12

node-archive

Node.JS Bindings to libarchive
C++
19
star
13

hurl

hurl: hurt a url.
Go
15
star
14

protoc-gen-dynamo

Go
15
star
15

tls-client-hello-stats

Tools to analyze SSL/TLS Client hellos from a packet capture.
Python
14
star
16

ctail

Shell
13
star
17

ckl

Cloudkick Changelog Tool
Shell
10
star
18

bigcass

Cassandra Benchmarking Tools
Python
8
star
19

mod_authn_yubikey

C
8
star
20

ccb

cassandra cloud benchmark
Python
7
star
21

darwintest

HTML
7
star
22

reveal.js-plugin-externalcode

Reveal.js plugin to load Code from external files
JavaScript
6
star
23

node-blanket

JavaScript
4
star
24

protoc-gen-authz

Go
4
star
25

nacl-cryptopp

C++
4
star
26

terribledb

This was a terrible idea
JavaScript
3
star
27

streamplay

streamplay
Go
3
star
28

slides-logs-as-event-streams

JavaScript
3
star
29

qmq

3
star
30

node-xar

Node.js implementation of the XAR file format: http://code.google.com/p/xar/
2
star
31

fastest

this is silly
C
2
star
32

tacua

an experiment in metamorphosis
2
star
33

check_temp

C
2
star
34

trafficserver

C++
2
star
35

qnad

quick network application daemon
2
star
36

redis-slammer

JavaScript
2
star
37

slides-code-reviews

JavaScript
2
star
38

dislocate

A distributed service locator
2
star
39

xjwt

Go library of small extensions for working with JWTs
Go
2
star
40

cassandra

Java
2
star
41

docker-google-auth-proxy

1
star
42

utc.tv

CSS
1
star
43

elderberry

1
star
44

go-keystone-client

Go
1
star
45

megabug-shirts

Parodies of major internet bugs
1
star
46

poc-dsa-verify-CVE-2019-17596

Demonstration of Go's dsa.Verify bug (CVE-2019-17596)
Go
1
star