1

I want to perform some tests with the unification engine currently my system is not enabled with SSL. Is it possible to call unification engine APIs over HTTP without SSL?

vitr
  • 6,766
  • 8
  • 30
  • 50
A.P
  • 63
  • 5

2 Answers2

2

UnificationEngine (UE) is using API's of platform providers such as Facebook, Twitter etc. - those platform's API terms require SSL connections end to end, therefore UE strictly uses SSL from the developer's app to the connector and from the connector to the official platform API's.

Toby
  • 36
  • 2
1

Unificationengine API's are SSL protected. So it is not possible to do call Api's without SSL.

AMT.in
  • 391
  • 1
  • 5