test2048 579 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTPS
  5. HTTP GET
  6. PEM certificate
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. </reply>
  13. #
  14. # Client-side
  15. <client>
  16. <features>
  17. SSL
  18. SSLpinning
  19. </features>
  20. <server>
  21. https Server-localhost-sv.pem
  22. </server>
  23. <name>
  24. pinnedpubkey no-match must fail even when insecure
  25. </name>
  26. <command>
  27. --insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost.nn-sv.pub.der https://localhost:%HTTPSPORT/2048
  28. </command>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <errorcode>
  34. 90
  35. </errorcode>
  36. </verify>
  37. </testcase>