E/paypal.sdk: request failed with server response:Certificate pinning failure!
Peer certificate chain: sha1/SQ+EdYjo3ZoEORzSEC2JQV3g3L4=: CN=api-m.paypal.com,OU=CDN Support,O=PayPal\, Inc.,L=San Jose,ST=California,C=US sha1/UCM4nF92oH7yVEZeTyGW+BRFtB4=: CN=Symantec Class 3 Secure Server CA - G4,OU=Symantec Trust Network,O=Symantec Corporation,C=US
Pinned certificates for api-m.sandbox.paypal.com: sha1/u8I+KQuzKHcdrT6iTb30I70GsD0= sha1/7Q3I1izTEynYgv4tw/zFENNNuxQ= sha1/sYEIGhmkwJQf+uiVKMEkyZs0rMc= sha1/gzF+YoVCU9bXeDGQ7JGQVumRueM=
01-21 13:04:51.999 20902-20902/sprittle.com.sprittle E/paypal.sdk: SERVER_COMMUNICATION_ERROR
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- Get payment by transaction ID using PayPal API
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
try this change your paypal sdk version
android studio change in gradle
is old paypal sdk : PayPalAndroidSDK-2.11.2.jar to change add new paypal sdk : compile 'com.paypal.sdk:paypal-android-sdk:2.13.1'
eclipse add new paypal.sdk:paypal-android-sdk:2.13.1.jar file and bulid
Version 2.13.0 of the PayPal Android SDK should fix the issue.
PayPal sandbox recently upgraded to only allow TLS 1.2 and made other pre-emptive security updates ahead of PCI compliance requirements. You can find out more details at the InfoCenter microsite.