beyondcode / expose

A beautiful, fully open-source, tunneling service - written in pure PHP

Home Page:https://expose.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug]: Connection to tls://sharedwithexpose.com:443 failed during TLS handshake

dasundev opened this issue · comments

System architecture

Mac, ARM64 (M1, M2, etc)

PHP Version

PHP 8.3.6 (cli) (built: Apr 12 2024 00:13:56) (NTS)

Bug description

When I run the expose command inside the application directory, i'm getting the following error.

Could not connect to the server.
Connection to tls://sharedwithexpose.com:443 failed during TLS handshake: SSL operation failed with code 1. OpenSSL Error messages: error:0A000086:SSL routines::certificate verify failed

Steps to reproduce

Run the expose command in the application directory.

Relevant log output

No response

Well, I found the problem, php.ini is not loading in CLI. I had to do it manually. But it seems there is some bug in Laravel Herd.