couchbase_lite
couchbase_lite copied to clipboard
nil certificate key
First of all, thanks for this great piece of code.
Now, any idea why I'm always getting a "nil" lookupkey when trying to access the cert asset??
Again awesome work from you guys.
I ended up not needing this functionality, but here's what I found for future reference:
The mRegistrar member is always nil in the lookupKey function, so all invocations return nil also:
func lookupKey(forAsset assetKey: String) -> String? { return mRegistrar?.lookupKey(forAsset: assetKey) }
You should only need the certificate for self signed certificates. I will look into this though.