无法配置Google云端发布/订阅推送订阅者 [英] Unable to configure Google Cloud Pub/Sub push subscriber

查看:94
本文介绍了无法配置Google云端发布/订阅推送订阅者的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个Google云项目,其中包含一个计算引擎实例,我希望将其配置为Cloud Pub / Sub服务的推送订户。我已经在实例上设置了一个带有自签名证书的Apache Web服务器,并且还创建了一个指向具有静态IP地址的实例的DNS条目(abc.mydomain.com)。我已经是域名(mydomain.com)在网站管理员中的经过验证的所有者。



无论何时从Cloud控制台添加订阅,都会失败,并显示错误消息:The订阅无法添加,并且不显示任何其他有用的信息。



请协助解决方案


您有几种选择:


  1. 支付证书

  2. 使用应用程序引擎作为代理

  3. 使用提取订阅

  4. 使用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:

  1. Pay for the certificate
  2. Use App Engine as a proxy
  3. Use pull subscriptions
  4. 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云端发布/订阅推送订阅者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆