问题描述
我有一个Google云项目,其中包含一个计算引擎实例,我希望将其配置为Cloud Pub / Sub服务的推送订户。我已经在实例上设置了一个带有自签名证书的Apache Web服务器,并且还创建了一个指向具有静态IP地址的实例的DNS条目(abc.mydomain.com)。我已经是域名(mydomain.com)在网站管理员中的经过验证的所有者。
无论何时从Cloud控制台添加订阅,都会失败,并显示错误消息:The订阅无法添加,并且不显示任何其他有用的信息。
请协助解决方案
。您有几种选择:
- 支付证书
- 使用应用程序引擎作为代理
- 使用提取订阅
- 使用App Engine托管虚拟机
最后一个基本上是Compute Engine实例,但是您将通过appspot.com的子域名获得免费的https连接。
I have Google Cloud project consisting of a compute engine instance which I want to configure as a push subscriber of Cloud Pub/Sub service. I have setup an apache webserver with a self-signed certificate on the instance and have also made a DNS entry (abc.mydomain.com) which points to the instance which has a static IP address. I am already a verified owner of the domain (mydomain.com) on webmasters.
Whenever I add the subscription from the Cloud console, it fails with the error: "The subscription could not be added" and does not show any other useful information.
Please help.
Self-signed certificates are not supported.There are few options for you:
- Pay for the certificate
- Use App Engine as a proxy
- Use pull subscriptions
- Use App Engine Managed VM
The last one is basically a Compute Engine instance, but you will get free https connection via a subdomain of appspot.com.
这篇关于无法配置Google云端发布/订阅推送订阅者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!