mirror of
https://github.com/curl/curl.git
synced 2026-07-22 01:57:22 +03:00
To fix this for everyone running curl tests. Also: drop workarounds for CI. Refs: https://github.com/wolfSSL/wolfssl/pull/107937dd269fc52Ref: https://github.com/curl/curl/pull/22269#issuecomment-4892203666 Follow-up to7183bec8fe#22269 Follow-up to03f9751585#22204 Closes #22286
39 lines
548 B
XML
39 lines
548 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTPS
|
|
HTTP GET
|
|
PEM certificate
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSL
|
|
local-http
|
|
!wolfssl-5.9.2
|
|
</features>
|
|
<server>
|
|
https test-localhost0h.pem
|
|
</server>
|
|
<name>
|
|
HTTPS wrong subjectAltName but right CN
|
|
</name>
|
|
<command>
|
|
-4 --cacert %CERTDIR/certs/test-ca.crt https://localhost:%HTTPSPORT/%TESTNUMBER
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
60
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|