Skip to content

AlgorithmiaClient cli = Algorithmia.client(GlobalVariables.ALGORITHMIA_KEY); fails #41

@unk1911

Description

@unk1911

this simple call doesn't seem to work anymore:

AlgorithmiaClient cli = Algorithmia.client(GlobalVariables.ALGORITHMIA_KEY);

getting an error:

com.algorithmia.APIException: Host name 'api.algorithmia.com' does not match the certificate subject provided by the peer (CN=*.algorithmia.com)

at com.algorithmia.client.HttpClient.execute(HttpClient.java:244)
at com.algorithmia.client.HttpClient.execute(HttpClient.java:211)
at com.algorithmia.client.HttpClient.put(HttpClient.java:163)
at com.algorithmia.data.DataFile.put(DataFile.java:154)
at com.algorithmia.data.DataFile.put(DataFile.java:165)
at com.algorithmia.data.DataDirectory.putFile(DataDirectory.java:90)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions