Search found 1 match

by mdahal01
Mon Jul 06, 2020 12:44 am
Forum: Programs, Libraries and Tools
Topic: urequests to cad.onshape.com
Replies: 0
Views: 1487

urequests to cad.onshape.com

I am running this on EV3 micropython and have also tested on pyboard. I am trying to make api calls to cad.onshape.com but I keep getting ssl handshake error -40. I stripped down the code to bare minimum and here it is. import ussl import usocket port =443 host=b'cad.onshape.com' #host=b'www.google....