Jump to content

SSl Error Accessing Cpanel/Webmail From Client area


scott74

Recommended Posts

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

Link to comment
Share on other sites

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>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated