No Host Verify (-nohostverify)
- Last Updated: June 17, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
No Host Verify (-nohostverify)
Use No Host Verify (-nohostverify) to turn
off host verification for a Transport Layer Security (TLS) connection to a database server.
| Operating system and syntax | UNIX / Windows |
-nohostverify
|
||
|---|---|---|---|---|
| Use with | Maximum value | Minimum value | Single-user default | Multi-user default |
| Client Connection | — | — | — | — |
Without this parameter specified, the client compares the host name specified in the connection with the Common Name specified in the server certificate, and raises an error if they do not match. With this parameter specified, the client never raises the error.
For more information, see Learn about Security and Auditing.