scott74 Posted December 1, 2012 Share Posted December 1, 2012 Clients are getting sent to a secure link when clicking on access cpanel or webmail from the service / my services / view details page. I have an ssl on my main domain with private nameservers.. Host Gator says its because its going from Private ssl on my domain to shared onses on cpanel... How do I make this work see here or at least make those links not have the https in them so they dont get the warnings.. Only thing Hosting Comany recommended was getting a dedicated server.... Do you guys have fix for this? /http://screencast.com/t/FDTYW7v5 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Chris Posted December 6, 2012 Share Posted December 6, 2012 Hello, This is not a bug - please place your requests in the appropriate forum section in the future. It sounds like you've enabled Secure Connection in the server settings within the WHMCS admin area. This is defined in: # cat modules/servers/cpanel/clientarea.tpl {if $producttype=="hostingaccount"} <form action="http{if $serversecure}s{/if}://{if $serverhostname}{$serverhostname}{else}{$serverip}{/if}:{if $serversecure}2083{else}2082{/if}/login/" method="post" target="_blank"> <input type="hidden" name="user" value="{$username}" /> <input type="hidden" name="pass" value="{$password|htmlentities}" /> <input type="submit" value="{$LANG.cpanellogin}" class="modulebutton" /> <input type="button" value="{$LANG.cpanelwebmaillogin}" onClick="window.open('http{if $serversecure}s{/if}://{if $serverhostname}{$serverhostname}{else}{$serverip}{/if}:{if $serversecure}2096{else}2095{/if}/')" class="modulebutton" /> </form> 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.