We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a517822 commit 33906c2Copy full SHA for 33906c2
demo/app/main-page.ts
@@ -80,7 +80,7 @@ export function enableSSLPinning(args: Observable.EventData) {
80
81
export function enableSSLPinningExpired(args: Observable.EventData) {
82
let dir = fs.knownFolders.currentApp().getFolder('assets');
83
- let certificate = dir.getFile('httpbin.org.cer').path;
+ let certificate = dir.getFile('httpbin.org.expired.cer').path;
84
Https.enableSSLPinning({host: 'httpbin.org', certificate});
85
console.log('enabled');
86
}
0 commit comments