...
Note | ||
---|---|---|
| ||
HTTP traffic files recorded in Virtualize 9in Virtualize or SOAtest 9.10.x and later cannot be used with 9.9.x verions and earlier. |
...
The Service SSL section needs to be completed only if the service you are working with uses SSL.
If the service being virtualized uses virtualized and/or the application under test uses SSL and/or other authentication (basic/digest, Kerberos, NTLM), additional configuration may be required.
...
- Create a plain text file and specify the properties you want to set (see HTTP Listener Message Proxy Performance Properties and HTTP Listener Message Proxy SSL Properties).
Save the file to the VirtualAssets directory the VirtualAssets or TestAssets directory in your workspace and name it
embeddedServer.properties
.
...
Option | Description |
---|---|
Use SSL when connecting to the service | Enables the SSL. |
Trust all server certificates | If enabled, any certificate will be accepted. No validation will be performed. This option disables trust validation when the message proxy establishes the connection with the service; it makes it accept the connection with any certificate that is presented by the service. In general, this option should be enabled if certificate trust is not a focus for the environment whereVirtualizewhere is deployed. |
Accept self-signed certificates | If enabled, certificates will be accepted as long as the validation method java.security.cert.X509Certificate.checkValidity() returns true on them, which effectively checks if the current date and time are within the validity period given in the certificate. The certificate trust path will not be evaluated and the provided Trust-store configuration will not be applied. This option determines if certificates presented by the service and are not signed by a trusted certificate authority are trusted. In general, this option should be enabled if certificate trust is not a focus for the environment whereVirtualizeis whereSOAtest or Virtualizeis deployed. |
Note that the Truststore configuration (described below) is applicable only if Trust all server certificates and Accept self-signed certificates are both unselected.
...