Ошибка hanshake SSL на HUAWEI Mate 9 и LG G6 - PullRequest
0 голосов
/ 21 декабря 2018

Я разрабатываю приложение Ionic.Приложение отправляет запрос на защищенную конечную точку API.При тестировании приложения в консоли Google Play я получаю сообщение об ошибке, что HUAWEI Mate 9 и LG G6 не могут подключиться к API, SSL-хешке не удалось https://imgur.com/goG5Ot0. Другие устройства работают нормально.

Вотмои зависимости package.json:

 "dependencies": {
    "@angular/animations": "5.2.11",
    "@angular/common": "5.2.11",
    "@angular/compiler": "5.2.11",
    "@angular/compiler-cli": "5.2.11",
    "@angular/core": "5.2.11",
    "@angular/forms": "5.2.11",
    "@angular/http": "5.2.11",
    "@angular/platform-browser": "5.2.11",
    "@angular/platform-browser-dynamic": "5.2.11",
    "@ionic-native/core": "^4.18.0",
    "@ionic-native/facebook": "^4.18.0",
    "@ionic-native/file": "^4.18.0",
    "@ionic-native/file-transfer": "^4.18.0",
    "@ionic-native/geolocation": "^4.18.0",
    "@ionic-native/google-maps": "^4.14.0",
    "@ionic-native/http": "^4.18.0",
    "@ionic-native/splash-screen": "~4.11.0",
    "@ionic-native/status-bar": "~4.11.0",
    "@ionic/storage": "^2.1.3",
    "@types/leaflet": "^1.2.14",
    "cordova-android": "7.0.0",
    "cordova-plugin-advanced-http": "^2.0.2",
    "cordova-plugin-device": "^2.0.2",
    "cordova-plugin-facebook4": "^2.5.0",
    "cordova-plugin-file": "^6.0.1",
    "cordova-plugin-file-transfer": "^1.7.1",
    "cordova-plugin-geolocation": "^4.0.1",
    "cordova-plugin-googlemaps": "^2.4.6",
    "cordova-plugin-ionic-keyboard": "^2.1.3",
    "cordova-plugin-ionic-webview": "^2.3.1",
    "cordova-plugin-splashscreen": "^5.0.2",
    "cordova-plugin-whitelist": "^1.3.3",
    "cordova-sqlite-storage": "^2.6.0",
    "ionic-angular": "3.9.2",
    "ionic-native-http-connection-backend": "^4.0.8",
    "ionicons": "3.0.0",
    "leaflet": "^1.3.4",
    "leaflet-tilelayer-mbtiles-ts": "^1.4.9",
    "minimist": "^1.2.0",
    "npm": "^6.5.0",
    "promise-polyfill": "^8.1.0",
    "rxjs": "5.5.11",
    "sw-toolbox": "3.6.0",
    "whatwg-fetch": "^3.0.0",
    "xml2js": "^0.4.19",
    "zone.js": "0.8.26"
  },
  "devDependencies": {
    "@ionic/app-scripts": "3.2.0",
    "typescript": "~2.6.2"
  },
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...