mirror of
https://github.com/fatedier/frp.git
synced 2025-06-18 01:28:21 +00:00
Merge cc0b486474c814f86f9204211b46349281a1fb67 into ee3892798d22da274874433d77653832f3b9a8a0
This commit is contained in:
commit
b86754f1fb
@ -104,7 +104,8 @@ func (p *HTTPS2HTTPPlugin) genTLSConfig() (*tls.Config, error) {
|
|||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
config := &tls.Config{Certificates: []tls.Certificate{cert}}
|
config := &tls.Config{Certificates: []tls.Certificate{cert}, MinVersion: tls.VersionTLS12}
|
||||||
|
|
||||||
return config, nil
|
return config, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user