|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
Xml Iis 6
OK here's my issue: I've been using a Response/Request xml data transfer and it worked fine until we move our site from a windows 2000 server to windows 2003. Now I'm getting an error that says "The host name in the certificate is invalid or does not match". It is true that our vendors name on their ssl certificate does not match the domain that I'm posting to. Is this a security difference between IIS 5 & 6? Is there a setting in IIS 6 that I can change to tell it to trust our vendors certificate, or any other work around would suffice.
Set poster = Server.CreateObject("MSXML2.ServerXMLHTTP") poster.open "POST", "https://www.someurl.com", false poster.setRequestHeader "CONTENT_TYPE", "text/xml" poster.send (SendDoc) *error happens here Your input is appreciated |
|
#2
|
|||
|
|||
|
I'd recommend you check with the certificate provider.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Xml Iis 6 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|