mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-23 11:14:48 +02:00
proper warning for IMGPROXY_IGNORE_SSL_VERIFICATION
This commit is contained in:
parent
b51e5ca25e
commit
ee29fb848c
@ -277,7 +277,7 @@ func init() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if conf.IgnoreSslVerification {
|
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 != "" {
|
if conf.LocalFileSystemRoot != "" {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user