这是有关部署的问题。
堆栈:Spring Boot,AWS + Angular,Firebase。
我正在使用AWS Elastic Beanstalk + AWS RDS托管我的数据库和Spring Boot应用程序,然后Angular应用程序在Firebase上运行。
问题是当Spring Boot Application与 http 一起使用时,Firebase使用 https 。错误就像:
Mixed Content: The page at '...' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '...'. This request has been blocked; the content must be served over HTTPS.
如何管理AWS Elastic Beanstalk与https配合使用?
也许还有另一种方法来管理这个问题?也许在Spring Boot应用程序中带有CORS等内容?
我仅出于学习目的使用AWS Free Tier。