- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi ,
The issue happens because Adobe Campaign does not support SNI (server name indication) . If we use Open SSL and indicate the servername like this : openssl s_client -connect <http_url>:443 -servername <url of server> it would work and get the SSL certificate details however a call like this fails :
openssl s_client -connect <http_url>:443 .
So you need to include and pass the server name as a parameter in your HttpClientRequest
By the way , SNI for Campaign was introduced on build 8891 and above , so can you double check the server version because it should work in 8931 without SNI.
Also, TLS1.2 is already supported as I verified in the SSL cipher suites for Campaign.
Regards,
Adhiyan
Views
Replies
0 Likes
Total Likes