1

I'm looking for example of implementation of 2-way SSL authentication / mutual authentication example in LoopBack API framework(featured by StrongLoop API Platform) I need to connect with SOAP API with mutual authentication.

I found these examples https://github.com/strongloop/loopback-example-ssl and https://github.com/strongloop/loopback-example-connector/tree/soap , but I guess it isn't enough.

DarekW
  • 21
  • 6

1 Answers1

0

Node module loopback-ssl which can accelerate enabling SSL with loopback. - SID

  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – ekad Sep 10 '16 at 03:41