Skip to content

Commit

Permalink
Added debug flags in s_client usage
Browse files Browse the repository at this point in the history
  • Loading branch information
deleisha committed Feb 13, 2015
1 parent 26af728 commit 7c19cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To test the echo server, generate the test cert and key using

Now the echo server is compiled and started and we can start sending some data using

```openssl s_client -connect address:8000```
```openssl s_client -connect address:8000 -nbio -state -msg -debug```


where address is your ip address.

0 comments on commit 7c19cb6

Please sign in to comment.