Hi. We use SDP build 9402 and DC build 10.0.189
SDP started with http protocol and port 80 (see Capture-TrayIconInfo.xml.PNG attachment), but we set redirect to https protocol and 443 port (see Capture-server.xml.PNG)
It's work fine. When user typed
http://hostname in browser, it redirected to
https://hostname
Integration DC with SDP work fine. (see Capture-DC-to-SDP.PNG, where we set SDP hostname, https protocol and port 443).
Integration SDP with DC work fine last time with https protocol and port 8383. But after some updates (I don't known which ones) this integration not work. (see Capture-SDP-to-DC-8383.PNG). When I try to update settings, I see message "Exception while trying validating API Key javax.net.ssl.SSLException: Received fatal alert: protocol_version" in log.
When I set http protocol and port 8020 integration settings updates success, but integration features in SDP not work, I see only empty page.
Based on analysis of exception message, I think this is due to the fact that DC use Java version 1.8, which by default support only TLSv1.2, unlike of SDP which use Java version 1.7.