Skip to content

Adding SSL Support (#1)#10

Merged
sinchb merged 1 commit intoquatanium:masterfrom
texnofobix:master
Jul 4, 2017
Merged

Adding SSL Support (#1)#10
sinchb merged 1 commit intoquatanium:masterfrom
texnofobix:master

Conversation

@texnofobix
Copy link
Copy Markdown
Contributor

  • Adding SSL Support

* Adding SSL Support

Enabling SSL Support on Foscams.

* Fixing SSL assumptions
Comment thread foscam/foscam.py
import ssl
ssl_enabled=True
except ImportError:
ssl_enabled=False
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not very pythonic 😃

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I see this is an old pull request. I'm interested in seeing ssl being added to the lib. what would be a better way to handle the import error?
maybe if this is the only error this could be merged and a we could have a fix commit later?
or is it ok to submit a new pull request if the author of this pull request isn't going to update this one?
thanks

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well, I will fix it later

@texnofobix
Copy link
Copy Markdown
Contributor Author

I'll admit, I'm not great with Python. I'll gladly take suggestions. :)

@sinchb
Copy link
Copy Markdown
Contributor

sinchb commented Oct 8, 2016

@sinchb sinchb merged commit d76f5b5 into quatanium:master Jul 4, 2017
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.

3 participants