程序名称:spedye
授权协议: Apache
操作系统: Linux
开发语言: C/C++
spedye 是一个用来对 HTTPS 和 SPDY 协议进行反向代理的服务。可将 SPDY 连接转成普通的 HTTP 连接。
最简单的将 HTTPS 转成 HTTP 的方法是:
spedye -b 127.0.0.1:80 -f 0.0.0.0:443 -c /etc/ssl/mycert.crt -k /etc/ssl/mycert.key
https://github.com/pquerna/spedye