Skip to content

tests: add case on ssl socket support #202

Open
@themilchenko

Description

@themilchenko

Since we support TLS in this module, we require sslsocket that may not be supported on system. Need to write test on this case:

http/http/server.lua

Lines 1396 to 1398 in adf731f

if is_tls_enabled and not sslsocket_supported then
error("ssl socket is not supported")
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    1spcode healthImprove code readability, simplify maintenance and so on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions