Open GoogleCodeExporter opened 8 years ago
I should add, I ran into this issue when deploying a managed vm instance.
Original comment by michael....@gmail.com
on 9 Feb 2016 at 10:58
Workaround--
add the following line to skip_files in app.yaml (adding it to .dockerignore is
not enough)
- ^(.*/)?.*p12^
Original comment by michael....@gmail.com
on 9 Feb 2016 at 2:21
Thanks for the report and the detailed investigation. We'll look into working
around.
With which Python version are you experiencing this? I'm not seeing it on any
of the Python installations I have lying around (on Linux and OS X).
for python in ...; do $python --version; $python -c "import mimetypes; print mimetypes.guess_type('foo.p12')"; done
Python 2.7.6
('application/x-pkcs12', None)
Python 2.6.9
('application/x-pkcs12', None)
Python 2.7.10
('application/xpkcs12', None)
Original comment by z...@google.com
on 18 Feb 2016 at 6:32
Original issue reported on code.google.com by
michael....@gmail.com
on 9 Feb 2016 at 10:58