Posted by J.O. Aho on 01/11/06 15:13
Marcel wrote:
> Hello all,
>
> I want to execute a PHP script that is in a SSL secured directory through a
> scheduled task on a win2k3 server.
>
> The problem is that because the PHP script is in the SSL secured directory
> this won't work because no SSL-certificat can be checked.
>
> Does anyone have encounterd the same problem.
>
> Is there a solution? The systemadministrator's idea was to put the script in
> a 'normal' directory (without SSL) but maybe there's another solution?
>
> Is openssl a solution?
If the server has a working 'https', then no additional ssl layer is needed.
The question is how had you in mind to execute the script?
Is this a script that anyone could execute?
Do you need to auth yourself to execute it?
wget is a tool that can be used.
Does the script need to be executed each X <timeunit>?
This should be able to be added to the schedule with help of a small batch
script where php.exe is used to execute the script.
//Aho
[Back to original message]
|