H2H Posted December 4, 2007 Share Posted December 4, 2007 Hi peeps, Simple question If I have an SSl for secure.domainname.com and WHMCS is installed in /public_html/whmcs Will that work or does the ssl have to be secure.domainname.com/whmcs reason I ask is because cert is installed and working at https://domainname.com but as soon as you try and go to client/order area etc it comes up as part encrypted and a Warning: Contains unauthenticated content. WHMCS System URL is correct and WHMCS SSL System URL is correct. Either we have to put everything in root or change the SSl to secure.domainname.com/whmcs Any pointers/tips would be appreciated. Cheers 0 Quote Link to comment Share on other sites More sharing options...
bear Posted December 4, 2007 Share Posted December 4, 2007 No it doesn't have to be in a special directory. Chances are you have some element hard coded to use the non-SSL path. Can you post a link to the page that's causing the problem so we can help you figure this out? 0 Quote Link to comment Share on other sites More sharing options...
H2H Posted December 4, 2007 Author Share Posted December 4, 2007 You have MSN m8? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted December 4, 2007 Share Posted December 4, 2007 Unless you don't want to show the URL publicly for some reason (odd, that), it's better to discuss it here in the forum. That way others can help, and maybe someone can get help with thier issue... 0 Quote Link to comment Share on other sites More sharing options...
H2H Posted December 4, 2007 Author Share Posted December 4, 2007 I just changed the url from billing to members and re-issued the licence having problems with links now working now. Site is http://www.host2host.com.au and ssl is https://secure.host2host.com.au Sites still a work in progress. Thanks for any help! 0 Quote Link to comment Share on other sites More sharing options...
H2H Posted December 4, 2007 Author Share Posted December 4, 2007 Url set in Admin config to https://secure.host2host.com.au/members/ You will see what happens when you got to the below url. https://secure.host2host.com.au/members/clientarea.php 0 Quote Link to comment Share on other sites More sharing options...
bear Posted December 4, 2007 Share Posted December 4, 2007 It's your Flash header: <param name="movie" value="http://www.host2host.com.au/flash/header_v8.swf"> If that isn't also called via the SSL URL, it will produce that error. Check all links within that object. 0 Quote Link to comment Share on other sites More sharing options...
H2H Posted December 4, 2007 Author Share Posted December 4, 2007 Cheers the file was linked outside the secure area, we changed the header of the unsecure style sheet path to the secure one. All is now working. 0 Quote Link to comment Share on other sites More sharing options...
ukdeveloper Posted February 22, 2008 Share Posted February 22, 2008 I have just started working on my first templet for my site, and the MAIN site is outside SSL. WHMSC is inside SSL under a new cpanel account (http://billing.) I put a flash header in my template files and every link causes the "this page contains secure and nonsecure items" popup. It's more annoying than anything else. I know its something to do with the flash file, but I really don't know how to solve it. Any help would be great. Main URL: http://www.megadealhosting.com/newsite2/ WHMCS install: http://billing.megadealhosting.com/ I really hope i have explained this well enough as i say this is my first project. Carl. 0 Quote Link to comment Share on other sites More sharing options...
lynnette Posted February 22, 2008 Share Posted February 22, 2008 You'll find in the code for the flash a link to http://www.macromedia something we had to change ours to go to https://www.macromedia 0 Quote Link to comment Share on other sites More sharing options...
ukdeveloper Posted February 22, 2008 Share Posted February 22, 2008 hi, it is already https as you can see below: <param name="movie" value="https://billing.megadealhosting.com/clientarea/templates/megadeal/0298.swf" /> <param name="quality" value="high" /> <embed src="https://billing.megadealhosting.com/clientarea/templates/megadeal/0298.swf" width="731" height="198"></embed> 0 Quote Link to comment Share on other sites More sharing options...
lynnette Posted February 22, 2008 Share Posted February 22, 2008 No I meant the actual code to macromedia not your flash file, sorry if I wasn't clear on that. 0 Quote Link to comment Share on other sites More sharing options...
ukdeveloper Posted February 22, 2008 Share Posted February 22, 2008 You are now my all time hero! or heroine!! LOL 0 Quote Link to comment Share on other sites More sharing options...
FrankZoid Posted December 6, 2008 Share Posted December 6, 2008 SO it looks to me that the link to WHM is acausing this on my site, and I suppose I must pay to remove branding if I want the SSL to come up with no error? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted December 6, 2008 Share Posted December 6, 2008 SO it looks to me that the link to WHM is acausing this on my site, and I suppose I must pay to remove branding if I want the SSL to come up with no error? The branding won't cause the issue, it has to be something within the page that's causing it. A link off the page doesn't need to be secure, it's only elements that are included to be displayed *on* the page that matter. Show the page with the error, and it should be easy to spot. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted December 6, 2008 Share Posted December 6, 2008 This is causing the problems in your header.tpl... check in that css for full url links as well <link href="http://megadealhosting.com/style.css" rel="stylesheet" type="text/css"> 0 Quote Link to comment Share on other sites More sharing options...
FrankZoid Posted December 8, 2008 Share Posted December 8, 2008 Any page that calls SSL, for example https://www.richmondwebsitehosting.com/cart.php. Thanks, Frank 0 Quote Link to comment Share on other sites More sharing options...
bear Posted December 8, 2008 Share Posted December 8, 2008 It's your hit counter: src="http://www.statcounter.com/counter/counter_xhtml.js"> 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted December 8, 2008 Share Posted December 8, 2008 (edited) The SSL cert comes up here as not verified by an authority EDIT: No fine it just was to view the issuer statement Edited December 8, 2008 by sparky 0 Quote Link to comment Share on other sites More sharing options...
FrankZoid Posted December 8, 2008 Share Posted December 8, 2008 Thank you!!! Statcounter offers an SSL option for upgraded accounts, so I was able to fix this by changing the code. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted December 8, 2008 Share Posted December 8, 2008 You're welcome, Frank. Glad to help out. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.