I have an SSL only server running Nginx. I'm not using any rails SSL gems, just 
forcing SSL in Nginx and redirecting http requests to https.

In the user activation and forgot password emails I am getting weird links. The 
“activate_from_email_url” and “reset_password_from_email_url” helpers are 
generating links like this:

http://MYSERVER:443/users/etc..etc

So a http link but pointing to the https port. Most browsers don't have an 
issue and figure it out. But some, like Chrome, choke.

Running on the development machine doesn't have this problem. Regular links 
with no port specified, which is what I want on Nginx but with SSL links.

How do I modify those links to use https and drop the port specification?

Thanks,
Nathan

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hobousers+unsubscr...@googlegroups.com.
To post to this group, send email to hobousers@googlegroups.com.
Visit this group at http://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to