Markus Pfundstein
Markus Pfundstein
Same on firefox, Macbook Air 2014
Hi esheldon, it was my first time building a python library so I just "hacked" the changes into it. if platform.system()=='Darwin': extra_compile_args=['-arch','i386','-arch','x86_64'] extra_link_args=['-arch','i386','-arch','x86_64'] elif platform.system() == "Windows": extra_compile_args=[] extra_link_args=['C:\MinGW\lib\gcc\mingw32\4.8.1\libgcc.a', '']...
Hi @gjy3035 , do you have a solution available for this?
+1. Just encounted this issue as well and the fix fixes it
So far I figured out that client_key and client_crt must look as follows: client_key: "-----BEGIN PRIVATE KEY-----\n
is this even maintained anymore?