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