Open-uri + https

Hello,

I am using open-uri to try and open an https:// link. Now when I try to
open it,
it gives me this error: certificate verify failed

I only use a normal open(myLink) to do this. Is there a way to not
verify the certificate with open-uri?

Thanks,
M