/testing/guestbin/swan-prep --x509
Preparing X.509 files
west #
 certutil -D -n east -d sql:/etc/ipsec.d
west #
 ipsec start
Redirecting to: [initsystem]
west #
 ../../guestbin/wait-until-pluto-started
west #
 ipsec auto --add ikev2-westnet-eastnet-x509-cr
002 "ikev2-westnet-eastnet-x509-cr": added IKEv1 connection
west #
 ipsec status | grep idtype
000 "ikev2-westnet-eastnet-x509-cr":   our idtype: ID_IPV4_ADDR; our id=192.1.2.45; their idtype: ID_FQDN; their id=@right
west #
 ipsec whack --impair suppress-retransmits
west #
 echo "initdone"
initdone
west #
 # expected to fail
west #
 ipsec auto --up ikev2-westnet-eastnet-x509-cr
002 "ikev2-westnet-eastnet-x509-cr" #1: initiating IKEv1 Main Mode connection
1v1 "ikev2-westnet-eastnet-x509-cr" #1: sent Main Mode request
1v1 "ikev2-westnet-eastnet-x509-cr" #1: sent Main Mode I2
002 "ikev2-westnet-eastnet-x509-cr" #1: I am sending my cert
002 "ikev2-westnet-eastnet-x509-cr" #1: I am sending a certificate request
1v1 "ikev2-westnet-eastnet-x509-cr" #1: sent Main Mode I3
002 "ikev2-westnet-eastnet-x509-cr" #1: Peer ID is ID_FQDN: '@right'
002 "ikev2-westnet-eastnet-x509-cr" #1: certificate verified OK: E=user-east-nosan@testing.libreswan.org,CN=east-nosan.testing.libreswan.org,OU=Test Department,O=Libreswan,L=Toronto,ST=Ontario,C=CA
003 "ikev2-westnet-eastnet-x509-cr" #1: certificate contains no subjectAltName extension to match ID_FQDN '@right'
002 "ikev2-westnet-eastnet-x509-cr" #1: Peer CERT payload SubjectAltName does not match peer ID for this connection
002 "ikev2-westnet-eastnet-x509-cr" #1: X509: CERT payload does not match connection ID
218 "ikev2-westnet-eastnet-x509-cr" #1: sending encrypted notification INVALID_ID_INFORMATION to 192.1.2.23:500
031 "ikev2-westnet-eastnet-x509-cr" #1: STATE_MAIN_I3: 60 second timeout exceeded after 0 retransmits.  Possible authentication failure: no acceptable response to our first encrypted message
000 "ikev2-westnet-eastnet-x509-cr" #1: starting keying attempt 2 of an unlimited number, but releasing whack
west #
 echo "done"
done
west #
 
