[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

ruby's OpenSSL on Windows

List Recv

3/7/2006 2:44:00 AM

ruby's openssl seems to get these errors on windows:
"unable to get local issuer certificate"

Apparently, it can't find any trusted root certs.
How can I install them and tell ruby's openssl to find them?

I'd like to set this in one central place, and not need to touch any
apps which use openssl...