ACM certificate using API Gateway, can't call backend django API

0

Hi there,

Basically, our team tried to enable https accessibility using ACM.
Our original architecture is web server(EC2 + nginx) -> was server(django).
As far as I know, we put API Gateway before them to enable https, resulting in our architecture to be API Gateway -> web server(EC2 + nginx) -> was server(django).
By the way, we're using a SSL certificate associated with our domain name.

The problem is, we can access to the first page of our website(https://example.com).
However, when we try to login on that page, which uses a backend API in django server, the page doesn't proceed at all, and this works when we try it with a http address.

Has it something to do with nginx configuration or ACM service?
Anyone's help would be appreciated a lot.

沒有答案

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南