{
    "mode": "perldoc",
    "parameter": "Net::HTTPS",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Net%3A%3AHTTPS/json",
    "generated": "2026-06-12T19:04:49Z",
    "sections": {
        "NAME": {
            "content": "Net::HTTPS - Low-level HTTP over SSL/TLS connection (client)\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 6.22\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "The \"Net::HTTPS\" is a low-level HTTP over SSL/TLS client. The interface is the same as the\ninterface for \"Net::HTTP\", but the constructor takes additional parameters as accepted by\nIO::Socket::SSL. The \"Net::HTTPS\" object is an \"IO::Socket::SSL\" too, which makes it inherit\nadditional methods from that base class.\n\nFor historical reasons this module also supports using \"Net::SSL\" (from the Crypt-SSLeay\ndistribution) as its SSL driver and base class. This base is automatically selected if available\nand \"IO::Socket::SSL\" isn't. You might also force which implementation to use by setting\n$Net::HTTPS::SSLSOCKETCLASS before loading this module. If not set this variable is\ninitialized from the \"PERLNETHTTPSSSLSOCKETCLASS\" environment variable.\n",
            "subsections": []
        },
        "ENVIRONMENT": {
            "content": "You might set the \"PERLNETHTTPSSSLSOCKETCLASS\" environment variable to the name of the base\nSSL implementation (and Net::HTTPS base class) to use. The default is \"IO::Socket::SSL\".\nCurrently the only other supported value is \"Net::SSL\".\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Net::HTTP, IO::Socket::SSL\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Gisle Aas <gisle@activestate.com>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is copyright (c) 2001 by Gisle Aas.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
            "subsections": []
        }
    },
    "summary": "Net::HTTPS - Low-level HTTP over SSL/TLS connection (client)",
    "flags": [],
    "examples": [],
    "see_also": []
}