Troubleshooting↑
Logging↑
The AQG_LOG
environment variable allows you to configure logging settings. By default, the logging level is set to info
.
Set the logging level↑
Use the following command to log only error messages:
This command sets the log level for yanadump
to debug
while other modules retain the default info
:
For more detailed information about using the environment variable, refer to the env_logger documentation.
Problem: Self-signed certificate verification failure↑
Self-signed certificates must have a valid Subject Alternative Name and a Basic Constraint extension with the CA value set to FALSE
in order to be accepted.
The following OpenSSL command line example generates a self-signed certificate for localhost: