Hi!


Is there anybody else having problems with TG redirecting you to an HTTP site
instead of the HTTPS you used to access the page?

I've tried it with both Apache and Pound as frontends to my TG install but
when I use turbogears.redirect('/something') it sends me to a page using
HTTP and then I get a page doesn't exist error; modifying the URL to https
fixes it and is very annoying... 

The exact command I'm using is raise "turbogears.redirect(destination)"... 

Any hints on that?  I've already opened a ticket
(http://trac.turbogears.org/turbogears/ticket/632) on that but got no comments
at all...


My pound (2.0.2) https configuration is:

================================================================================
ListenHTTPS
    Address 200.146.85.212
    Port 443
    Cert "/etc/pound/certs/server.pem"
    # Both directives below fixes some IE 5.5 problems...
    Ciphers "ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL"
    Client 1

    Service
        BackEnd 
            Address 127.0.0.1
            Port 8080
         End
    End
End
================================================================================


Thanks in advance,
-- 
Jorge Godoy      <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to