When I try to login to CWPpro terminal I got this error:
"ERROR:To use the terminal it is necessary to have a valid hostname configured"
I must admit I have been struggling quite a bit on how to set up the hostname. But finally got it right.. err..
untill I got that error.. it clearly is not.
I have set the hostname as a subdomain A record in mydomains DNS zone. : host.mydomain.com.
I also gives me the option(link) to set a new hostname, but that screws up the SSL settings!
This is my DNS Zone record:
; Generated by CWP
; Zone file for mydomain.com
$TTL 14400
mydomain.cum. 86400 IN SOA ns1.mydomain.cum. admin.mydomain.cum. (
2013071600 ; serial, todays date+todays
86400 ; refresh, seconds
7200 ; retry, seconds
3600000 ; expire, seconds
86400 ) ; minimum, seconds
mydomain.cum. 86400 IN NS ns1.mydomain.cum.
mydomain.cum. 86400 IN NS ns2.mydomain.cum.
mydomain.cum. IN A 5.189.164.84
localhost.mydomain.cum. IN A 127.0.0.1
mydomain.cum. IN MX 0 mydomain.cum.
mail IN CNAME mydomain.cum.
www IN CNAME mydomain.cum.
ftp IN CNAME mydomain.cum.
; Add additional settings below this line
_dmarc 14400 IN TXT "v=DMARC1; p=none"
host 14400 IN A 5.189.164.84 ; #subdomain host.mydomain.cum
xxx 14400 IN A 5.189.164.84 ; #subdomain xxx.mydomain.cum
ns1.mydomain.cum. 14400 IN A 5.189.164.84 ; #ns1
ns2.mydomain.cum. 14400 IN A 5.189.164.84 ; #ns2
English is not my first language, so forgive me for misspelling.