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?
Pinning of the root certificate worked for me.