AWS Pinpoint showing me a PERMANENT_FAILURE Access denied error when trying to send SMS - sms

I am trying to send an SMS from the AWS Pinpoint console, but a "PERMANENT_FAILURE Access denied" message appears, no matter the number
How can I fix it?

Related

I am getting below error while sending mail through amazon SES

I am getting below error message
A PHP Error was encountered
Severity: Warning
Message: fsockopen(): Peer certificate CN=`15-206-188-47.cprapid.com' did not match expected CN=`email-smtp.ap-south-1.amazonaws.com'
Filename: libraries/Email.php
Line Number: 2070
Backtrace:
Double-check that you are using the correct SMTP endpoint for the Amazon SES region where your account is located. If you are not sure, you can find the correct endpoint in the Amazon SES documentation.
it's correct
Ensure that the server you are connecting to is actually an Amazon SES server. It's possible that you are accidentally connecting to a different server that is presenting a mismatched certificate.
it's actually correcting to amazone ses server
Check that your local DNS is resolving the correct IP address for the Amazon SES SMTP endpoint. You can try using the nslookup or dig command to check the IP address.
how can i check this ?
If none of the above steps work, it's possible that there is an issue with the SSL certificate on the server side. In this case, you may need to contact Amazon SES support to report the issue and get further assistance. They can help you determine if the certificate presented by the server is valid and properly configured.
what should i do here ?
I found above solution for issue and can any one help me to resolved this.

Unable to login to UI of Ansible Tower - get error as "Failed to access user information. GET returned status: 500"

I'm receiving error:
Failed to access user information. GET returned status: 500"
while trying to access Ansible Tower.
After I dismissed the error, it keeps prompting to login again and again.
Can Anyone suggest what can be done to troubleshoot this error?
You should confirm all the services have properly started using
ansible-tower-service -status
or
ansible-tower-service -query
Can Anyone suggest what can be done to troubleshoot this error?
The error message "500 Internal Server Error" indicated in general that the service itself is running.
According Troubleshooting Tower you may review the log files
Tower server errors are logged in /var/log/tower. Supervisors logs can
be found in /var/log/supervisor/. Nginx web server errors are logged
in the httpd error log. Configure other Tower logging needs in
/etc/tower/conf.d/.
The message "Failed to access user information" indicates that the database with user information might not be available or accessible.
For further troubleshooting more information will be necessary like
Was it working before?
If so, what might have changed?
Which information does the log files provide?
Which information does the command ansible-tower-service -status give?
Based on the findings one may proceed further.

Not able to send push notifications in APNS Dev environment using Amazon SNS

I am using Amazon SNS service to send push notification.
But today, it suddenly stopped working.
I can't create another Application endpoint, it says -
APNS Sandbox certificate is invalid
and I can't update credentials, the error is -
Request could not be completed (Service: AmazonSNS; Status Code: 500; Error Code: InternalError)
I am able to send push notification using the same p12 file with another software i.e. https://github.com/noodlewerk/NWPusher
What could be the problem?
How can I troubleshoot this issue?
Please help.
Thank you!
The reason for the problem was that (this is my guess) - I sent push notification with incorrect format.
That must have returned error code and because of that the connection between Amazon SNS to Apple server was closed. (It should be kept open always)
Because Apple thinks this as some kind of an attack.
The only remedy is wait for few hours and try again.
This is mentioned in the Technical Note here - https://developer.apple.com/library/ios/technotes/tn2265/_index.html
Even i had the same issue yesterday, it started working few hours back. can you confirm?
I spent whole day generating and testing certificates without any luck, and its working now with the same certificate.

I am unable to send email from admin panel for order confirmation in Magento(1.9.1.0) Platform

I am unable to send email from admin panel for order confirmation and after that i got this error. So please guys tell me, If any one know about this issues.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, root#domain.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Are you trying to send the mails from your local machine, or is the site already hosted on the live server ? If its local, mails wont go.
If you are on live server, you would have unconfigured mail service. As magento, by default would send mails if your mail server is configured perfectly.

A Net::SMTPFatalError occurred , 550 Relaying denied

I am getting this error message in my Production environment. This is coming during the User creation and as the user is created a mail goes to the user with the Password and other details
Net::SMTPFatalError occurred in users#create:
550 Relaying denied
Any Idea on this?
This worked for me:
The servers MIP (Mapped IP) address needs to be added to the mail router's relay list. It was not added and that was the reason it was rejecting. The receiver IP address was added and the mail was sent again.

Resources