amazon web services - How to output paths to JS/CSS/Images without https? -


i building new magento 2.1 site , looking guidance on configuring ssl. our networking path site follows ssl means apache - , therefore magento - not seeing connections on port 443 , therefore serving assets on http path.

browser -> cloudflare (ssl on) -> aws elb (port 443 port 80) -> aws ec2 (magento on port 80)

is there way have magento 2 output paths js/css/images using http(s)less approach such "//www.myseite.com/path-to-asset" or alternatively force server use https this. tries etting both secure , non secure url's https end in infinite redirect loop.

thanks in advance


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -