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: 128 bit https connection
User964

Posts: 4
Member Since: 01/03/01
posted January 16, 2001 6:26 AM

Hi,

I'm trying your web tool component to send a 128 bit encrypted XML Data post with asp

At the moment i can send my data using http.

When I change the URL to https:// the server doesn't receive any data though.

I use Windows 2000 Server to send the data. The following code does the job:

----
Set Http1 = Server.CreateObject("Dart.Http.1")
Set Header = Server.CreateObject("Dart.Dartstrings.1")
Http1.Timeout = 15000
Http1.Url = "https://testserver.net"
Header.Add "Content-Type: text/plain"
string = "<XML>blah blah</XML>"
Http1.Post string, Header, Data
----

Is there something i do wrong?

Thanks in advance,

Martijn Bolt
Tony Priest



From: Utica, NY USA
Posts: 8466
Member Since: 04/11/00
posted January 16, 2001 9:32 AM


What error do you get?
Sounds like "testserver.net" does not have a secure server running on port 443.

Tony Priest
Dart Tech Support
Reply | PowerTCP Web for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX