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

Allow imports from self-signed SSL hosts #1412

Merged
merged 1 commit into from
Sep 11, 2013
Merged

Allow imports from self-signed SSL hosts #1412

merged 1 commit into from
Sep 11, 2013

Conversation

christopherobin
Copy link
Contributor

When working on some development environments, it may be useful to import less files from a remote host that uses a self-signed certificate. When using less 1.3.x and less, it was working without any issues, but since 1.4.x it is not possible anymore and fail silently.

This pull request adds a switch named --insecure to the binary that allows circumventing the default check made by _request_ for those specific cases, as well as an insecure option provided to the parser.

lukeapage added a commit that referenced this pull request Sep 11, 2013
Allow imports from self-signed SSL hosts
@lukeapage lukeapage merged commit 6eb992a into less:master Sep 11, 2013
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

Successfully merging this pull request may close these issues.

2 participants