Jules, I ran into a problem implementing a Clojure CLR http client for a Clojure web server. I can't remember the details off-hand but I recall that it had something to do with a static global variable in some .NET http client library and SSL certificate handling. It wasn't a problem with ClojureCLR per se, more a problem with weird implementation of the lib. I was under a lot of pressure to release the client so just rewrote it in IronPython without finishing the investigation into my problem. But if you like I could try dig out the code. Otherwise I suggest that if you are using .NET http client with SSL certs that you spike that early on.
Cheers, David On 26 March 2011 15:34, Jules <[email protected]> wrote: > Thanks for getting back to me Timothy - I'm encouraged - I'll give it a > whirl. > > Jules > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
