mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 15:16:51 +08:00
client: do not use InsecureSkipVerify by default
This commit is contained in:
@@ -395,6 +395,9 @@ func TestClientRead(t *testing.T) {
|
||||
counter := 0
|
||||
|
||||
c := &Client{
|
||||
TLSConfig: &tls.Config{
|
||||
InsecureSkipVerify: true,
|
||||
},
|
||||
Transport: func() *Transport {
|
||||
switch transport {
|
||||
case "udp":
|
||||
|
Reference in New Issue
Block a user