0

I am trying to use a custom CA on SocketRocket. Is pinning the root certificate enough to verify MySuperServer in the construct below?

-MyCustomCA
 -IntermadiateA
  -IntermadiateA1
   -MySuperServer

Or do I have to pin IntermadiateA1 certificate?

guness
  • 6,336
  • 7
  • 59
  • 88

1 Answers1

0

Pinning of the root certificate worked for me.

madlymad
  • 6,367
  • 6
  • 37
  • 68