I have deployed a Pylons application on WebFaction and I am trying to use redirect_to in my controller. My page is using HTTPS. For some reason redirect_to is generating urls that are using HTTP for the protocol. I am currently getting around this problem by using the redirect function which allows you to supply a url as a string and hardcoding my urls. This works and is okay for now as my application is small, but it is very inelegant. Does anyone know why redirect_to is making urls that have HTTP and not HTTPS?
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
