Hi All,
I have deployed asp.net application on IIS7 with SSL certificates configured in IIS. What I am seeing is when I open the link remotely with "https:// ", the site is taking huge time.
I came to know that for accessing site with SSL(Security Socket Lawyer) certificate takes 5-5 times more as it encrypts and decrypts the site for each call.
To by pass this we might have to use SSL offloaders., From my research I found there is one available vertual offloader for java (Pound) which is compatable with unix flavors but here I need it for windows.
If you have any info on available offloaders for windows please pass it to me.
Thanks & Regards,
Srinivas