NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: astahl on July 16, 2015, 03:58:43 AM

Title: NT 8.56 redirect problem!!!
Post by: astahl on July 16, 2015, 03:58:43 AM
Downloaded and installed NT 8.56, along with new StringTheory, and Xfiles.

Compiled app with no problems.
Uploaded to our website and I get problem loading page error.
I am redirecting from http://www.mycustommailing.com using port 80 to https://www.mycustommailing.com using port 443.

If one tries to use url https://www.mycustommailing.com nothing happens on the NT Server.
If one tries to use url http://www.mycustommailing.com the server displays one line see below.

GET / HTTP/1.1
Host: www.mycustommailing.com
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
DNT: 1
Connection: keep-alive


It never redirects to the secure NetWebServer

Site no longer works.

Any suggestions will be appreciated.



Ashley
Title: Re: NT 8.56 redirect problem!!!
Post by: Vinnie on July 16, 2015, 04:02:39 AM
Note sure as I have not upgraded to 8.56 from 8.55 but 8.55 had new SSL DLLs

Have you updated the SSL dlls onto your server.

Cheers

Vinnie
Title: Re: NT 8.56 redirect problem!!!
Post by: astahl on July 16, 2015, 04:16:57 AM
Hi Vinnie,

Yep did that and also checked the version to make sure they were all 1.02d.

Copied the Web folders to the site.

I guess I could take the secure redirect out to get it working, but hate to do that!


Ashley
Title: Re: NT 8.56 redirect problem!!!
Post by: astahl on July 16, 2015, 04:35:31 AM
Hi All,

I removed the redirect out of the WebHandler proc and tried to access the website with no luck.

I then changed the port to 80 and unticked the "Use SSL to make server secure" and now it works.

So there is definitely something wrong with SSL and/or redirecting to a secure server WebHandler proc.


Ashley
Title: Re: NT 8.56 redirect problem!!!
Post by: Bruce on July 16, 2015, 10:50:46 PM
Ashley - I've emailed you directly - I've not been able to duplicate this problem here, it seems to affect a very narrow set of machines - but perhaps you can help me narrow it down.

cheers
Bruce
Title: Re: NT 8.56 redirect problem!!!
Post by: astahl on July 17, 2015, 03:05:22 AM
Hi Bruce,

Bruce I tried the suggestion you had given to Stu on trying the 1.02c dll's and happy  ;D to report the website now works in SSL mode.

Now my only question why don't the 10.2d OpenSSL dll's work? I also am running on a WIN 2008 R2 64bit server.


Ashley