mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
chasquid: Remove overly verbose error about TLS config
This commit is contained in:
@@ -293,7 +293,7 @@ func (s *Server) getTLSConfig() (*tls.Config, error) {
|
||||
for i := 0; i < len(s.certs); i++ {
|
||||
conf.Certificates[i], err = tls.LoadX509KeyPair(s.certs[i], s.keys[i])
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Error loading client certificate: %v", err)
|
||||
return nil, err
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user