Having problem with https while redirecting

Hi All,

I am having problem with https now, i have installed https
successfully, now my website is working , but the problem is , after
logged in successfully , while redirecting the page, its displayed only
http:// only instead of https,

Atpresent i am using instant rails, and i using the apache in windows
2000, i am trying so far to solve this problem , but i couldn’t, please
help me to solve this problem, Thanks in advance.

Take a look at the ssl_requirement plugin
http://agilewebdevelopment.com/plugins/ssl_requirement

Vidya V. wrote:


Sincerely,

William P.

On Sep 25, 2007, at 4:36 PM, William P. wrote:

Take a look at the ssl_requirement plugin
http://agilewebdevelopment.com/plugins/ssl_requirement

Secure Actions is another option.

http://agilewebdevelopment.com/plugins/secure_actions

together with the fix for the gotcha blogged here:

Advogato: Blog for fxn

With SSL Requirement you need to take care of the protocol, otherwise
the action travels in clear and a redirection is done, by that time
the password is alredy taken. Secure Actions generates links with the
right protocol.

– fxn