all groups > inetserver asp components > april 2005 >
You're in the

inetserver asp components

group:

looking for component that can post via SSL


looking for component that can post via SSL Usenet groups
4/18/2005 12:00:00 AM
inetserver asp components:
Have been using ASPHTTP (from serverobjects) but need a component that can
send commands over SSL -- anyone with a free or paid recommendation?

Thanks!


-----------------
www.Newsgroup-Binaries.com - *Completion*Retention*Speed*
Access your favorite newsgroups from home or on the road
Re: looking for component that can post via SSL Jason Brown [MSFT]
4/19/2005 12:00:00 AM
Last time I checked, XMLHTTP could do this (though I could be wrong on
that - I'm checking the docs now)

ah, here

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q290761

"The components do support the HTTPS protocol, but the request fails if the
server requires a client certificate."

--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

Re: looking for component that can post via SSL Kyle Peterson
4/19/2005 12:00:00 AM
to confirm

yes, it can

I use ith with my PayPal IPN scripts all the time

set objHttp = Server.CreateObject("Msxml2.ServerXMLHTTP")
objHttp.open "POST", "https://www.paypal.com/cgi-bin/webscr", false
objHttp.Send str
strRetval = objHttp.responseText


asptear can also do secure posts BTW buy it wont be installed on a server by
default


[quoted text, click to view]

AddThis Social Bookmark Button