I tried the 2 additional object settings. Neither worked. I'm showing below the setting I used and what error I got.
Set objHttp = Server.CreateObject("MSXML2.ServerXMLHTTP.6.0")
msxml6.dll error '80072f7d'
An error occurred in the secure channel support
/test_tls_032618.asp, line 5
Set objhttp = Server.CreateObject("MSXML2.XMLHTTP.6.0")
msxml6.dll error '80070005'
Access is denied.
/test_tls_032618.asp, line 5
Set objHttp = Server.CreateObject("WinHTTP.WinHTTPRequest.5.1")
WinHttp.WinHttpRequest error '80072f7d'
An error occurred in the secure channel support
/test_tls_032618.asp, line 5
Here's information on our software:
We have SQL Server 2012 Express installed.
Here's what I see through SQL Mgmt Studio properties:
Product Name: Microsoft SQL Server Express Edition (64-bit)
Product Version: 11.0.6020 SP3
The server has Windows 2012 Server installed.
Here's what I see when I check under the Control Panel/Systems:
Windows Server 2012 Standard
Platform: NT x64
Operating System: 6.2 (9200)
I also sent information to our server people and copied MS (who is helping them) to let them know that their changes did not fix the authorize.net connection issue.
Thanks,
Alexis