Surf3rDud3 Posted January 29, 2019 Share Posted January 29, 2019 (edited) How would i go about disabling TLS if i cant access the panel? Is there a file i can edit? I've looked around no nothing. I dont have a cert or anything i was just using plain http. Edited January 30, 2019 by Surf3rDud3 Link to comment Share on other sites More sharing options...
sparky81 Posted April 5, 2019 Share Posted April 5, 2019 Try editing your tcadmin2_advanced.php in notepad. Find this line: $code = '<form action="'.($params["serversecure"]=='on' ? 'https':'http').'://'.$params["serverhostname"].'/Interface/Base/Login.aspx?ReturnUrl=%2fInterface%2fBase%2fHome.aspx%3fGoToServiceBillingID%3d'.$params["accountid"].'" method="post" target="_blank"> Change it to: $code = '<form action="http://'.$params["serverhostname"].'/Interface/Base/Login.aspx?ReturnUrl=%2fInterface%2fBase%2fHome.aspx%3fGoToServiceBillingID%3d'.$params["accountid"].'" method="post" target="_blank"> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now