Open princessfrombabylon99 opened 3 hours ago
Hi @princessfrombabylon99. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce.
@magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.
Preconditions and environment
Steps to reproduce
Magento works fine, if I use a sub-domain and let's encrypt certifcate. Due to some requirements, I want to communicate with Magento via Private-IP. Below are my NGINX configurations of both servers , The Magento server seems to force for SSL certificate even inside the same VPC using private IP.
Frappe(ec2-instance) Server Block Configuration
Magento Server Block Configuration
Magento’s Base URL Configuration
Unsecure Base URL for Static Files:
bin/magento config:set web/unsecure/base_static_url http://mydomain.com/shop/static/
Secure Base URL for Static Files:bin/magento config:set web/secure/base_static_url https://mydomain.com/shop/static/
Unsecure Base URL for Media:
bin/magento config:set web/unsecure/base_media_url http://mydomain.com/shop/media/
Secure Base URL for Media:bin/magento config:set web/secure/base_media_url https://mydomain.com/shop/media/
Expected result
Should be able to view Magento's homepage @ mydomain.com/shop without any issues.
Actual result
Additional information
No response
Release note
No response
Triage and priority