Yes, my question is: do you have https already enabled on that server?
It is a common mistake to add https to this link, but you actually don’t have https, just http (sorry first step to troubleshoot this is that trivial)
No, it is the same response from SES and in Mautic it is handled the same way, but Mautic looks only for the active sending method and enable the callback url for it.
So amazon SMTP has a different endpoint that the one for SES api
For some reason this is not working for Me!!! Any ideas on what could be wrong? SLL is working fine. Http is redirected to https. But all of my subscriptions stay in the pending state! I am stuck! Is there any thing else I need to configure on the Mautic Server?
Software:
Mautic version 3.3.3
PHP Version 7.3.7
Installed on a local QNAP server
Problem
Setting up Amazon SNS subscription using HTTPS or even HTTP but it is stuck at “pending confirmation”.
My setup is through the Amazon SES - SMTP and I can receive email just fine
If I curl the endpoint using https://mautic.mydomain.com/mailer/amazon/callback I do get a positive response
I also ran the log on AWS Cloudwatch and I’m getting a connection timeout: delivery.providerResponse
ConnectTimeoutException in HttpClient this is happening on both HTTP and HTTPS, but I am able to access the server and mautic on WAN.
Any thoughts as to what may be happening?? Seems to be the same issue as m.abumusa is reporting…