简体   繁体   中英

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. And then you can communicate through https://??????.cloudfront.net with secure features.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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