*   But I only get early data for get method.
  *   When using post method, the server terminate connection. Is it related 
with openssl? If so, how can I do to allow post method?

Early data can be replayed.  It is only safe to use early data when the request 
is idempotent, like GET.  You might find https://tools.ietf.org/html/rfc8470 
useful reading.

-- 
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Reply via email to