[api-dev] Re: using connection and https

2011-06-09 Thread Stephan Bergmann
On Wed, May 25, 2011 at 5:46 PM, Fernand Vanrie s...@pmgroup.be wrote: Thanks again, BTW do you know who can give me more info about OO - SSL connections ? Kai, you probably can tell whether OOo is able to make https connections today, right? I simply don't remember what the current status

[api-dev] Re: using connection and https

2011-06-09 Thread Fernand Vanrie
Stephan, it can: using the UCB, but i am still confused about the posting part of it have a look at the forum http://www.oooforum.org/forum/viewtopic.phtml?t=88980 Greetz Fernand On Wed, May 25, 2011 at 5:46 PM, Fernand Vanrie s...@pmgroup.be mailto:s...@pmgroup.be wrote: Thanks

[api-dev] Re: using connection and https

2011-06-09 Thread Stephan Bergmann
Ah, sorry, didn't read the thread very carefully (just catching up with mail after vacation). -Stephan -- - To unsubscribe send email to dev-unsubscr...@api.openoffice.org For additional commands send email to

[api-dev] Re: using connection and https

2011-05-25 Thread Christian Lohmaier
Hi Fernand, *, On Wed, May 25, 2011 at 9:24 AM, Fernand Vanrie s...@pmgroup.be wrote: I trie to connect to Googleapis using OO and https ? Code: oConnector = createUnoService(com.sun.star.connection.Connector) oConnection = oConnector.connect(socket,host=www.googleapis.com,port=80) first:

[api-dev] Re: using connection and https

2011-05-25 Thread Fernand Vanrie
Christian , Thanks for your valuable help. After i succeeded to use the OO connection stuff to use Google Translations i was tempted to use the newest Google Tasks API too. Using port 443 i get no respons at all ? I left my API_Key out for security reasons. But In my working code for

[api-dev] Re: using connection and https

2011-05-25 Thread Christian Lohmaier
On Wed, May 25, 2011 at 4:01 PM, Fernand Vanrie s...@pmgroup.be wrote: Christian , Thanks for your valuable help. After i succeeded to use the OO connection stuff to use Google Translations i was tempted to use the newest Google Tasks API too. Using port 443  i get no respons at all ? As

[api-dev] Re: using connection and https

2011-05-25 Thread Fernand Vanrie
Christian , Thanks again, BTW do you know who can give me more info about OO - SSL connections ? Greetz Fernand On Wed, May 25, 2011 at 4:01 PM, Fernand Vanries...@pmgroup.be wrote: Christian , Thanks for your valuable help. After i succeeded to use the OO connection stuff to use Google