Lines Matching refs:server
22 of the server you are connecting to.
28 You can run a test server to try out these demos using the "openssl s_server"
29 command line utility and using the test server certificate and key provided in
34 The test server certificate in this directory will use a CA that will not be in
42 send a simple HTTP request to it. The server will respond with a page of
45 Note that the test server certificate used here is only suitable for use on
56 While in the demos directory the QUIC server can be run like this:
58 LD_LIBRARY_PATH=../.. ./quic-server-block 4443 ./chain.pem ./pkey.pem
78 1. Connect to the server at host/port
81 3. Reads any response from the server and write it verbatim to stdout
83 This demo can be used for any hq-interop negotiating server, but its use can