Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Python script is giving SSL error while reaching out a sharepoint site

Shrivas9
6 - Meteoroid

Hello,

We are facing this issue while running a python script in alteryx while reaching out sharepoint site over the server.

The error says :

(Caused by SSLError(SSLError("bad handshake: SysCallError(-1, 'Unexpected EOF)

This was running fine but off lately it started giving this error.

It looks like it has something to do with SSL certificate verification over sharepoint site and is getting failed here.

Any leads on the issue is appreciated.

2 REPLIES 2
jonnyrask
8 - Asteroid

This is a python question - not a necessarily an Alteryx, but some quick googling gives some results - https://stackoverflow.com/questions/47142848/python-sslerror-bad-handshake-unexpected-eof

 

try and install this package - ndg-httpsclient

 

Shrivas9
6 - Meteoroid

Thanks for writing back,.

But the problem here is the workflow was running fine earlier, and a month back this error started coming.

We wanted to understand what could have possibly gone wrong.

Also the problem is coming up while running workflow over the server/Gallery.

Any further details on this would be very helpful.

Labels