Chef client ssl issue in local mode

Hi All,
i am running below recipe to download remote file from artifactory instance.
this artifactory instance is running with https and has org ssl certificates configured.

remote_file ‘/tmp/file’ do
source 'https://artifactory/file
end

the issue is, if i run above recipe/cookbook using chef-server then it works fine but if run same in local mode it gives an

OpenSSL::SSL::SSLError
----------------------
SSL Error connecting to https://artifactory/file - SSL_connect returned=1 errno=0 state=error: certificate verify failed