what connect to SSL
Trixy
trixiyue at gmx.de
Sat Feb 2 08:00:05 PST 2008
google for curl and find http://curl.haxx.se/ ;)
in libcurl api look at curl_easy_init(), curl_easy_setopt(),
curl_easy_perform() and curl_easy_cleanup().
for simple ssl-access look at option CURLOPT_SSL_VERIFYPEER
connect via ssl by setting option CURLOPT_URL to your https-url.
c-styled you also can use nanohttp p.e. look at
http://csoap.sourceforge.net/, there is https explained, but i've never
used it.
aaaand maybe look to wxforum. i just found there should be a
wx-curlwrapper 'wxcurl' at sourceforge. search the forum for 'https'...
Zorro schrieb:
> Trixy pisze:
>> for me libcurl+openssl works fine. but it's not wx-builtin, so don't
>> know it matches for you.
>
> Can You show me a example with openssl ssl connections?
>
> my email is eHBkZkB3cC5wbA== here
>
>>> what I can receive a https or other SSL connections in wxwidgets?
>>> any examples?
>
> any example please ;)
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wx-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wx-users-help at lists.wxwidgets.org
>
>
More information about the wx-users
mailing list