1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-08 10:45:04 +02:00

proper warning for IMGPROXY_IGNORE_SSL_VERIFICATION

This commit is contained in:
DarthSim 2018-10-02 18:19:30 +06:00
parent b51e5ca25e
commit ee29fb848c

View File

@ -277,7 +277,7 @@ func init() {
}
if conf.IgnoreSslVerification {
log.Println("Ignoring SSL verification is very unsafe. Hope you know what you're doing")
warning("Ignoring SSL verification is very unsafe")
}
if conf.LocalFileSystemRoot != "" {