I have tried the SSL support of XmlRpc++. But then, when SSL_connect(_ssl->_ssl_ssl) is called in XmlRpcSource::doConnect, this returns -1.
So the value returned in "return SSL_connect(_ssl->_ssl_ssl) == 1;" is 0 (false).
But when I tried to change the return value to 1, then, it works fine. But I know it's wrong. What should I do that "SSL_connect(_ssl->_ssl_ssl)" will return 1?
Your reply will be greatly appreciated.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have tried the SSL support of XmlRpc++. But then, when SSL_connect(_ssl->_ssl_ssl) is called in XmlRpcSource::doConnect, this returns -1.
So the value returned in "return SSL_connect(_ssl->_ssl_ssl) == 1;" is 0 (false).
But when I tried to change the return value to 1, then, it works fine. But I know it's wrong. What should I do that "SSL_connect(_ssl->_ssl_ssl)" will return 1?
Your reply will be greatly appreciated.
Thanks!