简体   繁体   English

在TIBCO上安装Https证书

[英]Https Certificate Installation on TIBCO

We have a Java based application that connects to a web server to download a file. 我们有一个基于Java的应用程序,该应用程序连接到Web服务器以下载文件。 This Java based application is being invoked from within TIBCO which serves as a middleware. 这个基于Java的应用程序正在TIBCO中作为中间件被调用。 Recently, the web server is migrated to use Https certificate. 最近,Web服务器已迁移为使用Https证书。 So the URL would contain the Https protocol in it. 因此,URL中将包含Https协议。

If we run the application as a standalone Java client, it works as long as I have imported the Https certificate into the Java keystore. 如果我们将应用程序作为独立的Java客户端运行,则只要我已将Https证书导入Java密钥库中,它就可以工作。 We then moved the application onto TIBCO and installed the certificates onto the TIBCO BW. 然后,我们将应用程序移动到TIBCO上,并将证书安装到TIBCO BW上。 With this, we are still facing the login problems. 这样,我们仍然面临登录问题。

In the past we have noticed that we get a PEER Not Authenticated error message if the JRE cacerts keystore file is not imported with the web server certificate. 在过去,我们注意到如果JRE cacerts密钥库文件未随Web服务器证书一起导入,则会收到PEER Not Authenticated错误消息。 But once we import it, it always worked fine. 但是一旦导入,它就可以正常工作。 With TIBCO, we installed it in TIBCO BW. 使用TIBCO,我们将其安装在TIBCO BW中。 Still the issue persist. 问题仍然存在。

We also have a JRE on that server where TIBCO is running. 我们还在运行TIBCO的服务器上有一个JRE。 Are we expected to import the certificate into the JRE keystore as well?. 我们是否也希望将证书导入JRE密钥库?

Really need your inputs as I am not familiar with TIBCO extensively. 因为我对TIBCO并不广泛熟悉,所以确实需要您的投入。 I am googling and exploring other ideas as we speak. 在我们讲话时,我正在谷歌搜索和探索其他想法。 But any pointers are definitely helpful. 但是任何指针绝对有帮助。

thanks, Pavan. 谢谢,帕万。

I am not familiar with the "peer not authenticated" error but if you wonder how to install SSL certificates in TIBCO BW, I suggest you have a look at the following tutorial (assuming you are working with BW 5.x): 我不熟悉“对等未认证”错误,但是如果您想知道如何在TIBCO BW中安装SSL证书,建议您看一下以下教程(假设您正在使用BW 5.x):

https://tibcology.wordpress.com/2017/03/19/invoking-a-web-service-over-https-with-bw-5-x/ https://tibcology.wordpress.com/2017/03/19/invoking-a-web-service-over-https-with-bw-5-x/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM