what connect to SSL

Zorro zorro at zoooooro.pl
Mon Feb 4 00:36:18 PST 2008


Trixy pisze:
> 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'...

any example?

I would use ssl not only to https

>> Can You show me a example with openssl ssl connections?
>>

>>
>>>> what I can receive a https or other SSL connections in wxwidgets?
>>>> any examples?
>>
>> any example please ;)






More information about the wx-users mailing list