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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -