Saqib Ahmed

Results 18 comments of Saqib Ahmed
trafficstars

I'm running this script: ``` var benchrest = require('bench-rest'); var flow = { main: [ { post: 'https://192.168.1.88:3000/interactions/updateOrSaveInteractionTree/#{INDEX}/',strictSSL: false, headers: { 'Accept': 'application/json'},json: { "ani": " 0333110712341", "call_Id": "#{INDEX}" }}...

Having the same problem. Can confirm that `npm i -D body-parser@^2.0.0-beta.1` works for me.

I got a workaround fix. `springSecurityService` is still returning null. I manually decoded the API token from the header and extracted username from it. This resolves my problem for now...

@sdelamo Kindly have a look at following project: https://github.com/saqibahmed515/demoSpringSecurityIssue ## Steps to reproduce: 1. Configure DB setting in `application.yml`. I'm using mysql with DB name `demo`. 2. Build the application...

I'm getting following response when the application is deployed in above mentioned environment: ![image](https://user-images.githubusercontent.com/16355181/34605414-5c7786a6-f22d-11e7-9321-7ed83987f93c.png)

I had to use [HTTP Builder](https://github.com/jgritman/httpbuilder/wiki) for HTTPS connections. Couldn't find anything in this plugin.

Any update on this issue?

@BertrandGouny I did ask it in keepalived repo: https://github.com/acassen/keepalived/issues/512 The collaborator there said that it is a docker related issue and not related to keepalived. This is the response I...

I'm hitting the same issue after deleting some certificates in my keychain. Is there any way to fix it. Tried restarting docker but didn't work.

I'm getting the same issue for my afterAll hook.