Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/image-processing/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google cloud platform GCR(谷歌云运行)启用http_Google Cloud Platform - Fatal编程技术网

Google cloud platform GCR(谷歌云运行)启用http

Google cloud platform GCR(谷歌云运行)启用http,google-cloud-platform,Google Cloud Platform,有没有办法在gcr上启用http? 我有一个npm软件包,不能说https 节点:12037 UnhandledPromisejectionWarning:错误:RequestError:类型错误[ERR\u INVALID\u PROTOCOL]:协议https:不受支持。预期的http: 在monerorpconnection.sendJsonRequest/home/user/Projects/jointed.gitlab.io/docker/node_modules/monero jav

有没有办法在gcr上启用http? 我有一个npm软件包,不能说https

节点:12037 UnhandledPromisejectionWarning:错误:RequestError:类型错误[ERR\u INVALID\u PROTOCOL]:协议https:不受支持。预期的http: 在monerorpconnection.sendJsonRequest/home/user/Projects/jointed.gitlab.io/docker/node_modules/monero javascript/src/main/js/rpc/monerorpconnection.js:124:18 如果我请求http端点,我将被重定向:

节点:11179未处理PromisejectionWarning:错误:StatusCodeError:302-
Cloud Run仅公开HTTPS端点。如果您提供HTTP代理(如Cloud Endpoints或Apigee),或者使用计算引擎和Web服务器或软件节点JS Express或Python Flask(例如)滚动您自己的反向代理,则可以通过HTTP访问它

参考资料