Hello ConstantContact, I wrote a ConstantContcat API application using CTCT.dll in csharp. The application works fine from my development machine at home. I am running the application on a shared windows web server. The application was working fine for years. The application stopped working from the web server sometime in the last few weeks or so. The application seems to be unable to connect to ConstantContact. I contacted the hosting company. They said the server and all components are on TLS 1.2. The same problem happens when I tested on another hosting company. The same code is running on my development machine and the web server. By the way, the application has functionality to synchronize between Wordpress WooCommerce membership and ConstantContact email list. The problem happens on testing the connection to ConstantContact. The code just to retrieve verified users to see if there is a good connection. On my development machine, this works. On the web server, get the error below. What might be wrong? Thanks, Andrew [Exception: Exception of type 'System.Exception' was thrown.]
CTCT.Util.RawApiResponse.Get() in ...\CTCTWrapper\Util\RawApiResponse.cs:83
CTCT.Services.AccountService.GetVerifiedEmailAddress() in ...\CTCTWrapper\Services\AccountService.cs:4
... View more