tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Too few arugments #77

Closed jamescorbett closed 10 years ago

jamescorbett commented 10 years ago

Hey,

I'm getting Too few arguments trying to run in default mode:

james@HOSTNAME:~/spdylay$ src/shrpx Usage: shrpx [-Dh] [-s|--client|-p] [-b <HOST,PORT>] [-f <HOST,PORT>] [-n ] [-c ] [-L ] [OPTIONS...] [ ]

A reverse proxy for SPDY/HTTPS.

[FATAL] Too few arguments (shrpx.cc:941)

Any thoughts? Is this a bug in the code or me?

Ok reading on it seems to say chrome needs a valid ssl cert when proxying is that the source of my error?

I think the readme needs to be updated to reflect that requirement.

tatsuhiro-t commented 10 years ago

Default mode needs private key and certificate file as command line arguments.

tatsuhiro-t commented 10 years ago

Closing for now.