Hosted react site calling AWS EC2 instance

Is this possible? Looking at an existing thread, it seems I won’t be able to get the SSL certificate itself. As such, how can I either call an HTTPS endpoint without the certificate on another domain (AWS), or call an HTTP endpoint without the Mixed Content error? If it’s any help, the back-end is using a hosted Java service.

If there is another possibility I am missing? Thanks in advance

Hi,

Trying to bypass browser mixed-content security polices doesn’t sound like the right approach here.

Maybe you could create another Render service that calls the AWS endpoint server-side and passes the response on.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.