Githubrepo hook ssl issue

I am trying to use the github hook to push changes to our internal bitbucket server and keep running into ssl issues. From the oxidized.log

Hook push_to_remote (#GithubRepo:0x00000000b33a30) failed (#<Rugged::SslError: the SSL certificate is invalid>) for event :post_store

Is there a setting for the hook to ignore ssl verification? I have dug through the githubrepo.rb and don’t see anything I can specify, I’ve tried to update rugged and all the other gems.

Any have any ides?

Switched to ssh keys and this works now. Should have done that from the start.