Skip to content

Add TLS and SNI support #4

@domdom82

Description

@domdom82

This might be a big bite to chew but it would be nice to have HTTPs support.

This essentially boils down to:

servers:
  - https:
      port: 443
      hosts:
       www.example.org
        cert:
         key: key.pem
         crt: cert.pem
         ca: ca_cert.pem 
        responses:
         /test:
           get:
            static:
              status: 200
              body: all good

So a single https simulated server may be able to provide multiple virtual hosts with certificates and their responses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions