TLS demo establish communication fail #337
-
I followed the steps to build and run in OQS-OpenSSL_1_1_1-stable. But, when I test TLS demo, the client and server cannot establish communication. Client cannot send any message like strings to server. How can I fix it, or what should I do next step? Thank you for your help! ps. the following commands are what I ran in my ubuntu 18.04:
the following are what the result of running the code: when client send a message, server can not receive |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
The data sent by the client is no valid HTTP command. Accordingly the server, started with option |
Beta Was this translation helpful? Give feedback.
The data sent by the client is no valid HTTP command. Accordingly the server, started with option
-www
, will not/cannot respond. Sending an HTTP command like "GET /" in turn will trigger the server logic.