nsscreencast / comments

Public comments on NSScreencast.com
0 stars 0 forks source link

SSL Pinning - NSScreencast #47

Open subdigital opened 3 years ago

subdigital commented 3 years ago

Written on 01/24/2015 10:36:44

URL: https://nsscreencast.com/episodes/73-ssl-pinning

subdigital commented 3 years ago

originally written by Tom on 07/08/2013 14:20:40

Very helpful, thank you! Even though I use Cocoa Pods, I had to add "#define _AFNETWORKING_PIN_SSL_CERTIFICATES" to my .pch file?

subdigital commented 3 years ago

originally written by subdigital on 07/08/2013 14:44:36

Hrm, I think this was not necessary in my example. Not sure why you had to define it.

subdigital commented 3 years ago

originally written by Tom on 07/08/2013 15:39:27

Oh, also: if you use Safari and go to a secure site (say twitter), you can click the https/lock icon in the address bar.
Then click "Show Certificate" button. You should see a nice certificate icon (in the bottom section),
you can drag this icon to your desktop and you got a .cer file.

subdigital commented 3 years ago

originally written by subdigital on 07/08/2013 15:43:30

This is certainly easier to remember than that script :)

subdigital commented 3 years ago

originally written by Shane on 12/16/2014 11:10:54

How to overcome the setPinningMode error : http://stackoverflow.com/qu...

subdigital commented 3 years ago

originally written by onmyway133 on 04/10/2015 08:15:08

So the certificate could be a certificate or the certificate that signs it ?