You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@taverna.apache.org by Larry Akah <la...@gmail.com> on 2015/03/29 19:25:48 UTC

Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna Mobile

Hello,
As concerns the SSL support in the Taverna worklow app, i wish to ask what
client certificates i could use and the ssl links for the workflows.
Thanks

2015-03-11 13:25 GMT+01:00 Larry Akah <la...@gmail.com>:

> Seems like i have already subscribed to the mailing list. However, i have
> still sent a subscription request as requested.
>



-- 
*Akah Larry N.H*

*Lead Software Engineer @ GiftedMom*
*Software Engineer @ IceTech Inc*
*Web And Mobile Software Developer*

Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna Mobile

Posted by E m <ed...@yahoo.it>.
Hi Larry, with HttpsURLConnection, which, as you said, is the one currently used by the App, you can simply code your own custom SSLSocketFactory and then use X509TrustManager(http://docs.oracle.com/javase/7/docs/api/javax/net/ssl/X509TrustManager.html). I think this is also supported by the Apache client, so it's up to you, if you don't want to refactor the whole thing. 
I think the app needs some good refactoring, even in terms of UI, so I think I'll take a decision on the go, instead of starting from what it's in there. You also need to consider all the dependencies involved, not sure if there are any collisions. 
Edoardo      Da: Larry Akah <la...@gmail.com>
 A: dev@taverna.incubator.apache.org; E m <ed...@yahoo.it> 
 Inviato: Domenica 29 Marzo 2015 19:53
 Oggetto: Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna Mobile
   
yeah sure, but now full implementation goes with HttpsURLConnection. We
could have more control with this class than with the others.

2015-03-29 18:48 GMT+01:00 E m <ed...@yahoo.it>:

> Further,if you were referring to clients, as the Android documentation
> says, these two clients support HTTPS: HttpURLConnection and
> Apache HttpClient.
>
> Edoardo
>
>
>      Da: E m <ed...@yahoo.it>
>  A: "dev@taverna.incubator.apache.org" <de...@taverna.incubator.apache.org>;
> Stian Soiland-Reyes (JIRA) <ji...@apache.org>
>  Inviato: Domenica 29 Marzo 2015 19:44
>  Oggetto: Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna
> Mobile
>
> I didn't add it in my submission, but I think a straightforward way would
> be to simply use a X509Certificate (
> https://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html
> ).
> Edoardo
>      Da: Larry Akah <la...@gmail.com>
>  A: Stian Soiland-Reyes (JIRA) <ji...@apache.org>;
> dev@taverna.incubator.apache.org
>  Inviato: Domenica 29 Marzo 2015 19:25
>  Oggetto: Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna
> Mobile
>
>
>
> Hello,
> As concerns the SSL support in the Taverna worklow app, i wish to ask what
> client certificates i could use and the ssl links for the workflows.
> Thanks
>
> 2015-03-11 13:25 GMT+01:00 Larry Akah <la...@gmail.com>:
>
> > Seems like i have already subscribed to the mailing list. However, i have
> > still sent a subscription request as requested.
> >
>
>
>
> --
> *Akah Larry N.H*
>
> *Lead Software Engineer @ GiftedMom*
> *Software Engineer @ IceTech Inc*
> *Web And Mobile Software Developer*


>
>
>
>
>
>



-- 
*Akah Larry N.H*

*Lead Software Engineer @ GiftedMom*
*Software Engineer @ IceTech Inc*
*Web And Mobile Software Developer*


  

Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna Mobile

Posted by Larry Akah <la...@gmail.com>.
yeah sure, but now full implementation goes with HttpsURLConnection. We
could have more control with this class than with the others.

2015-03-29 18:48 GMT+01:00 E m <ed...@yahoo.it>:

> Further,if you were referring to clients, as the Android documentation
> says, these two clients support HTTPS: HttpURLConnection and
> Apache HttpClient.
>
> Edoardo
>
>
>       Da: E m <ed...@yahoo.it>
>  A: "dev@taverna.incubator.apache.org" <de...@taverna.incubator.apache.org>;
> Stian Soiland-Reyes (JIRA) <ji...@apache.org>
>  Inviato: Domenica 29 Marzo 2015 19:44
>  Oggetto: Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna
> Mobile
>
> I didn't add it in my submission, but I think a straightforward way would
> be to simply use a X509Certificate (
> https://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html
> ).
> Edoardo
>       Da: Larry Akah <la...@gmail.com>
>  A: Stian Soiland-Reyes (JIRA) <ji...@apache.org>;
> dev@taverna.incubator.apache.org
>  Inviato: Domenica 29 Marzo 2015 19:25
>  Oggetto: Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna
> Mobile
>
>
>
> Hello,
> As concerns the SSL support in the Taverna worklow app, i wish to ask what
> client certificates i could use and the ssl links for the workflows.
> Thanks
>
> 2015-03-11 13:25 GMT+01:00 Larry Akah <la...@gmail.com>:
>
> > Seems like i have already subscribed to the mailing list. However, i have
> > still sent a subscription request as requested.
> >
>
>
>
> --
> *Akah Larry N.H*
>
> *Lead Software Engineer @ GiftedMom*
> *Software Engineer @ IceTech Inc*
> *Web And Mobile Software Developer*
>
>
>
>
>
>



-- 
*Akah Larry N.H*

*Lead Software Engineer @ GiftedMom*
*Software Engineer @ IceTech Inc*
*Web And Mobile Software Developer*

Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna Mobile

Posted by E m <ed...@yahoo.it>.
Further,if you were referring to clients, as the Android documentation says, these two clients support HTTPS: HttpURLConnection and Apache HttpClient. 

Edoardo


      Da: E m <ed...@yahoo.it>
 A: "dev@taverna.incubator.apache.org" <de...@taverna.incubator.apache.org>; Stian Soiland-Reyes (JIRA) <ji...@apache.org> 
 Inviato: Domenica 29 Marzo 2015 19:44
 Oggetto: Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna Mobile
   
I didn't add it in my submission, but I think a straightforward way would be to simply use a X509Certificate (https://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html). 
Edoardo
      Da: Larry Akah <la...@gmail.com>
 A: Stian Soiland-Reyes (JIRA) <ji...@apache.org>; dev@taverna.incubator.apache.org 
 Inviato: Domenica 29 Marzo 2015 19:25
 Oggetto: Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna Mobile


  
Hello,
As concerns the SSL support in the Taverna worklow app, i wish to ask what
client certificates i could use and the ssl links for the workflows.
Thanks

2015-03-11 13:25 GMT+01:00 Larry Akah <la...@gmail.com>:

> Seems like i have already subscribed to the mailing list. However, i have
> still sent a subscription request as requested.
>



-- 
*Akah Larry N.H*

*Lead Software Engineer @ GiftedMom*
*Software Engineer @ IceTech Inc*
*Web And Mobile Software Developer*




  

Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna Mobile

Posted by E m <ed...@yahoo.it>.
I didn't add it in my submission, but I think a straightforward way would be to simply use a X509Certificate (https://docs.oracle.com/javase/7/docs/api/java/security/cert/X509Certificate.html). 
Edoardo
      Da: Larry Akah <la...@gmail.com>
 A: Stian Soiland-Reyes (JIRA) <ji...@apache.org>; dev@taverna.incubator.apache.org 
 Inviato: Domenica 29 Marzo 2015 19:25
 Oggetto: Re: [jira] [Updated] (COMDEV-123) Taverna: Android app Taverna Mobile
   
Hello,
As concerns the SSL support in the Taverna worklow app, i wish to ask what
client certificates i could use and the ssl links for the workflows.
Thanks

2015-03-11 13:25 GMT+01:00 Larry Akah <la...@gmail.com>:

> Seems like i have already subscribed to the mailing list. However, i have
> still sent a subscription request as requested.
>



-- 
*Akah Larry N.H*

*Lead Software Engineer @ GiftedMom*
*Software Engineer @ IceTech Inc*
*Web And Mobile Software Developer*