General information
Issue:
Fresh CRC installation on Windows 11 fails with certificate validation error after crc start:
x509: certificate has expired or is not yet valid: current time 2026-03-20 is after 2023-08-15T08:23:08Z
OpenShift starts and runs, but admin endpoint is not reachable.
** Details **
PS > crc start
...
INFO Operators are stable (3/3)...
INFO Waiting until the user's pull secret is written to the instance disk...
INFO Adding crc-admin and crc-developer contexts to kubeconfig...
ERRO Cannot update kubeconfig: tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2026-03-20T15:48:55+01:00 is after 2023-08-15T08:23:08Z
Started the OpenShift cluster
The server is accessible via web console at:
https://console-openshift-console.apps-crc.testing
Log in as administrator:
Username: kubeadmin
Password: ...
Log in as user:
Username: developer
Password: developer
Use the 'oc' command line interface:
PS> & crc oc-env | Invoke-Expression
PS> oc login -u developer https://api.crc.testing:6443
Then:
& crc oc-env | Invoke-Expression
oc login -u developer https://api.crc.testing:6443
The server uses a certificate signed by an unknown authority.
You can bypass the certificate check, but any data you send to the server could be intercepted by others.
Use insecure connections? (y/n): y
WARNING: Using insecure TLS client config. Setting this option is not supported!
Error from server (InternalError): Internal error occurred: unexpected response: 404
On Browser when calling https://console-openshift-console.apps-crc.testing I get HTTP ERROR 403
What am I missing?
Operating System
Windows
Hypervisor
Hyper-V
Did you run crc setup before crc start?
yes
Running on
Laptop
Steps to reproduce
- Clean install CRC 2.59.0
- crc setup
- crc start
- oc login -u kubeadmin https://api.crc.testing:6443
CRC version
CRC version: 2.59.0+e90757
OpenShift version: 4.21.4
MicroShift version: 4.21.0
CRC status
CRC VM: Running
OpenShift: Running (v4.21.4)
RAM Usage: 7.008GB of 10.95GB
Disk Usage: 25.14GB of 32.68GB (Inside the CRC VM)
Cache Usage: 33.17GB
Cache Directory: C:\Users\myuser\.crc\cache
CRC config
Host Operating System
Host Name: MYCOMPUTER
OS Name: Microsoft Windows 11 Enterprise
OS Version: 10.0.26100 N/A Build 26100
OS Manufacturer: Microsoft Corporation
OS Configuration: Standalone Workstation
OS Build Type: Multiprocessor Free
Registered Owner: N/A
Registered Organization: N/A
Product ID: 00330-80000-00000-AA770
Original Install Date: 14.05.2025, 08:52:18
System Boot Time: 20.03.2026, 14:13:03
System Manufacturer: LENOVO
System Model: 20SUS04P0C
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 165 Stepping 2 GenuineIntel ~2592 Mhz
BIOS Version: LENOVO N30ET61W (1.97 ), 18.09.2025
Windows Directory: C:\WINDOWS
System Directory: C:\WINDOWS\system32
Boot Device: \Device\HarddiskVolume1
System Locale: de;German (Germany)
Input Locale: en-us;English (United States)
Time Zone: (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna
Total Physical Memory: 32.519 MB
Available Physical Memory: 8.725 MB
Virtual Memory: Max Size: 34.567 MB
Virtual Memory: Available: 6.857 MB
Virtual Memory: In Use: 27.710 MB
Page File Location(s): C:\pagefile.sys
Domain: WORKGROUP
Logon Server: \\IBM-PF38Y44Z
Hotfix(s): 8 Hotfix(s) Installed.
[01]: KB5066131
[02]: KB5078167
[03]: KB5077212
[04]: KB5079420
[05]: KB5084597
[06]: KB5084897
[07]: KB5074109
[08]: KB5083532
Network Card(s): 6 NIC(s) Installed.
[01]: Cisco AnyConnect Virtual Miniport Adapter for Windows x64
Connection Name: Ethernet 2
Status: Hardware not present
[02]: Intel(R) Wi-Fi 6 AX201 160MHz
Connection Name: WLAN
DHCP Enabled: Yes
DHCP Server: 192.168.178.1
IP address(es)
[01]: 192.168.178.21
[02]: fe80::ac60:a0c0:a50d:3de9
[03]: fd6f:c0bb:759f:0:88b2:cd6a:566a:c385
[04]: 2a00:10:7d0e:1901:88b2:cd6a:566a:c385
[05]: fd6f:c0bb:759f:0:99b0:a1e4:9be5:4b6a
[06]: 2a00:10:7d0e:1901:9364:4dfb:bf06:558
[03]: Intel(R) Ethernet Connection (11) I219-V
Connection Name: Ethernet
Status: Media disconnected
[04]: VMware Virtual Ethernet Adapter for VMnet8
Connection Name: VMware Network Adapter VMnet8
DHCP Enabled: Yes
DHCP Server: 192.168.88.254
IP address(es)
[01]: 192.168.88.1
[02]: fe80::55d8:d65d:d8f7:be29
[05]: Bluetooth Device (Personal Area Network)
Connection Name: Bluetooth-Netzwerkverbindung
Status: Media disconnected
[06]: VMware Virtual Ethernet Adapter for VMnet1
Connection Name: VMware Network Adapter VMnet1
DHCP Enabled: Yes
DHCP Server: 192.168.144.254
IP address(es)
[01]: 192.168.144.1
[02]: fe80::7dce:ed78:3015:50d2
Virtualization-based security: Status: Running
Required Security Properties:
Available Security Properties:
Base Virtualization Support
Secure Boot
DMA Protection
UEFI Code Readonly
SMM Security Mitigations 1.0
Mode Based Execution Control
APIC Virtualization
Services Configured:
Services Running:
Credential Guard
App Control for Business policy: Enforced
App Control for Business user mode policy: Off
Security Features Enabled:
Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed.
Expected behavior
No errors during crc start and Login to console succeeds.
Actual behavior
Certificate validation fails with 2023 expiration date at the end of crc start.
Login to console fails from browser and cli with HTTP 404
CRC Logs
https://gist.github.com/emilis-venckus/d1e4d68cb84a298d2d3d703e68b0c3a0
Additional context
Investigation so far:
- All visible certificates (CA, API server, OAuth) are valid until 2026-2028
- The 2023 certificate appears to be embedded somewhere, but I can not figure our where
- Issue persists across multiple clean installations including 2.58.
General information
Issue:
Fresh CRC installation on Windows 11 fails with certificate validation error after crc start:
x509: certificate has expired or is not yet valid: current time 2026-03-20 is after 2023-08-15T08:23:08ZOpenShift starts and runs, but admin endpoint is not reachable.
** Details **
Then:
On Browser when calling https://console-openshift-console.apps-crc.testing I get HTTP ERROR 403
What am I missing?
Operating System
Windows
Hypervisor
Hyper-V
Did you run
crc setupbeforecrc start?yes
Running on
Laptop
Steps to reproduce
CRC version
CRC status
CRC config
- consent-telemetry : noHost Operating System
Host Name: MYCOMPUTER OS Name: Microsoft Windows 11 Enterprise OS Version: 10.0.26100 N/A Build 26100 OS Manufacturer: Microsoft Corporation OS Configuration: Standalone Workstation OS Build Type: Multiprocessor Free Registered Owner: N/A Registered Organization: N/A Product ID: 00330-80000-00000-AA770 Original Install Date: 14.05.2025, 08:52:18 System Boot Time: 20.03.2026, 14:13:03 System Manufacturer: LENOVO System Model: 20SUS04P0C System Type: x64-based PC Processor(s): 1 Processor(s) Installed. [01]: Intel64 Family 6 Model 165 Stepping 2 GenuineIntel ~2592 Mhz BIOS Version: LENOVO N30ET61W (1.97 ), 18.09.2025 Windows Directory: C:\WINDOWS System Directory: C:\WINDOWS\system32 Boot Device: \Device\HarddiskVolume1 System Locale: de;German (Germany) Input Locale: en-us;English (United States) Time Zone: (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna Total Physical Memory: 32.519 MB Available Physical Memory: 8.725 MB Virtual Memory: Max Size: 34.567 MB Virtual Memory: Available: 6.857 MB Virtual Memory: In Use: 27.710 MB Page File Location(s): C:\pagefile.sys Domain: WORKGROUP Logon Server: \\IBM-PF38Y44Z Hotfix(s): 8 Hotfix(s) Installed. [01]: KB5066131 [02]: KB5078167 [03]: KB5077212 [04]: KB5079420 [05]: KB5084597 [06]: KB5084897 [07]: KB5074109 [08]: KB5083532 Network Card(s): 6 NIC(s) Installed. [01]: Cisco AnyConnect Virtual Miniport Adapter for Windows x64 Connection Name: Ethernet 2 Status: Hardware not present [02]: Intel(R) Wi-Fi 6 AX201 160MHz Connection Name: WLAN DHCP Enabled: Yes DHCP Server: 192.168.178.1 IP address(es) [01]: 192.168.178.21 [02]: fe80::ac60:a0c0:a50d:3de9 [03]: fd6f:c0bb:759f:0:88b2:cd6a:566a:c385 [04]: 2a00:10:7d0e:1901:88b2:cd6a:566a:c385 [05]: fd6f:c0bb:759f:0:99b0:a1e4:9be5:4b6a [06]: 2a00:10:7d0e:1901:9364:4dfb:bf06:558 [03]: Intel(R) Ethernet Connection (11) I219-V Connection Name: Ethernet Status: Media disconnected [04]: VMware Virtual Ethernet Adapter for VMnet8 Connection Name: VMware Network Adapter VMnet8 DHCP Enabled: Yes DHCP Server: 192.168.88.254 IP address(es) [01]: 192.168.88.1 [02]: fe80::55d8:d65d:d8f7:be29 [05]: Bluetooth Device (Personal Area Network) Connection Name: Bluetooth-Netzwerkverbindung Status: Media disconnected [06]: VMware Virtual Ethernet Adapter for VMnet1 Connection Name: VMware Network Adapter VMnet1 DHCP Enabled: Yes DHCP Server: 192.168.144.254 IP address(es) [01]: 192.168.144.1 [02]: fe80::7dce:ed78:3015:50d2 Virtualization-based security: Status: Running Required Security Properties: Available Security Properties: Base Virtualization Support Secure Boot DMA Protection UEFI Code Readonly SMM Security Mitigations 1.0 Mode Based Execution Control APIC Virtualization Services Configured: Services Running: Credential Guard App Control for Business policy: Enforced App Control for Business user mode policy: Off Security Features Enabled: Hyper-V Requirements: A hypervisor has been detected. Features required for Hyper-V will not be displayed.Expected behavior
No errors during crc start and Login to console succeeds.
Actual behavior
Certificate validation fails with 2023 expiration date at the end of crc start.
Login to console fails from browser and cli with HTTP 404
CRC Logs
Additional context
Investigation so far: