Archived

This forum has been archived. Please start a new discussion on GitHub.

Error running allTests.py (certificate problem?)

I've successfully compiled all source code under Windows XP/VS.Net 2003. When running the test suits, I'm getting the error below. Initially I didn't make it this far but after downloading the certs posted by Benoit in this thread: http://www.zeroc.com/vbulletin/showthread.php?t=1224&highlight=certificate I got a lot further. Is this a big deal?

*** running tests in .\test\IceSSL\certificateVerification
testing default certificate verifier.
starting server... ok
starting client... ok
client and server trusted, client using stock certificate... .\SslClientTransceiver.cpp:321: IceSSL::ProtocolException:
encountered a violation of the ssl protocol during handshake
1 - Thread ID: 8684
1 - Error: 336151576
1 - Message: error:14094418:SSL routines:SSL3_READ_BYTES:tlsv1 alert unknown ca
1 - Location: .\ssl\s3_pkt.c, 1052
1 - Data: SSL alert number 48

failed!

Comments

  • benoit
    benoit Rennes, France
    No, I wouldn't worry about it. I only posted certificates for the demos and the ones in the tests weren't updated (which is why you're getting these errors in the tests). If you want to update all the certificates, you can try to run makecerts (it's in the Ice-2.0.0/config directory).

    Note that we will release the next Ice version very soon, it will of course have valid certificates... stay tuned :)!

    Benoit.