NetApp Storage 7-Mode pattern fails even though the basic credential is correctly configuredIssue "NetApp Storage 7-Mode" pattern fails. In discovery log, see that the very first step "Get system info" doesn't return anything. This can be confirmed in Pattern Debug. CauseIf the basic credential is correctly configured, it's likely that the issue is related to SSL. The target NetApp server might be configured to use legacy protocol sslv3. To confirm, enable SSL debug: Shutdown MID ServerGo to <install_dir>/conf, open wrapper-override.conf, add below line:wrapper.java.additional.500=-Djavax.net.debug=ssl:handshake:verboseStart MID Server, and rerun discovery.In the wrapper log, check if there's any line that indicates SSLv3 is used, for example:Worker-Interactive:HorizontalDiscoveryProbe-e7a338d5db587bc0c80228664a9619c2, READ: SSLv3 Alert, length = 2ResolutionDisable SSLv3 and enable TLS on the target NetApp device. Also make sure the RSA key used by the certificate is at least 1024 bit long.