This repository was archived by the owner on Jul 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
This repository was archived by the owner on Jul 28, 2020. It is now read-only.
Unable to login PCF Dev #376
Copy link
Copy link
Open
Labels
Description
Hello,
I am not able to login as I am getting the next error:
C:\Users\Jose Lara\Downloads>cf login -a https://api.dev.cfdev.sh --skip-ssl-validation
API endpoint: https://api.dev.cfdev.sh
FAILED
Error performing request: Get https://api.dev.cfdev.sh/v2/info: dial tcp 10.144.0.34:443: connectex: No se puede establecer una conexión ya que el equipo de destino denegó expresamente dicha conexión.
TIP: If you are behind a firewall and require an HTTP proxy, verify the https_proxy environment variable is correctly set. Else, check your network connection.
In any case, I am able to start the dev:
C:\Users\Jose Lara\Downloads>cf dev start -f pcfdev-v1.2.0-windows.tgz
Downloading Resources...
Progress: |====================>| 100.0%
Setting State...
Creating the VM...
Starting VPNKit...
Starting the VM...
Waiting for the VM...
Deploying the BOSH Director...
Deploying PAS...
Done (11m29s)
Deploying Apps-Manager...
Done (35s)
██████╗ ██████╗███████╗██████╗ ███████╗██╗ ██╗
██╔══██╗██╔════╝██╔════╝██╔══██╗██╔════╝██║ ██║
██████╔╝██║ █████╗ ██║ ██║█████╗ ██║ ██║
██╔═══╝ ██║ ██╔══╝ ██║ ██║██╔══╝ ╚██╗ ██╔╝
██║ ╚██████╗██║ ██████╔╝███████╗ ╚████╔╝
╚═╝ ╚═════╝╚═╝ ╚═════╝ ╚══════╝ ╚═══╝
is now running!
To begin using PCF Dev, please run:
cf login -a https://api.dev.cfdev.sh --skip-ssl-validation
Admin user => Email: admin / Password: admin
Regular user => Email: user / Password: pass
To access Apps Manager, navigate here: https://apps.dev.cfdev.sh
To deploy a particular service, please run:
cf dev deploy-service <service-name> [Available services: mysql,redis,rabbitmq,scs]
I read about adding in the hosts:
192.168.11.11 api.local.pcfdev.io
192.168.11.11 login.local.pcfdev.io
But this is also not working.
My computer is a i9-9900K with 32GB of RAM, so resources should not be a problem as well...
Any idea about what may be the issue? I am not able to find any solution.
Cheers!