Hello there,
I’ve installed Kratos via the quickstart tutorial and everything seems to work just fine.
But is it possible to disable calls of Kratos to external APIs during the registration process? My problem is that I am sometimes behind a proxy during development and registration fails because some calls to external APIs are not successful and the registration fails.
kratos-selfservice-ui-node_1 | Error: socket hang up
kratos-selfservice-ui-node_1 | at connResetException (internal/errors.js:609:14)
kratos-selfservice-ui-node_1 | at Socket.socketOnEnd (_http_client.js:455:23)
kratos-selfservice-ui-node_1 | at Socket.emit (events.js:333:22)
kratos-selfservice-ui-node_1 | at endReadableNT (_stream_readable.js:1220:12)
kratos-selfservice-ui-node_1 | at processTicksAndRejections (internal/process/task_queues.js:84:21)
I think it is being checked if the entered password hash is being registered in some data breach databases.