SSL error while accessing RVRD using tibrvcfg

SSL error while accessing RVRD using tibrvcfg

book

Article ID: KB0079011

calendar_today

Updated On:

Products Versions
TIBCO Rendezvous -
Not Applicable -

Description

ssl error: s3_pkt.c:1472:error:14094416:SSL routines:ssl3_read_bytes:sslv3 alert certificate unknown


Cause:

The problem should be due to that the newer version of java 1.8 disables some of the weak ciphers/algorithm. The Signature Algorithm of the certificate used by problem rvrd is MD5withRSA, which is disabled by JRE 1.8.0u92.
 
If you download the latest the JDK 1.8. You should be able to reproduce the problem.

Environment

Product: TIBCO Rendezvous Version: 8.x OS: All Supported Operating Systems --------------------

Resolution

There are 3 solutions currently.
a. upgrade to V8.4.6 daemon or,
b. Replace the certificate in the rvrd or,
c. lower the java version on running tibrvcfg by setting JAVA_HOME temporarily.
 

Issue/Introduction

SSL error while accessing RVRD using tibrvcfg