简体   繁体   English

当客户端是adroid应用程序时将https添加到AWS EC2服务器

[英]Add https to aws ec2 server when client side is adroid application

问题是我们没有域名,因为客户端是android应用程序。所以有可能在android app和aws服务器之间建立安全连接吗?

It is possible, though it would be better if you have a domain. 可以,尽管如果您拥有一个域会更好。

One solution would be: 一种解决方案是:

Create a Cloudfront distribution which allows put head and etc. And make ec2 your origin. 创建一个Cloudfront发行版,该发行版允许put head等。并使ec2成为您的起源。 And then you can communicate through https://??????.cloudfront.net with secure features. 然后,您可以通过具有安全功能的https:// ?????? .cloudfront.net进行通信。

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

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