testing: Adapt tests to retransmission settings and reduce DPD delay/timeout
This commit is contained in:
@@ -6,5 +6,5 @@ OCSP server is listening. Thanks to timeouts the connection can nevertheless
|
||||
be established successfully by contacting a valid OCSP URI contained in
|
||||
<b>carol</b>'s certificate.
|
||||
<p>
|
||||
As an additional test the OCSP response is delayed by 5 seconds in order to check
|
||||
As an additional test the OCSP response is delayed by a few seconds in order to check
|
||||
the correct handling of retransmitted IKE_AUTH messages.
|
||||
|
||||
@@ -6,7 +6,7 @@ echo "Content-type: application/ocsp-response"
|
||||
echo ""
|
||||
|
||||
# simulate a delayed response
|
||||
sleep 5
|
||||
sleep 2
|
||||
|
||||
cat | /usr/bin/openssl ocsp -index index.txt -CA strongswanCert.pem \
|
||||
-rkey ocspKey.pem -rsigner ocspCert.pem \
|
||||
|
||||
Reference in New Issue
Block a user