---
title: SSLSessionOption.breakOnCertRequested
framework: security
role: symbol
role_heading: Case
path: security/sslsessionoption/breakoncertrequested
---

# SSLSessionOption.breakOnCertRequested

Enables returning from SSLHandshake(_:) (with a result of errSSLClientCertRequested) when the server requests a client certificate.

## Declaration

```swift
case breakOnCertRequested
```
