Titanium module to get infos about the SSL / TLS certificate.
- sslCheck (on the
securityManager
proxy)
Name | Android | iOS |
---|---|---|
fingerprint |
✅ | ✅ |
issuedByCName |
✅ | ⚪️ |
issuedByDName |
✅ | ✅ |
issuedByOName |
✅ | ⚪️ |
issuedByUName |
✅ | ⚪️ |
issuedToCName |
✅ | ⚪️ |
issuedToDName |
✅ | ⚪️ |
issuedToOName |
✅ | ⚪️ |
issuedToUName |
✅ | ⚪️ |
validNotAfter |
✅ | ⚪️ |
validNotBefore |
✅ | ⚪️ |
Same as the appcelerator.https module: create a createSecurityManager
and attach it to securityManager
of your HTTPClient connection.
Note: securityManager
is "creation only".
MIT
For a full example have a look at: example/app.js