-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenSSL Error: wrong version number #402
Comments
I have a similar error. Also on macos (ARM) (but I guess that is not the issue) using expose 2.6.2:
update: after 30m it's working again for me. |
hitting this error now too... Uninstalled herd - reinstall - still erroring out `> Using PHP 8.2.15
[OK] Your system is ready to run the application. Using auth token: *** Could not connect to the server. UpdateSeems with the new update (1.4.1) this is resolved for me! |
I am having similar issues and although I updated to latest version, I am still getting the same error
I really need this to test my application on a real device without deploying to a remote server. Any way to fix this? |
I'm not sure this helps much but I started getting this error again as well. I've narrowed it down to when I'm on my home network. If I hotspot my phone from the same location, then use that hotspot on my laptop this error goes away. I switch back to my home network and the error comes back. I have no issue accessing anything else on the web from this network.
|
@jtomlinson The only way I have been able to make this work is to set my DNS to 8.8.8.8. It isn't ideal but it works for me now. |
@jtomlinson @stevepop Gents, I've been debugging this as well. I've noted that I don't have the same problem using us-2 instead of us-1. Curious if you both have the same results as much (assuming you're both US) |
@joecampo I am in the UK. I tried that earlier but it did not work for me. |
Interesting, since I've switched to us-2 I haven't had the issue pop up at all. |
Switching to us-2 seemed to do the trick for me, hopefully it lasts! |
@jtomlinson I've been testing for over a week now and it seems to have fixed it. I'm guessing that something is configured differently server side for that endpoint. |
@jtomlinson @joecampo Unfortunately setting expose to us-1 does not work for me |
Been a minute, but switching to us-2 solved the problem for me as well:
|
Same issue here. :( |
System architecture
Mac, ARM64 (M1, M2, etc)
PHP Version
8.1.26, 8.2.14, 8.3.0
Bug description
Brand new to expose but I’m running into an issue trying to share a site on my machine.
When I run
expose share
orherd share
, I get the following error:I have a new macOS Sonoma installation and a fresh installation of Laravel Herd v1.3.2 installed with php v8.1, 8.2, and 8.3 available.
I’ve installed expose as a global package via composer and I've tried installing as a phar file. Here are things I’ve done based on other issues found in this repo:
curl.cainfo
andopenssl.cafile
and that thecacert.pem
file exists at that path.Steps to reproduce
No response
Relevant log output
The text was updated successfully, but these errors were encountered: