fogaws
2014-04-24 04:25:45 UTC
I have been using this since last 2 weeks, but today i got one error like
*hostname "ec2.sa-east-1.amazonaws.com" does not match the server
certificate (OpenSSL::SSL::SSLError)*
@aws_credentials = {
:provider => "AWS",
:aws_access_key_id => access_key_id,
:aws_secret_access_key => secret_access_key
}
line 1: conn2 = Fog::Compute.new(@aws_credentials.merge(:region =>
'sa-east-1'))
line 2: conn2.servers.all.each do |server|
end
so i got that error in line 1, actually i donât have server in this
'sa-east-1' region. but if give the region, which i have the server, it
will not give any errors.
*hostname "ec2.sa-east-1.amazonaws.com" does not match the server
certificate (OpenSSL::SSL::SSLError)*
@aws_credentials = {
:provider => "AWS",
:aws_access_key_id => access_key_id,
:aws_secret_access_key => secret_access_key
}
line 1: conn2 = Fog::Compute.new(@aws_credentials.merge(:region =>
'sa-east-1'))
line 2: conn2.servers.all.each do |server|
end
so i got that error in line 1, actually i donât have server in this
'sa-east-1' region. but if give the region, which i have the server, it
will not give any errors.
--
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "ruby-fog" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ruby-fog+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.