How can resolve SSL handshake issue on reindex from remote

hi,

Now I am trying to reindex from a remote to my local. remote is a https host, I am getting SSL handshake exception as following, I checked there was similar issue but not sure how to resolve it

Please advise, thanks

{
    "error": {
        "root_cause": [
            {
                "type": "s_s_l_handshake_exception",
                "reason": "General SSLEngine problem"
            }
        ],
        "type": "s_s_l_handshake_exception",
        "reason": "General SSLEngine problem",
        "caused_by": {
            "type": "s_s_l_handshake_exception",
            "reason": "General SSLEngine problem",
            "caused_by": {
                "type": "validator_exception",
                "reason": "PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target",
                "caused_by": {
                    "type": "sun_cert_path_builder_exception",
                    "reason": "unable to find valid certification path to requested target"
                }
            }
        }
    },
    "status": 500
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.