Hi,
Below is the steps to disable redirection from http to https in the direct admin Login page. Default Direct admin Login URL is http://domainname:2222, where 2222 is the port used by Direct admin.
The DirectAdmin configuration file is
/usr/local/directadmin/conf/directadmin.conf
Open it in a text editor like vi to view its content
It contains all the default configuration for the directadmin like port and ssl.
Search for ssl in the file
SSL=1
cacert=/usr/local/directadmin/conf/cacert.pem
cakey=/usr/local/directadmin/conf/cakey.pem
You will get the result as above which contains certificate file location for the self signed certificate the directadmin is using.
You can turn the ssl off so that it will no longer redirect from http to https.
SSL=0
Save the file and exit
Similarly if you need to change another port for directadmin Admin url you can change it in the above configuration file.
Regards
Syamkumar.M
Below is the steps to disable redirection from http to https in the direct admin Login page. Default Direct admin Login URL is http://domainname:2222, where 2222 is the port used by Direct admin.
The DirectAdmin configuration file is
/usr/local/directadmin/conf/directadmin.conf
Open it in a text editor like vi to view its content
It contains all the default configuration for the directadmin like port and ssl.
Search for ssl in the file
SSL=1
cacert=/usr/local/directadmin/conf/cacert.pem
cakey=/usr/local/directadmin/conf/cakey.pem
You will get the result as above which contains certificate file location for the self signed certificate the directadmin is using.
You can turn the ssl off so that it will no longer redirect from http to https.
SSL=0
Save the file and exit
Similarly if you need to change another port for directadmin Admin url you can change it in the above configuration file.
Regards
Syamkumar.M
No comments:
Post a Comment