...
| 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 In general, this option should be enabled if certificate trust is not a focus for the environment where SOAtest or Virtualize 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 In general, this option should be enabled if certificate trust is not a focus for the environment where SOAtest or Virtualize is deployed. |
...