Enable and Enforce SSL but allow independent ASPX page to use SSL

kayatsclest

New Member
I have a DotNetNuke website set up with Enable SSL and Enforce SSL to allow us to have both insecure pages and secure pages such as the shopping cart.However, I have an independent ASPX page (a PayPal IPN listener) that I want to be able to access through \[code\]https://\[/code\]At the moment, when a request is made to the IPN listener it automatically redirects to \[code\]http://\[/code\] and the POST data is lost.Is it possible to enable SSL for this file?
 
Back
Top