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

Add option to allow insecure SSL certificate during 'update_vendors()' #15

Open
mpenning opened this issue May 3, 2023 · 2 comments
Open

Comments

@mpenning
Copy link

mpenning commented May 3, 2023

If you're behind a corporate proxy or other internet security device, downloading the latest client mac vendor DB may find unknown certificates in the lookup path...

from mac_vendor_lookup import MacLookup

obj = MacLookup()
obj.update_vendors()
oui_vendor = obj.lookup("aa:bb:cc:dd:ee:ff")

Running this yields...

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1007)

Please add an option to bypass ssl certificate checks during update_vendors()

@BUZZARDGTA
Copy link

UP @bauerj

@BUZZARDGTA
Copy link

Using the code example above, it works on my main PC but not on a fresh new Windows 10 VM.

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

No branches or pull requests

2 participants