# SSL Yapılandırması **HTTPS kullanarak TheHive'a bağlanın** SSL katmanını yönetmek için bir ters proxy kullanmanızı öneririz; Örneğin, Nginx. **Reference**: [Configuring HTTPS servers](https://nginx.org/en/docs/http/configuring_https_servers.html) on [nginx.org](https://nginx.org)
Parameter | Type | Description |
---|---|---|
`wsConfig.ssl.keyManager.stores` | list | Stores client certificates (see [\#certificate-manager](https://docs.strangebee.com/thehive/setup/configuration/ssl/#certificate-manager) ) |
`wsConfig.ssl.trustManager.stores` | list | Stored custom Certificate Authorities (see [\#certificate-manager](https://docs.strangebee.com/thehive/setup/configuration/ssl/#certificate-manager) |
`wsConfig.ssl.protocol` | string | Defines a different default protocol (see [\#protocols](https://docs.strangebee.com/thehive/setup/configuration/ssl/#protocols)) |
`wsConfig.ssl.enabledProtocols` | list | List of enabled protocols (see [\#protocols](https://docs.strangebee.com/thehive/setup/configuration/ssl/#protocols)) |
`wsConfig.ssl.enabledCipherSuites` | list | List of enabled cipher suites (see [\#ciphers](https://docs.strangebee.com/thehive/setup/configuration/ssl/#ciphers)) |
`wsConfig.ssl.loose.acceptAnyCertificate` | boolean | Accept any certificates *true / false* |