[jira] [Commented] (CB-2669) Support for mutual SSL (on Ajax calls)

2017-02-27 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15886563#comment-15886563
 ] 

Shazron Abdullah commented on CB-2669:
--

ping [~tibx17]

> Support for mutual SSL (on Ajax calls)
> --
>
> Key: CB-2669
> URL: https://issues.apache.org/jira/browse/CB-2669
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Affects Versions: 2.5.0
> Environment: In many situations, two-factor authentication is 
> mandatory.
>Reporter: Jamie Brooks
>  Labels: SSL, clientcertificate, core, mutualSSL, two-factor
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> In some situations, two-factor authentication is required, and client 
> certificates (a X.509 certificate with a 1.3.6.1.5.5.7.3.2 enhanced key 
> usage) are a popular choice as a first factor. With mutual SSL, the client 
> verifies the server's identity (server authentication) and the server 
> verifies the client's identity (client authentication). Unfortunately, 
> Cordova does not support mutual SSL.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

-
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org



[jira] [Commented] (CB-2669) Support for mutual SSL (on Ajax calls)

2014-04-01 Thread Marco Betschart (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13956505#comment-13956505
 ] 

Marco Betschart commented on CB-2669:
-

Hi Jamie

Just noticed you were the one who opened the issue here at Jira.
So my guess now is, the extension you've built is not yet released.

Is it possible to get the piece of code and put it into my own project?
Also you may release the extension under some sort of license to the public, 
since quite a few guys seems to stick on the same issue as well.

Please let me know your thoughts.

Thanks

> Support for mutual SSL (on Ajax calls)
> --
>
> Key: CB-2669
> URL: https://issues.apache.org/jira/browse/CB-2669
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Affects Versions: 2.5.0
> Environment: In many situations, two-factor authentication is 
> mandatory.
>Reporter: Jamie Brooks
>  Labels: SSL, clientcertificate, core, mutualSSL, two-factor
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> In some situations, two-factor authentication is required, and client 
> certificates (a X.509 certificate with a 1.3.6.1.5.5.7.3.2 enhanced key 
> usage) are a popular choice as a first factor. With mutual SSL, the client 
> verifies the server's identity (server authentication) and the server 
> verifies the client's identity (client authentication). Unfortunately, 
> Cordova does not support mutual SSL.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2669) Support for mutual SSL (on Ajax calls)

2014-03-31 Thread Marco Betschart (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955294#comment-13955294
 ] 

Marco Betschart commented on CB-2669:
-

Dear Jamie

This sounds fantastic! At least for my use case.

Where may I able to get more information/documentation about the extension?

Thanks a lot!

Marco

Von meinem iPhone gesendet



> Support for mutual SSL (on Ajax calls)
> --
>
> Key: CB-2669
> URL: https://issues.apache.org/jira/browse/CB-2669
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Affects Versions: 2.5.0
> Environment: In many situations, two-factor authentication is 
> mandatory.
>Reporter: Jamie Brooks
>  Labels: SSL, clientcertificate, core, mutualSSL, two-factor
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> In some situations, two-factor authentication is required, and client 
> certificates (a X.509 certificate with a 1.3.6.1.5.5.7.3.2 enhanced key 
> usage) are a popular choice as a first factor. With mutual SSL, the client 
> verifies the server's identity (server authentication) and the server 
> verifies the client's identity (client authentication). Unfortunately, 
> Cordova does not support mutual SSL.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2669) Support for mutual SSL (on Ajax calls)

2014-03-31 Thread Jamie Brooks (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955219#comment-13955219
 ] 

Jamie Brooks commented on CB-2669:
--

In the end, we wrote an extension to Cordova to support mutual SSL -- the 
extension, however, in written in Objective C and therefore only works on iOS.

> Support for mutual SSL (on Ajax calls)
> --
>
> Key: CB-2669
> URL: https://issues.apache.org/jira/browse/CB-2669
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Affects Versions: 2.5.0
> Environment: In many situations, two-factor authentication is 
> mandatory.
>Reporter: Jamie Brooks
>  Labels: SSL, clientcertificate, core, mutualSSL, two-factor
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> In some situations, two-factor authentication is required, and client 
> certificates (a X.509 certificate with a 1.3.6.1.5.5.7.3.2 enhanced key 
> usage) are a popular choice as a first factor. With mutual SSL, the client 
> verifies the server's identity (server authentication) and the server 
> verifies the client's identity (client authentication). Unfortunately, 
> Cordova does not support mutual SSL.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2669) Support for mutual SSL (on Ajax calls)

2014-03-31 Thread Marco Betschart (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13955099#comment-13955099
 ] 

Marco Betschart commented on CB-2669:
-

I've stumbled accross this issue too, since we need mutual SSL for consuming 
the API data for an iOS app.
Are there any updates for this issue? May I help somehow to get the 
implementation done?

> Support for mutual SSL (on Ajax calls)
> --
>
> Key: CB-2669
> URL: https://issues.apache.org/jira/browse/CB-2669
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Affects Versions: 2.5.0
> Environment: In many situations, two-factor authentication is 
> mandatory.
>Reporter: Jamie Brooks
>  Labels: SSL, clientcertificate, core, mutualSSL, two-factor
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> In some situations, two-factor authentication is required, and client 
> certificates (a X.509 certificate with a 1.3.6.1.5.5.7.3.2 enhanced key 
> usage) are a popular choice as a first factor. With mutual SSL, the client 
> verifies the server's identity (server authentication) and the server 
> verifies the client's identity (client authentication). Unfortunately, 
> Cordova does not support mutual SSL.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (CB-2669) Support for mutual SSL (on Ajax calls)

2013-05-01 Thread Eloy Gonzalez (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-2669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13646525#comment-13646525
 ] 

Eloy Gonzalez commented on CB-2669:
---

I also have the same issue. 

Our application needs to access / comunicate to enterprise webservices via 
mutual SSL validation (it´s a requirement from our Security IT department).

Devices OS are not only iOs but also Android and Windows as well.



> Support for mutual SSL (on Ajax calls)
> --
>
> Key: CB-2669
> URL: https://issues.apache.org/jira/browse/CB-2669
> Project: Apache Cordova
>  Issue Type: New Feature
>  Components: iOS
>Affects Versions: 2.5.0
> Environment: In many situations, two-factor authentication is 
> mandatory.
>Reporter: Jamie Brooks
>Assignee: Shazron Abdullah
>Priority: Critical
>  Labels: SSL, clientcertificate, mutualSSL, two-factor
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> In some situations, two-factor authentication is required, and client 
> certificates (a X.509 certificate with a 1.3.6.1.5.5.7.3.2 enhanced key 
> usage) are a popular choice as a first factor. With mutual SSL, the client 
> verifies the server's identity (server authentication) and the server 
> verifies the client's identity (client authentication). Unfortunately, 
> Cordova does not support mutual SSL.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira