Dart Home | PowerTCP Web for ActiveX | Custom Development | Reply | PowerTCP Web for ActiveX Topics | Forums |
Author | Forum: PowerTCP Web for ActiveX Topic: SSL causes an endless loop; have to kill process. |
jimkane From: Universal City, TX USA Posts: 5 Member Since: 10/07/03 |
posted October 8, 2003 4:20 PM I've been writing and application that uses the web tool to exchange info with a asp.net application and all is going well using http async. We just got Thawte Super Certs for the load balanced servers (IIS of win2K) and switched to SSL. I can send a request to the server just fine on ssl (security set to 3). After receiving all the bytes of the response back from the server it goes into an infinate loop. I logged it and this is what I saw. It just goes back and forth between state 8/9 or Receiving response/Response Received for ever. Used CTLALTDELETE after about 5 minutes and seeing my log file grow to over 5 Meg. We tried buffering on and off - same result. ...normal events for sending the request then: 10/08/2003 14:48:58||progress=2 total=12 sofar=12 10/08/2003 14:48:58||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:48:58||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:48:58||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:48:59||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:48:59||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:48:59||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:48:59||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:48:59||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:48:59||progress=2 total=8192 sofar=8192 10/08/2003 14:48:59||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:48:59||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:48:59||progress=2 total=16362 sofar=16362 10/08/2003 14:48:59||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:48:59||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:48:59||progress=2 total=24554 sofar=24554 10/08/2003 14:48:59||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:48:59||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:48:59||progress=2 total=31644 sofar=31644 10/08/2003 14:48:59||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:48:59||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:48:59||progress=2 total=31744 sofar=31744 10/08/2003 14:48:59||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:49:00||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:49:00||progress=2 total=39936 sofar=39936 10/08/2003 14:49:00||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:49:00||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:49:00||progress=2 total=45159 sofar=45159 10/08/2003 14:49:00||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:49:00||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:49:00||progress=2 total=45257 sofar=45257 10/08/2003 14:49:00||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:49:00||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:49:00||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:49:00||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:49:00||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:49:00||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:49:00||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:49:00||eventid=1 thestate=9 thetext=Response received 10/08/2003 14:49:00||eventid=1 thestate=8 thetext=Receiving response 10/08/2003 14:49:00||eventid=1 thestate=9 thetext=Response received |
jimkane From: Universal City, TX USA Posts: 5 Member Since: 10/07/03 |
posted October 8, 2003 4:22 PM Typo in my previous message - meant to say IIS5 on windows 2k for the web server. |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted October 8, 2003 4:43 PM Please explain exactly how to duplicate this. If necessary, send a simple project to support@dart.com with the subject "Files for topic 3545" Also, I'm curious why you are using the Web control in ASP.NET. The Web control uses WININET.DLL which Microsoft recommends you don't use in an ASP enviroment. This is why we created the WebASP control (part of the Web Enterprise Tool) |
jimkane From: Universal City, TX USA Posts: 5 Member Since: 10/07/03 |
posted October 8, 2003 5:19 PM I am not using the web tool in a ASP.NET application. I am using it in a desktop win32 application written in a c-like language called Clarion. The HTTPS URL I am calling is the url for an asp.net page (url ends in aspx). I thought that might be significant. I'll send an email to support@dart.com with the url of the asp.net application I am trying to interoperate with plus some instructions and you can try it. Keep in mind this application works well with HTTP but soon as I change to HTTPS I have trouble so I doubt the language calling the web tool is an issue. |
Reply | PowerTCP Web for ActiveX Topics | Forums |
This site is powered by
![]() |