Skip to content

SSL method in Android 2.2 #33

@adre310

Description

@adre310

In NetworkConnectionImpl

SSLContext sc = SSLContext.getInstance("SSL");
but in android 2.2 (API 8) - i have exception SSLMethodUnknown
more valid

SSLContext sc = SSLContext.getInstance("TLS");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions