deislabs/hippo-cli

hippofactory receives TLS verification error

Closed this issue · 1 comments

With hippo listening on port 5000 and bindle-server listening on port 8080, I see this:

><> hippofactory --insecure -v production --hippo-username admin --hippo-password Passw0rd! --hippo-url https://127.0.0.1:5000 --server http://127.0.0.1:8080/v1 .
Error: Error creating request: reqwest::Error { kind: Request, url: Url { scheme: "https", username: "", password: None, host: Some(Ipv4(127.0.0.1)), port: Some(5000), path: "/account/createtoken", query: None, fragment: None }, source: hyper::Error(Connect, Ssl(Error { code: ErrorCode(1), cause: Some(Ssl(ErrorStack([Error { code: 336130315, library: "SSL routines", function: "ssl3_get_record", reason: "wrong version number", file: "ssl/record/ssl3_record.c", line: 331 }]))) }, X509VerifyResult { code: 0, error: "ok" })) }

Caused by:
    0: error sending request for url (https://127.0.0.1:5000/account/createtoken): error trying to connect: error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:331:
    1: error trying to connect: error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:331:
    2: error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:331:
    3: error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:331:

Any idea what might be causing this issue, or how I can resolve this?

hippo serves HTTPS requests from port 5001, not port 5000. Closing.