Skip to content

Commit

Permalink
🐛 issue Tuhinshubhra#20 Ignore certificate error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhinshubhra committed Aug 14, 2018
1 parent 10723cf commit a778329
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Version 1.0.9 []
- Ignore certificate error (#20)
Version 1.0.8 [14-08-2018]
- Added new CMS:
- SilverStripe
Expand Down
3 changes: 2 additions & 1 deletion cmseek.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

import cmseekdb.basic as cmseek # All the basic functions
import cmseekdb.core as core

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

parser = argparse.ArgumentParser(prog='cmseek.py',add_help=False)

Expand Down

0 comments on commit a778329

Please sign in to comment.