Github status failing with tls version error

Github status step, recently, is failing with an error associated to tls version.

More info, on:
https://github.com/bitrise-steplib/steps-github-status/issues/10

1 Like

New version was just released https://github.com/bitrise-steplib/steps-github-status/releases/tag/1.0.4

Thanks for the PR @fwigorcferreira and sorry for the inconvenience!

Glad I could help :slight_smile:

1 Like

i am getting the following error

/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:in require': cannot load such file -- sequel (LoadError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/core_ext/kernel_require.rb:55:inrequire’
from ./getasup.rb:17:in `’

while downloading the sequel gem … getting error as well …
p30986:certs dfaastest$ gem install update
ERROR: Could not find a valid gem ‘update’ (>= 0), here is why:
Unable to download data from https://rubygems.org/ - SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: tlsv1 alert protocol version (https://rubygems.org/latest_specs.4.8.gz)

@Geet what stack are you using? And, do you have a .ruby-version or Gemfile on the directory where the step is running? I’m asking this because I see that the step is trying to run on Ruby 2.0, and it would be good to know a bit more about your environment to be able to support (also because I use this step daily, and I’m facing any issue).

i was able to resolve this upgrading the ruby and installing the required gem ,i think the old ruby version had issue with openssl version , i am facing another issue with another script …

error is as below

DFaaSs-MacBook-Pro:lcmanalysis dfaastest$ ./Writespreadsheet.rb
-bash: ./Writespreadsheet.rb: /usr/local/opt/ruby/bin/ruby^M: bad interpreter: No such file or directory
DFaaSs-MacBook-Pro:lcmanalysis dfaastest$ which ruby
/usr/local/opt/ruby/bin/ruby
DFaaSs-MacBook-Pro:lcmanalysis dfaastest$

@Geet Please open a new topic for this as it is not related to this one.