简体   繁体   English

Openshift上的齿轮间通信证书错误

[英]Wrong certificate in inter gear communication on Openshift

I have two small gears on openshift with a custom domain name an my own SSL certificate. 我在openshift上有两个小工具,它们的自定义域名是我自己的SSL证书。

When I access my gear from outside, they respond as expected with my own SSL certificate. 当我从外面访问我的设备时,它们会使用我自己的SSL证书做出预期的响应。 But if I access own gear from the otherone, it still advertises with generic *.rhcloud.com certificate, when if I use my own domain name. 但是,如果我使用他人的设备,如果我使用自己的域名,它仍会使用通用* .rhcloud.com证书进行广告。

Does anyone know how to fix this? 有谁知道如何解决这一问题?

OpenShift Online uses an Apache server in front of your gears for SSL termination and handling of custom domain names. OpenShift Online在您的设备前使用Apache服务器进行SSL终止和自定义域名的处理。 When you setup a custom domain and SSL certificate on OpenShift Online the configuration was pushed to that Apache server, not to your individual gears. 当您在OpenShift Online上设置自定义域和SSL证书时,配置被推送到该Apache服务器,而不是您的个人设备。

Also, what sort of communication are you performing between your different gears? 另外,您在不同齿轮之间进行哪种沟通? If you could provide some more concrete details on what you are trying to accomplish I could probably point you in the direction of how that is usually done on OpenShift. 如果您可以提供有关要完成的任务的更具体的细节,我可能会指出您通常在OpenShift上如何完成的方向。

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

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