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

Issue in usage in secured-corporate environment due to SSL certificate verification [BUG] #93

Open
shivkatira opened this issue Aug 3, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@shivkatira
Copy link

shivkatira commented Aug 3, 2023

Describe the bug
Facing issue due to SSL certificate verification case in secured corporate environment.

To Reproduce

#Steps to reproduce the behavior:
import spacy
import contextualSpellCheck

nlp = spacy.load('en_core_web_sm')
contextualSpellCheck.add_to_pipe(nlp)
doc = nlp(text)
print(doc._.outcome_spellCheck)

Expected behavior
Parameter to turn SSL verification False.

Version (please complete the following information):

  • contextualSpellCheck [e.g. 0.3.0]
  • Spacy: [e.g. 2.3.2]
  • transformers [e.g. 3.1.0]
@shivkatira shivkatira added the bug Something isn't working label Aug 3, 2023
@shivkatira shivkatira changed the title Issue in installation and usage in secured-corporate environment due to SSL certificate verification [BUG] Issue in usage in secured-corporate environment due to SSL certificate verification [BUG] Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant