ios - iOS9 PayPal SDK - "An SSL error has occurred...." -
i'm getting same error reported in question ios9 getting error “an ssl error has occurred , secure connection server cannot made”
i've checked ssl labs using paypal url https://mobileclient.paypal.com , tells me supports following ciphers...
tls_rsa_with_rc4_128_sha tls_rsa_with_rc4_128_md5 tls_rsa_with_aes_256_cbc_sha tls_rsa_with_aes_128_cbc_sha tls_rsa_with_3des_ede_cbc_sha
which don't match ciphers listed in apple documentation https://developer.apple.com/library/prerelease/ios/technotes/app-transport-security-technote/
i wanted ask fact ciphers aren't same issue? don't want bypass ats far paypal concerned, i?
i read documentation further should of done before asking question! allow ciphers listed need turn off nsexceptionrequireforwardsecrecy
url, docs...
nsexceptionrequiresforwardsecrecy
boolean value overriding requirement domain support forward secrecy using ciphers.
yes
default value , limits ciphers shown in default behavior.
setting value no
adds following list of accepted ciphers:
- tls_rsa_with_aes_256_gcm_sha384
- tls_rsa_with_aes_128_gcm_sha256
- tls_rsa_with_aes_256_cbc_sha256
- tls_rsa_with_aes_256_cbc_sha
- tls_rsa_with_aes_128_cbc_sha256
- tls_rsa_with_aes_128_cbc_sha
Comments
Post a Comment