node-spdyproxy icon indicating copy to clipboard operation
node-spdyproxy copied to clipboard

SPDY forwarding proxy - fast and secure

Results 14 node-spdyproxy issues
Sort by recently updated
recently updated
newest added

hi. root@umh:~/node-spdyproxy-by-igrigorik# bin/spdyproxy -k keys/mykey.pem -c keys/mycert.pem -p 44300 it shows: Error: Table size bigger than maximum how to fix it?

Seems this error is appearing when running on Alpine Linux but on Debian it works. Here is the Dockerfile to reproduce: ``` FROM alpine:3.4 RUN apk add --no-cache ca-certificates nodejs...

This is a common optional feature among proxies and VPNs: after initialization is done, the process switches to a different UID and GID, often of `nobody` and `nogroup`, effectively living...

The expired date is 2015/10/14. Please update it, thank you!

Hi again, And sorry for my post, I get my signed ssl from startssl and they gave me 3 file 1 for ssl.crt and 1 for root.pem and 1 for...

After using the proxy for some hours, it randomly stops processing new connections. Going through the log, I found errors like the following: ``` (node) warning: possible EventEmitter memory leak...

Hello, Running spdyproxy daemon with the option "--localAddress" doesn't work. It will bind to 0.0.0.0. I've tried with "--localAddress lo", "--localAddress eth1:1" (virtual).

For some reason I don't want all users in my radius system to access this service. So if there's some way to deny user's access who isn't in the special...

It would be a lovely enhancement were node-spdyproxy able to serve a PAC file. Otherwise serving the PAC file requires running a separate HTTP/HTTPS server to be fed a PAC...