Home › Forums › kdb+ › Is there a way to call .Q.hmb and not have it do SSL certificate verification › Re: Is there a way to call .Q.hmb and not have it do SSL certificate verification
-
From: https://code.kx.com/q/kb/ssl/#tls-client-mode
By default, kdb+ will try to verify the servers certificate against a trusted source, using the certificates from
SSL_CA_CERT_FILE
orSSL_CA_CERT_PATH
to verify the servers certificate. If you don’t wish to verify a servers certificate, set$ export SSL_VERIFY_SERVER=NO