Skip to content

SSL option doesn't work #1

@radubolovan

Description

@radubolovan

If the SSL flag is set to"true", it seems that the "connect" function from HTTPClient class doesn't work.

Steps to reproduce:

  1. setup and call the request as follows:
    var headers=[ "User-Agent: Pirulo/1.0 (Godot)", "Accept: */*" ] get_node("http_loading").get_request("www.php.net", 80, headers, "/ChangeLog-5.php")
  2. execute var err = m_http.connect(address, port, true) in the 'get_request' function from 'http/http.gd' script
  3. experience the issue

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