I get the following error when trying to open a connection to a postgres database. This may be due to OpenSSL, but I cannot understand the error message. Can anyone help?
>>> import psycopg2 >>> conn = psycopg2.connect(host = '', port = , dbname = '', user = '', password = '') Auto configuration failed 12848:error:02001015:system library:fopen:Is a directory:.\crypto\bio\bss_file.c :169:fopen('D:/Build/OpenSSL/openssl-1.0.1h-vc9-x64/ssl/openssl.cnf','rb') 12848:error:2006D002:BIO routines:BIO_new_file:system lib:.\crypto\bio\bss_file. c:174: 12848:error:0E078002:configuration file routines:DEF_LOAD:system lib:.\crypto\co nf\conf_def.c:199:
qua source share