Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL Option #3

Closed
jwo opened this issue Jun 18, 2010 · 2 comments
Closed

SSL Option #3

jwo opened this issue Jun 18, 2010 · 2 comments

Comments

@jwo
Copy link

jwo commented Jun 18, 2010

Hey, not a huge deal, but this ended up preventing me from utilizing

built_url = "http://#{url_params[:host]}"

If you were to change to something like

protocol = url_params[:protocol] ||= "http"
built_url = "#{protocol}://#{url_params[:host]}"
@jwo
Copy link
Author

jwo commented Jun 18, 2010

oh sorry, so what I needed was HTTPS, not just http

@gdi
Copy link
Collaborator

gdi commented Jun 18, 2010

Done and pushed. This will be available in v0.4.4 once rubygems.org starts playing along. Thanks for the request, let me know if it doesn't do what you expect or you have any other quick suggestions like this. Thanks!

-mhw

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant