简体   繁体   中英

Use firebase hosting ssl with aws node server

I am currently hosting my site with Firebase and have created a elastic beanstalk node.js express server to query API's.

(Not using Firebase functions for reasons)

I can't access my node server because it isn't https. Blocked loading mixed active content

From hosting my site with Firebase i get a free SSL. Can i simply add a CNAME of my elsticbeanstalk server URL to my DNS records to utalize firebase's SSL?

or Do i need to purchase an ssl for my whole domain?

Or are there better free options.

The certificate provided by Firebase Hosting can only be used for content that is served from Firebase Hosting.

But it looks like you can use free letsencrypt certificates with Elastic Beanstalk on AWS .

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