Skip to content

TLSEngine shutdown triggered by Error: Cannot verify certificate #14

Description

@armmywg

When using https to get data, it prompts "TLSEngine shutdown triggered by Error: Cannot verify certificate"

var client:HttpClient = new HttpClient();
var uri:URI = new URI("https://www.baidu.com/");
uri.scheme = "https";
uri.port = "443";
var variables:Array = [ { name: "fname" } ];
client.postFormData(uri,variables);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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