Code Change Request

# 29023

Back to Code Changes

Christopher
Technical Support
StableBit CloudDrive
Latest
Windows 11
Public
Alex

To enable the override, you would edit C:\ProgramData\StableBit CloudDrive\Service\Settings.json.

For example:

...

"Tls_DisableCertificateValidationHosts": {
    "Default": [],
    "Override": [
    "192.168.1.10:9000"
    ]
  }
...

(make sure to specify the port as well)

And then reboot...

Public
Alex

* [Issue #29023] Added a new advanced setting 'Tls_DisableAllCertificateValidation' to disable all TLS certificate validation.
    - This is a global setting that applies to all TLS connections.
    - It is not recommended to use this setting unless absolutely necessary.
    - A reboot is required for the changes to take effect (or a service restart).
* [Issue #29023] Added a new advanced setting 'Tls_DisableCertificateValidationHosts' to disable TLS certificate validation for specific hosts.
    - This setting accepts an array of strings, each representing a host name.
    - If applicable, include the port number as well (e.g. "192.168.1.100:9000").
    - A reboot is required for the changes to take effect (or a service restart).