Hello Dave,
On the issue i am working currently after i connect to a SQL Server, Client
hello is sent successfully but I am not getting server hello and READ()
below returns as highlighted. Looks like server is closing the connection
after receiving a client hello. On the screen i see Socket Close
Try using LogCat by connecting an Android device via USB, or launching
an emulator and opening a new Command Prompt for Windows or Terminal
instance in linux and type adb logcat.
Then launch the app and look at the output.
You see, Android ships with OpenSSL, but the version is usually quite
old.
Hi,
I have just ran ndk-build for the code
https://github.com/aluvalassuman/OpenSSL1.0.1cForAndroid and
it generated the two shared libraries in libs/ floder which I required ,
libcrypto.so and libssl.so( as build say these are shared libarray) I just
included them in the curl code as prebuilt sh
It's not clear if you built libcurl as a static library to begin with.
And not clear if you built OpenSSL as a static or shared library.
And you must load curltest(as that is the name of the module) not curl.
On Fri, Sep 14, 2012 at 8:28 PM, Indtiny s wrote:
>
>
>
> Hi,
>
> yes I'm able to built
Hi Etkal,
>>s_client app or the OpenSSL cert store functionality that changed this.
The problem is with the openSSL store itself, as I had tested this with my
own SSL client and observed the same behaviour.
--
Ashok
On Thu, Sep 13, 2012 at 8:39 PM, Erik Tkal wrote:
> I suppose that’s a workaro