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

Error: 2016SuiteSKUless munki #107

Closed
lifeunexpected opened this issue Apr 22, 2020 · 5 comments
Closed

Error: 2016SuiteSKUless munki #107

lifeunexpected opened this issue Apr 22, 2020 · 5 comments

Comments

@lifeunexpected
Copy link

I get the error below when i run 2016SuiteSKUless Munki.

Processor: OfficeSuiteSKULessVersionProvider: Error: Can't download http://macadmins.software/latest.xml: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)>

This seems to be how to solve it but im not sure how to do that.

https://github.com/autopkg/autopkg/wiki/Migrating-Custom-Processors-to-Python-3#ssl-certificate_verify_failed-certificate-verify-failed-unable-to-get-local-issuer-certificate-_sslc1076

@arubdesu
Copy link
Member

I’m inclined to push a deprecation warning and leave this in the past? I pushed 2019 versions of some of this stuff and wouldn’t expect many 2016 releases since they’re marching forward with supported versions only.
There are alternative recipes, though, that might work?

@lifeunexpected
Copy link
Author

lifeunexpected commented Apr 24, 2020

I understand that well and i looked into it and Rich Trouten has a working
OfficeSuiteSKULessVersionProvider.py that downloads the Office SKU Suite correct with autopkg 2.x . Based on your munki recipe i modified it so it works with rtroutens recipe.

This was my fault __
So it works now with autopkg manually running it but with autopkgr it doesnt work because of
this error most likely but its a start. It seems like other Microsoft recipes also might have the same issue.

munki/munki#971

And is fixed with a tip from homebysix when i used

find /path/to/munki_repo -name '[! -~]'

It showed a multiple file paths that used ÆØÅ and this isnt supported in Munki 4.0.x 4.0.3 at least so it caused a python error.

The solution was just to remove the files that showed up when i ran the command abow and now the munki recipe works correctly.

I just need to do some more work on it so it looks correctly.

autopkg/autopkg#604 (comment)


https://github.com/autopkg/rtrouton-recipes/blob/master/MicrosoftOffice365Suite/OfficeSuiteSKULessVersionProvider.py

@arubdesu
Copy link
Member

If you have a fix you'd like to contribute I'd be happy to review it 😉...

@lifeunexpected
Copy link
Author

lifeunexpected commented Apr 29, 2020 via email

@arubdesu
Copy link
Member

I see no other watchers and am just going to add DeprecationWarning to this for my version of the recipe, closing.

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