Login  
Search All Forums
Dart Home | PowerTCP Web for ActiveX | Custom Development Reply | PowerTCP Web for ActiveX Topics | Forums   
AuthorForum: PowerTCP Web for ActiveX
Topic: error loading the SSL libraries
User1025

Posts: 2
Member Since: 12/01/00
posted December 1, 2000 12:09 PM

Hi Guys,
I'm trying to post data to a file via ssl and I want to display the result on my webpage.
My environment is a NT4.0 Server with ssl and the remote server is a Sun Solaris Spark engine with ssl as well.(sounds funny somehow?)
But I always get this error message:
The application experienced an internal error loading the SSL libraries.
When I'm trying this with two NT servers no problem.
Any suggestions?

Here is my source:
<%
Dim Result
Dim Http1
Set Http1 = Server.CreateObject("Dart.Http.1")
Http1.Timeout = 200000
Http1.Cache = False
Http1.Url = "https://www.someserver.com/prod/bewerbung/netbewer.nsf/xmlexportdoc/xmldoc/"

Data = "username=somename&password=somepass"
Result = ""

Http1.Post Data ,, Result
Response.Write(Result)
%>
 

Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted December 1, 2000 12:59 PM


Some other people have gotten this error also. As far as I know, they never found a solution. The error is coming from WININET.DLL, so you may want to check with Microsoft.
User1025

Posts: 2
Member Since: 12/01/00
posted December 4, 2000 6:56 AM

I found a solution for this problem.
It depends on the encryption level you're using with your IE on your server were the DART Object is installed.
I installed the newest(5.5) version of IE and the newest security pack on my server.
And for some reason I don't know it worked!

Check out wether the checkbox USE SSL 3.0 in ->Internetoptions ->Advanced-> is active!
Thanks for your support
Alisan
Reply | PowerTCP Web for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX