brysontyrrell / Update-App-Info

A script that will read all published App Store apps in the JSS and update their titles, versions and descriptions.
MIT License
7 stars 0 forks source link

SSL Error... #2

Closed skoontastic closed 4 years ago

skoontastic commented 9 years ago

I just tried the script for the first time and get this error:

an error occurred during the request: URLError: [Errno 1] _ssl.c:507: error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure
check the server URL used and try again

We use a self-signed cert, so I'm wondering if that's the issue.

brysontyrrell commented 9 years ago

What platform are you on? There is a fix for this that I can apply from another script (Static Group From Search).

skoontastic commented 9 years ago

Server and client are Macs. Server is 10.9, client is 10.10.

skoontastic commented 9 years ago

Hi Bryson, any idea on this? I really appreciate the help. This would be a huge thing for us!

brysontyrrell commented 9 years ago

@skoontastic I'm going to update the script to use the requests instead of urllib2 and include icon uploading. That should address the sslv3 handshake error at the same time. I have a fix for it with urllib2 from another script, but as I need to switch to handle the icons I don't think I'll bother working it in there.

I'll shoot you an update to try the updated version.

skoontastic commented 9 years ago

Sounds good, thanks!

skoontastic commented 8 years ago

Hi Bryson, any movement on this? We're starting school and I have hundreds of apps to comb through, so this would be an outstanding tool!