SAP TABLES

wdisp/ssl_ignore_host_mismatch SAP Parameter attribute - Switch off hostname check of backend system's server certificate








wdisp/ssl_ignore_host_mismatch is a SAP Parameter attribute which is used to control Switch off hostname check of backend system's server certificate information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

wdisp/ssl_ignore_host_mismatch profile paramerter attributes


Parameter Name: wdisp/ssl_ignore_host_mismatch
Description: Switch off hostname check of backend system's server certificate
Default Value: FALSE
Parameter Type ( See IF_PARAMETER_TYPES): Boolean(BOOL)
Restriction Values:
Parameter Unit:
Parameter Group: WebDisp
CSN Component: BC-CST-WDP
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

If the connection between the Web Dispatcher and the application server is re-encrypted with SSL (wdisp/ssl_encrypt=1), the server must produce an SSL server certificate before the connection can be opened. If the host name in the certificate does not match the server name the Web Dispatcher is connected to (names are not case-sensitive), no SSL connection can be established. If this parameter is now set to 1 or TRUE, the Web Dispatcher ignores the missing match between the server certificate and the server host name, and uses this newly opened SSL connection between the Web Dispatcher and the server for the communication.
See SAP Parameter Documentation for full SAP documentation for this profile parameter.