https
https copied to clipboard
Secure HTTP client with SSL pinning for Nativescript - iOS/Android
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.89.0. Release notes Sourced from webpack's releases. v5.89.0 New Features Make CommonJS import preserve chained expressions by @bworline in webpack/webpack#17718 Dependencies & Maintenance chore(deps-dev): bump...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.12 to 7.23.4. Release notes Sourced from @babel/traverse's releases. v7.23.4 (2023-11-20) :bug: Bug Fix babel-generator #16104 fix: Pure comments missing parentheses (@liuxingbaoyu) Committers: 4 Babel Bot (@babel-bot)...
Hi, i have a problem on nativescript-https 1.0.1. I installed plugin with _tns plugin add nativescript-https_ but when launch the app, his result is: ``` nativescript-https > Disabled SSL pinning...
Hi, I have been encountering an error after our update to Digicert G2. It will show a java.security.cert.CertPathValidatorException: Trust anchor for certification path not found. error after installation. If we...
is there support to select/send a client certificate(for authentication) during the TLS handshake?
Hello, I am aware that from the Readme, it already said that "**Once you've enabled SSL pinning you CAN NOT re-enable with a different host or certificate file.**" which means...
This fixes the following problem: ``` javax.net.ssl.SSLPeerUnverifiedException: Hostname WWW.XXX.YYY.ZZZ not verified: ... ... subjectAltNames: [] ; Zone: ; Task: Promise.then ; Value: javax.net.ssl.SSLPeerUnverifiedException: Hostname WWW.XXX.YYY.ZZZ not verified: ``` A couple...
Using this module on NS view-model i get NetworkOnMainThreadException, Im confused since documentation states: - Everything runs on a native background thread Im using: https.enableSSLPinning({ host: '192.168.1.15', certificate, allowInvalidCertificates: false,...
I am not using SSL pinning or https endpoint. Here is my request object dump: ``` url: "http://192.168.5.10:3001/api/user?mapp=1" method: "GET" useLegacy: "false" allowLargeResponse: "true" timeout: "30" headers: { "content-type": "application/json",...