Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Run keycloakify behind corporate proxyΒ #257

@boldt

Description

@boldt

If I run keycloakify behind a corporate proxy, I get the following error:

$ npx keycloakify
πŸ” Building the keycloak theme...⌚
node:events:491
      throw er; // Unhandled 'error' event
      ^

Error: connect ETIMEDOUT 140.82.121.3:443
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1300:16)
Emitted 'error' event on ClientRequest instance at:
    at TLSSocket.socketErrorListener (node:_http_client:494:9)
    at TLSSocket.emit (node:events:513:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errno: -4039,
  code: 'ETIMEDOUT',
  syscall: 'connect',
  address: '140.82.121.3',
  port: 443
}

Node.js v18.11.0

Note

The npm config vars https-proxy, no-proxy and proxy are set and work well for the dependency installation and within other projects.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions