Bitcoin Forum

Other => Beginners & Help => Topic started by: GHead on July 13, 2011, 10:02:53 PM



Title: MtGox trading API from java?
Post by: GHead on July 13, 2011, 10:02:53 PM
Hi,

I'm used to java and with sockets/httpclients and stuff, but I can't get the trading API of MtGox working because it's over https and for some reason I can't find a way to pull https into java.

Can someone help me out?

Thx


Title: Re: MtGox trading API from java?
Post by: 6million on July 13, 2011, 11:32:32 PM
Try apache http-client, no need to play with sockets


Title: Re: MtGox trading API from java?
Post by: randomguy7 on July 13, 2011, 11:40:56 PM
You will have to add the startSSL.com class 2 server certificate to your truststore to be able to connect. It's not in java's default truststore.