keycloak-nodejs-admin-client icon indicating copy to clipboard operation
keycloak-nodejs-admin-client copied to clipboard

An ability to replace axios with other axios variants

Open alliedgorn opened this issue 3 years ago • 1 comments

I'm using keycloak-admin behind an http proxy(non-secure) and get this error while trying to connect to keycloak via https.

Error negotiating SSL on FD 13: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed (1/-1/0)

I found that this is a long running bug on axios and they've not fixed this problem yet. Most people stumbled on this problem move to use other library such as https://www.npmjs.com/package/axios-https-proxy-fix https://github.com/axios/axios/pull/3159

alliedgorn avatar Feb 03 '21 09:02 alliedgorn

Currently we only support supplying configuration for axios, but that doesn't fix your problem.

This seems like a good feature. A pull request for this is welcome.

ath88 avatar Feb 03 '21 10:02 ath88