Search found 2 matches
- Tue Oct 07, 2014 8:57 pm
- Forum: Web Server
- Topic: https:// returns ERR_CONNECTION_TIMED_OUT
- Replies: 2
- Views: 5400
Re: https:// returns ERR_CONNECTION_TIMED_OUT
Hi, 1. The problem could be caused by a few things: a) Apache and Nginx don't listen the port 443. To check it run: netstat -nlp | grep :443 in shell and look if some service handles requests coming to the port 443. b) The port 443 is blocked by the firewall on your local computer or on your server....
- Mon Oct 06, 2014 2:05 pm
- Forum: Web Server
- Topic: [Bug] Adding IDN
- Replies: 1
- Views: 3220
Re: [Bug] Adding IDN
Hi,
Convert it to punycode and add the converted domain name. I believe you should add "xn--ek-zia.dk"
Convert it to punycode and add the converted domain name. I believe you should add "xn--ek-zia.dk"