in reply to Re: Download of https Pages
in thread Download of https Pages

Thanks for your reply
1) no already checked on that, it's the same perl, because it output the same when :
print qq(@INC);
2) could you give an example for that? I don't think enviroment variables plays a role since i'm using the local batch command line when running a script on the command line.
3)no, the permissions are given and no difference
btw the problem only problems occur with https pages, with http pages it works.

Replies are listed 'Best First'.
Re^3: Download of https Pages
by marto (Cardinal) on Oct 26, 2017 at 14:27 UTC

    There's a difference between running something as a logged in user on a command prompt and having a webserver that runs as a user, with sites/app pos that can be configured to run as other uses in restrictive manners. If you want to use IIS you need to learn how this platform works. Also, you don't have to create a new thread for an existing issue.

      hi @marto, well my last thread was broad asked, so i thought a clear question would be clearer. And i tend to think it's a perl installation issue rather than a setting issue of IIS, since there is no restriction to users (checked that too).

        It works on the command line but not in the browser is something of a meme around here. Perl doesn't know anything about IIS. Your assumptions have not worked out well so far.