---
title: errSSLDecryptionFail
framework: security
role: symbol
role_heading: Global Variable
path: security/errssldecryptionfail
---

# errSSLDecryptionFail

Decryption failed.

## Declaration

```swift
var errSSLDecryptionFail: OSStatus { get }
```

## Discussion

Discussion Among other causes, this may be caused by invalid data coming from the remote host, a damaged crypto key, or insufficient permission to use a key that is stored in the keychain.
