mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Load TLS config files from config path before stash home (#1678)
* Load tls files from config or home directory * Update README * Require both ssl files if either present
This commit is contained in:
@@ -133,7 +133,7 @@ func (c Cache) makeServerConnection(ctx context.Context) common.StashServerConne
|
||||
Dir: c.config.GetConfigPath(),
|
||||
}
|
||||
|
||||
if config.HasTLSConfig() {
|
||||
if c.config.HasTLSConfig() {
|
||||
serverConnection.Scheme = "https"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user