---
title: httpsServer
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neproxysettings/httpsserver
---

# httpsServer

An NEProxyServer object containing the static HTTPS proxy server settings.

## Declaration

```swift
@NSCopying var httpsServer: NEProxyServer? { get set }
```

## Discussion

Discussion If autoProxyConfigurationEnabled is false and httpsEnabled is true, then the proxy server specified in this property will be used for HTTPS connections.

## See Also

### Related Documentation

- [autoProxyConfigurationEnabled](networkextension/neproxysettings/autoproxyconfigurationenabled.md)

### Accessing Manual Proxy Properties

- [httpEnabled](networkextension/neproxysettings/httpenabled.md)
- [httpServer](networkextension/neproxysettings/httpserver.md)
- [httpsEnabled](networkextension/neproxysettings/httpsenabled.md)
- [NEProxyServer](networkextension/neproxyserver.md)
