Hi Team,
For one of our projects, we are using the SOAP call to Adobe campaign V8 from the client's PROD web server. During the API call this is the error log generated in the web server.
Error: Hostname/IP does not match certificate's altnames: Host: https. is not in the cert's altnames: DNS:*.campaign.adobe.com)
However, there is no error while making the call from DEV web server.
Could you pls let me know the root cause and what solution need to be done from client's end or Adobe end?
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @ignatius_dilip The fix would be to disable the SSL verification in external server. If they are using CURL or similar way to call API then disable verify -> false and ssl ->false
Hi @ignatius_dilip,
Views
Replies
Total Likes
Hello @ignatius_dilip The fix would be to disable the SSL verification in external server. If they are using CURL or similar way to call API then disable verify -> false and ssl ->false
Hi @_Manoj_Kumar_ : Thanks for the solution. I will ask the client to disable the SSL verification in the web server
Views
Replies
Total Likes
Hi @_Manoj_Kumar_ and @SushantTrimukheD : While checking with client to disable the SSL verification, they are scared of breaching the security policy set by their organisation's protocols. Could you pls provide another solution/workaround without breaching their client's security policy?
Thanks for your support
Views
Replies
Total Likes
Hello @ignatius_dilip I am only aware of this workaround. I believe the SSL is a wildcard SSL and used by multiple domains for tracking and images and will not have a same host name for verification.
Views
Replies
Total Likes
Views
Likes
Replies