KX Community

Find answers, ask questions, and connect with our KX Community around the world.
KX Community Guidelines

Home Forums kdb+ Is there a way to call .Q.hmb and not have it do SSL certificate verification

  • Is there a way to call .Q.hmb and not have it do SSL certificate verification

    Posted by trosales on August 17, 2022 at 12: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.

    trosales replied 8 months, 2 weeks ago 2 Members · 1 Reply
  • 1 Reply
  • rocuinneagain

    Member
    August 17, 2022 at 12:00 am

    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 or SSL_CA_CERT_PATH to verify the servers certificate. If you don’t wish to verify a servers certificate, set

    $ export SSL_VERIFY_SERVER=NO

Log in to reply.