-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Net::HTTPBadResponse: wrong status line: "220 email-smtp.amazonaws.com ESMTP SimpleEmailService-909942753 aSK3of4ybdKqba6CpB7f" #60
Comments
+1. Anybody know what's going on here? |
First you need to create IAM User on amazon. then you can try ses = AWS::SES::Base.new(:access_key_id =>'MY20DIGITACCESSKEY',:secret_access_key =>'MYSECRETACCESSKEY') ses.quota Let me know if this helped. |
Happens to me the same, my credentials are right, I configured a postfix server with the same credentials, any other suggestions? thanks Sorry for my English |
@pratikkalathiya @danishleo @cristiancvanega Could you try with API endpoint instead of SMTP endpoint? I had the same error with the SMTP endpoint. See https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html for the endpoint in your region. |
+1 for this issue. Anyone else got this working ? |
I see the answer from #38, it's duplicated |
@Ehekatl thanks, you saved a lot of time for me |
Hi @Ehekatl , I am facing something similar, I tried your suggestion . I am testing it with simple command line openssl command. Any thoughts? |
Hi,
I got this error while executing below command. I tried a lot but can't figure it out.
ses = AWS::SES::Base.new(:access_key_id =>'MY20DIGITACCESSKEY',:secret_access_key =>'MYSECRETACCESSKEY',:server => 'email-smtp.eu-west-1.amazonaws.com')
ses.quota
Error is:
Net::HTTPBadResponse: wrong status line: "220 email-smtp.amazonaws.com ESMTP SimpleEmailService-909942753 Wfwzt4Zk5WWKpNsmFazj"
from /home/shreehari/.rbenv/versions/2.1.2/lib/ruby/2.1.0/net/http/response.rb:41:in `read_status_line'
The text was updated successfully, but these errors were encountered: