Re: https and Local System account
- From: "Ken Schaefer" <kenREMOVE@xxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 24 Jan 2009 16:00:40 +1100
Hi,
I'm not sure that this is an IIS issue - IIS would respond to your request.
You probably need to take this up in an SQL Server forum if you are attempting to invoke something from an SQL Server trigger
Cheers
Ken
"Michal Valent" <valent@xxxxxxxxx> wrote in message news:uTMPJlWfJHA.5840@xxxxxxxxxxxxxxxxxxxxxxx
Hello,.
I would like to make a https call under Local System account
but I get error :
A security problem occurred.
Under another account there is no problem,
under Local System account and http call there is no problem too.
The reason to use https call under Local System account is
that I have to fire javascript from MS SQL SERVER trigger
(MSSQLSERVER service must run under Local System account)
and the javascript is making xmlhttp SSL call.
xmlhttp = new ActiveXObject('Microsoft.XMLHTTP');
var abiwsUrl = ws_uri + "/GetEnt?login=&password=";
xmlhttp.open('GET', abiwsUrl, false);
xmlhttp.onreadystatechange = HandleStateChange;
xmlhttp.send();
Can I get rid of "A security problem occurred"
anyhow in this configuration ?
thak you
miso
- References:
- https and Local System account
- From: Michal Valent
- https and Local System account
- Prev by Date: https and Local System account
- Next by Date: SSL vs Windows Integrated Security
- Previous by thread: https and Local System account
- Next by thread: SSL vs Windows Integrated Security
- Index(es):
Relevant Pages
|