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

added SCRAPYD_SERVER HTTPS support #230

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ritikkumarsahu
Copy link

Currently Scrapydweb doesn't support Scrapyd Server hosted remotely with HTTPS. I have Added the support for https.

SCRAPYD_SERVERS = [
('', '', 'https', example.com', '443', '')
]

@pep8speaks
Copy link

Hello @ritikkumarsahu! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 393:121: E501 line too long (121 > 120 characters)

Line 183:121: E501 line too long (169 > 120 characters)

Line 20:121: E501 line too long (127 > 120 characters)

Line 56:121: E501 line too long (138 > 120 characters)
Line 69:121: E501 line too long (138 > 120 characters)

Line 287:121: E501 line too long (175 > 120 characters)

Line 368:121: E501 line too long (167 > 120 characters)

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.

None yet

2 participants