I have a legacy ASP application that uses FSO (Scripting.FileSystemObjec) to copy a file from the web box to a network share. Since we have upgraded the server to HTTPS, the file copy is slower. Can I attribute this to the HTTPS upgrade or some other factors??

AHIA, LarryR...

link|improve this question

It got nothing to do with the HTTPS, more likely it's due to upgrading the server itself (e.g. Windows 2008 Server) or installing patch. – Shadow Wizard Jul 20 '11 at 6:32
feedback

1 Answer

up vote 2 down vote accepted

HTTPS is used for the communication between client (browser) and the webserver.

as you copy your file from the webserver to another server https is not used for that...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.