EddyVerbruggen / SSLCertificateChecker-PhoneGap-Plugin

:passport_control: Prevent Man in the Middle attacks with this Cordova plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Response taking too much of time

Remya-Thomas opened this issue · comments

We have a phonegap app for iOS for which we are using this plugin. But the response from the plugin is coming after quite a lot of time. We are not sure on what changes needs to be done in the code. Please advise.

How much time are we talking about, and which url is being checked?

On 29 okt. 2014, at 03:43, Remya Thomas notifications@github.com wrote:

We have a phonegap app for iOS for which we are using this plugin. But the response from the plugin is coming after quite a lot of time. We are not sure on what changes needs to be done in the code. Please advise.


Reply to this email directly or view it on GitHub.

There are 2 scenarios here
We first did a sample app to check the plugin. Here the response is coming faster. But after 4-5 submits, then no response comes back.
We later added this code to the live app. Here the response from the plugin comes back after 2-3 mins. Also sometimes it doesn't connect and gives time out.

The url we are using in both cases is https://apps.bahrain.bh and the testing is being done using BURP tool.

Hmm, I have no clue what's going with that domain.

You could consider (for heightened security as well) to give this plugin a try instead: http://plugins.telerik.com/plugin/secure-http

Hi Eddy,

We have resolved most of the issues which was due to caching. Needed 1
more clarification

When a request is called first securely and then the same request is
called insecurely,it doesn't work properly. Also vice versa.
It is working fine when we are making a new request whenever there is a
switch in secure connectivity.

Please provide your feedback

Regards,
Remya Thomas

On Wed, Oct 29, 2014 at 11:44 AM, Eddy Verbruggen notifications@github.com
wrote:

How much time are we talking about, and which url is being checked?

On 29 okt. 2014, at 03:43, Remya Thomas notifications@github.com
wrote:

We have a phonegap app for iOS for which we are using this plugin. But
the response from the plugin is coming after quite a lot of time. We are
not sure on what changes needs to be done in the code. Please advise.


Reply to this email directly or view it on GitHub.


Reply to this email directly or view it on GitHub
#18 (comment)
.

Did you use the (very) latest version of the plugin since something was fixed for iOS8?