We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e522b8 commit c5de989Copy full SHA for c5de989
cmd/ocsp-responder/main.go
@@ -157,9 +157,9 @@ func main() {
157
cmd.FailOnError(err, "Reading DB config")
158
if dbConnect == "" {
159
dbConnect = config.Source
160
- cmd.FailOnError(err, fmt.Sprintf("Source was not a URL: %s", config.Source))
161
}
162
url, err := url.Parse(dbConnect)
+ cmd.FailOnError(err, fmt.Sprintf("Source was not a URL: %s", config.Source))
163
164
if url.Scheme == "mysql+tcp" {
165
auditlogger.Info(fmt.Sprintf("Loading OCSP Database for CA Cert: %s", c.Common.IssuerCert))
0 commit comments