Re: [racket-users] M1 Mac exe SSL error

2021-10-22 Thread Mike Engelhart
Hi Matthew Thanks for the fast reply! Well I have to apologize - I had skipped the "dist" step. For some reason I assumed incorrectly the dist was if you were building for another OS vs hardware architecture. I ran your test as well and it worked perfectly. Thanks again! Mike On Fri,

Re: [racket-users] M1 Mac exe SSL error

2021-10-22 Thread Matthew Flatt
At Fri, 22 Oct 2021 17:24:30 -0400, Mike Engelhart wrote: > I wanted to build a binary to send to a colleague to test it (who > isn't a programmer and doesn't have Racket installed) but when I > build it on my intel Macbook Pro and then send it to my M1 iMac That should work. I tried this small

[racket-users] M1 Mac exe SSL error

2021-10-22 Thread Mike Engelhart
Hi all I'm new to Racket so this may be explained somewhere although searching the web I couldn't find anything related to this. I'm working on my first real project in Racket and it leverages http-easy to do some simple API calls and processes the responses. I wanted to build a binary to send