Hello,

I am getting an error while trying to use a self-signed certificate.

Server: RedHat Ent 4, 2.6.9-5.ELsmp
PWD: /usr/share/ssl/certs

Server-side:
# openssl s_server -key test-cert.pem -cert test-cert.pem -accept 9000 -www
        Using default temp DH parameters
        ACCEPT
        19087:error:140780E5:SSL routines:SSL23_READ:ssl handshake
failure:s23_lib.c:180:

Client-side:
# openssl s_client -showcerts -connect localhost:9000
        CONNECTED(00000003)
        openssl: symbol lookup error: /lib/libssl.so.4: undefined symbol:
krb5_cc_get_principal


Installed rpms:
        openssl-0.9.7a-43.1
        openssl-devel-0.9.7a-43.1
        krb5-workstation-1.3.4-9
        krb5-libs-1.2.7-8
        krb5-libs-1.3.4-9
        krb5-devel-1.3.4-9

Cert-gen process used:
        # openssl req -x509 -nodes -days 365 -newkey rsa -keyout test-cert.pem 
-out
test-cert.pem

I am at a loss. This same processed worked on two other RedHat Ent4 servers,
one with the exact same rpms & architecture but here I am getting the symbol
error.

Any help would be appreciated greatly.

Marlee Kovacs

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to