NetTalk Central

Author Topic: Website not loading  (Read 3242 times)

rupertvz

  • Sr. Member
  • ****
  • Posts: 326
    • View Profile
    • Email
Website not loading
« on: March 17, 2015, 09:44:31 PM »
Hi Guys,

I have a web-server (website) accessible without any problems when running from a workstation.
However, when running the web-server on a Windows 2003 server, it runs, but is inaccessible from the server itself 127.0.0.1 (local) or the network.

I checked the firewall, opened ports, antivirus, etc.  Can't get access to the website when running from the server.

The site is running SSL, and I enabled the NetTalk extension option to show error messages.  The web-server is running without error messages.

Any ideas?

MyBrainIsFull

  • Full Member
  • ***
  • Posts: 134
    • View Profile
Re: Website not loading
« Reply #1 on: March 17, 2015, 11:09:56 PM »
two questions

does your browser show anything (error maybe) when you ask for 127.0.0.1

are you running on port 80  - ie is the NT8 server on the 2003 server running on the same port as your browser?


kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Website not loading
« Reply #2 on: March 18, 2015, 04:14:29 AM »
try running on the web server with ssl switched off. if it works, check you have the 4 ssl dll files and check their dates. Failing that make sure you connect using https.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Website not loading
« Reply #3 on: March 18, 2015, 04:45:51 AM »
Hi Rupert,

>> I have a web-server (website) accessible without any problems when running from a workstation.

I assume you deployed all the exe's, DLLs, certificate folder and web folder to the server right?
You might also want/need to run the MS VC++ Redistributable on the server;
http://www.capesoft.com/docs/NetTalk8/NetTalkWebSecure.htm#Troubleshooting

>> However, when running the web-server on a Windows 2003 server, it runs, but is inaccessible from the server itself 127.0.0.1 (local) or the network.

Firewalls are the obvious probability, but some other app running on port 443 is also a possibility. Try testing that theory by running the web server on another port.

and of course the URL in the browser should be https://127.0.0.1:nnn not http://127.0.0.1:nnn

cheers
Bruce