Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
C0D4669444y@stop I wish. Corporate has MITM SSL which makes my life a living hell at the best of days.
They may changes, I need to adapt around it 😔 -
C0D4669444y@stop certificate verify failed.
Although adding the verify=false didn't seem to work, was just getting connection errors after that, gave up and wrote the php script to do it for me instead. It's just a curl call with php args nothing complex by any means, but the verify-peer and verify-hosts being disabled works.
Not the end of the world, pros of working with multiple languages inside a corporate torture chamber 😅
Related Rants
That moment you call a php curl script to download files handed to it from a python script because the http request in python somehow get blocked by corporate bullshit, but you also need access to MS products for this script to work, which you can't do in PHP.
# FML
# Corporate "Security" is bullshit
# Fail, Adapt, Overcome
rant
python
ms office
php
why it be so complicated
multi language automation
corporate
it just downloads files ffs
hybrid scripts