Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 442 Bytes

File metadata and controls

24 lines (16 loc) · 442 Bytes

Routing to Backends over TLS/SSL

Running the Example

In the example we will route to an SSL protected API.

  1. Execute membrane.sh or membrane.cmd

  2. Open the URL http://localhost:2000 in your browser.

  3. Have a look at the proxies.xml file.

<api port="2000">
  <target host="api.predic8.de" port="443">
    <ssl/>
  </target>
</api>

See:

  • ssl reference