linux c/c++以POST 访问webservice,需要验证SSL,请问怎么实现?
http://blog.csdn.net/gogor/article/details/5896135
简单的话,用libcrul来提交post,它可以提供对SSL的验证API。