2022.08.17 07:00 AM
I'd like to turn off SSL certificate verification for testing purposes on my http get call using .Q.hmb, sort of like the equivalent curl -k.
Is there a way to do this?
Thank you.
2022.08.17 07:42 AM
From: https://code.kx.com/q/kb/ssl/#tls-client-mode
By default, kdb+ will try to verify the server’s certificate against a trusted source, using the certificates from SSL_CA_CERT_FILE
or SSL_CA_CERT_PATH
to verify the server’s certificate. If you don't wish to verify a server’s certificate, set
$ export SSL_VERIFY_SERVER=NO
EMEA
Tel: +44 (0)28 3025 2242
AMERICAS
Tel: +1 (212) 447 6700
APAC
Tel: +61 (0)2 9236 5700
KX. All Rights Reserved.
KX and kdb+ are registered trademarks of KX Systems, Inc., a subsidiary of FD Technologies plc.