KX Community

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

Home Forums PyKX PyKX TLS Mode with company CA Re: PyKX TLS Mode with company CA

  • mauricemoore

    Member
    September 11, 2023 at 12:00 am

    Thanks for providing this command – pykx.ssl_info()

    It seems the issue is on my side and related to the openssl library

    >>> pykx.ssl_info()
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "pykx\_ipc.pyx", line 74, in pykx._ipc.ssl_info
    File "pykx\_ipc.pyx", line 79, in pykx._ipc.ssl_info
    File "pykx\_wrappers.pyx", line 493, in pykx._wrappers.factory
    pykx.exceptions.QError: Could not initialize openssl. Error was The specified module could not be found.

     

    But it seems my openssl set up is okay;

    >>> os.system('openssl version') 
    OpenSSL 3.1.1 30 May 2023 (Library: OpenSSL 3.1.1 30 May 2023)
    0
    >>>

     

    I’ll update the thread if I find the issue on my side.

    Thanks.