# cacheServerEnableTls

> Toggle whether to enable TLS encryption to cache server.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static bool cacheServerEnableTls { get; set; }
```

### Remarks

This toggles whether to use TLS encryption when accessing the cache server.
