platform-samples icon indicating copy to clipboard operation
platform-samples copied to clipboard

find-inactive-members.rb

Open VenkataRKC opened this issue 4 years ago • 1 comments

Hi ,

I tried to install ocotokit and tried running the find-inactive-members.rb using a PAT token . I get the following error.

Any help on this .

C:/Ruby26-x64/lib/ruby/2.6.0/net/protocol.rb:44:in connect_nonblock': SSL_connect returned=1 errno=0 state=error: certificate verify failed (self signed certificate in certificate chain) (Faraday::SSLError) from C:/Ruby26-x64/lib/ruby/2.6.0/net/protocol.rb:44:in ssl_socket_connect'

VenkataRKC avatar Jul 09 '20 21:07 VenkataRKC

Looks like local ruby / OpenSSL installation error. Try choco install ruby to get the latest version (assuming you have Chocolatey).

SavvasSeanFeeney avatar Mar 09 '21 23:03 SavvasSeanFeeney