I am working on Windows 10. I want to create application which will be using the outlookAPI. So I was following Getting started tutorial at Write a Ruby on Rails app to get Outlook mail.
I've faced of this issue of SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
as shown below;
Issue above appears when I try to getToken
after the authentication stage went successfully.
I would be appreciated of any suggestions.