Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

salkfdhjkh's avatar

Chrome reports "This site can’t provide a secure connection" on Homestead development server

I have started on my third project on a Homestead setup for development. I recently updated Chrome Canary to the latest version (64) and now I can not access any of the projects, FireFox and IE still work. Chrome error is "ERR_SSL_SERVER_CERT_BAD_FORMAT". The security Tab in Developer tools adds that the "The connection to this site is using a valid, trusted server certificate issued by unknown name." So I assume it has something to do with the server certificate. Has anyone else encountered this with Chrome and Homestead combination?

0 likes
4 replies
salkfdhjkh's avatar

@bobbybouwmann Thanks, I've had quick look and most of it is way over my head. Servers are not my strong point which is why I went with Homestead in the first place, I thought this stuff was set up automatically for dopes like me. A lot of the posts in that article are quite old and I am reluctant to mess with stuff I do not understand.

I can access the project in Chrome using http://127.0.0.1:8000 however this only lets me access the most recent project. Is there a way to setup the hosts file to access all my projects via http://127.0.0.1:8000

Please or to participate in this conversation.