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

Missing dependency on LWP::Protocol::https #27

Closed
rafl opened this issue Jan 6, 2013 · 1 comment
Closed

Missing dependency on LWP::Protocol::https #27

rafl opened this issue Jan 6, 2013 · 1 comment

Comments

@rafl
Copy link

rafl commented Jan 6, 2013

Facebook requires the use of HTTPS rather than plain unencrypted HTTP and your module uses LWP indirectly to speak HTTP(S). In order to ensure LWP being able to talk HTTPS, which you'll need to keep your tests from failing, you will need to add a dependency on LWP::Protocol::https.

@rizen
Copy link
Owner

rizen commented May 30, 2014

We don't use LWP::Protocol::https anymore. Thought I closed this before, but must not have.

@rizen rizen closed this as completed May 30, 2014
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

2 participants