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

Fixed validation of server certificates #149

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

Conversation

Gargravarr2112
Copy link

On Windows 10 (for certain), instantiating an X509Store defaults to the MY (i.e. user) certificate store. For new users, this is empty. System-wide CA certificates are held in the Root store. This constructor sets this explicitly. Doing so allows the server SSL certificate to be validated against the system CA cache.

…A certificates will be stored in the root store.
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.

1 participant