[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

how crub access Self-Signed Certificate website?

C.y. Liu

5/16/2009 4:45:00 AM


My Site's Certificate is Self-Signed.
(followed http://slacksite.com/apache/certi... the instruction)

if I curl https://m... will get the error response.
according to http://curl.haxx.se/docs/ssl...
the followed commands are able to to access my website by curl

openssl s_client -connect mysite.com:443 |tee logfile
curl --cacert logfile https://m...

when I want to use Curb to access my site,
I try to search the Curb manual, I don't know after getting site's CA
certificate how Curb import it to perform like curl.

Thank you.
--
Posted via http://www.ruby-....