Message 1 of 8
[Python] Outdated version of OpenSSL on Mac ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I was working on my contribution Github2Fusion360 and I faced a problem to access Github server on Mac :
Fail to reach a server [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:720)
I tried to use PROTOCOL_TLSv1_1 but it didn't work. This protocol is only available with OpenSSL version 1.0.1+ and Fusion 360 works with OpenSSL 0.9.8 on Mac
On Windows :
>>> import ssl >>> ssl.OPENSSL_VERSION OpenSSL 1.0.2j 26 Sep 2016
On Mac :
>>> import ssl >>> ssl.OPENSSL_VERSION OpenSSL 0.9.8zh 14 Jan 2016
It seems to be a mistake during compilation because Fusion 360 is distributed with the same file "ssl.py" on Windows and on Mac
Thanks
Jérôme Briot, Freelance engineer - Mechanical design and prototyping
3D Print Plus / Pro | IDF Import | GitHub To Fusion 360 | Tube Bending Data Exchanger | Slice Data Export
Memory Used | Basic Calculator | Check Computer Specifications | Import spline from any CSV file