mirror of
https://github.com/osmarks/ngircd.git
synced 2025-04-04 23:06:57 +00:00
Test suite: Update for OpenSSL 3.x
This commit is contained in:
parent
2448d047f9
commit
2877706660
@ -4,7 +4,7 @@
|
||||
spawn openssl s_client -quiet -connect 127.0.0.1:6790
|
||||
expect {
|
||||
timeout { exit 1 }
|
||||
"*CN = my.first.domain.tld"
|
||||
"*CN*=*my.first.domain.tld"
|
||||
}
|
||||
|
||||
sleep 2
|
||||
|
@ -4,7 +4,7 @@
|
||||
spawn openssl s_client -quiet -connect 127.0.0.1:6790
|
||||
expect {
|
||||
timeout { exit 1 }
|
||||
"*CN = my.second.domain.tld"
|
||||
"*CN*=*my.second.domain.tld"
|
||||
}
|
||||
|
||||
sleep 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user