Link to home
Start Free TrialLog in
Avatar of sudhirgoogle
sudhirgoogle

asked on

Help Needed in Apache https configuration

Hello Experts,

I am using centos 6.4 with apache running on it, i enabled https for URL http://ui-patterns.abc.com, after that the https://ui-patterns.abc.com url loads with missing contents where as the http url works absolutely fine. please help me to fix this issue.

The page at 'https://ui-patterns.abc.com/' was loaded over HTTPS, but displayed insecure content from 'http://ui-patterns.abc.com/sites/default/files/2014/pattern-avatars/avatar_mobile_master_details_225x140.png': this content should also be loaded over HTTPS.
 (index):470


The page at 'https://ui-patterns.abc.com/' was loaded over HTTPS, but displayed insecure content from 'http://ui-patterns.abc.com/sites/default/files/2014/pattern-avatars/avatar_Walkthrough_225x140.png': this content should also be loaded over HTTPS.
 (index):477


Uncaught ReferenceError: jQuery is not defined (index):595
Uncaught ReferenceError: jQuery is not defined
SOLUTION
Avatar of Stampel
Stampel

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Stampel
Stampel

Heard of heartbleed? Centos 6 ... 4.... sssl....

Your content should load images from right URL.
Avatar of sudhirgoogle

ASKER

is there any way so that in enforce it to https request from Apache configuration ?? via Revery proxy concept ??
is there any other alternative way so that i can enforce it to https request from Apache configuration ?? via Revery proxy concept ??
I don't see your point, why can you just not transform http to https request in your code ?
No idea what is revery
Your website should know if it is http:// or https://
You can make https-only website with http redirecting there. But still that image will be bounces over http, so first fix links in site.
sorry i mean reverse proxy
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial