Python script is giving SSL error while reaching out a sharepoint site
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
- Labels:
- Python
- Sharepoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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.
