Joe Ferguson

Results 56 comments of Joe Ferguson

> I just updated to the latest Homestead and Base box and still experience the problem. The updated output of `vagrant destroy` and `vagrant up` can be seen [here](https://gist.github.com/intrepidws/3a4690e813c9ed029c9d7ccdbc004675). >...

Does this look like it's also dependent on the SSL certificate? I can see it core dump on graph.facebook.com ``` vagrant@homestead:~$ openssl s_client -showcerts -connect graph.facebook.com:443

> I tried [these instructions](https://medium.com/@brunoosiek/updating-openssl-latest-and-greatest-version-in-ubuntu-18-04-8f10ba4e2377) to upgrade the OpenSSL version myself, but always get the following error when I try to run `openssl version` after I'm done: > > >...

> @elcheco The gist was not working but works now. This fix does seem to have worked for me, thanks. @svpernova09 what do you think of this solution? It only...

@elcheco Add this to your `after.sh` / run these commands and see if it resolves the issue for you: ``` sudo mv /usr/lib/ssl /usr/lib/ssl-backup sudo ln -s /opt/openssl/ssl /usr/lib/ssl sudo...

> @svpernova09 Over the past couple of days, there has been some movement on the [OpenSSL bug report](https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1951279). I'm a little out of my element in reading over this, so...

Running `apt update && apt upgrade` today gets us to "Welcome to Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-99-generic aarch64)" but unfortunately still on the same OpenSSL version: ```vagrant@homestead:~$ openssl version OpenSSL...

Ok, it looks like the [files were released yesterday](https://launchpad.net/ubuntu/+source/openssl/1.1.1f-1ubuntu2.11/+build/23193545), they just haven't made it out to the mirrors yet, But we can install them manually with this code: ```.sh #!/bin/bash...

Seems to be resolved now: ``` vagrant@homestead:~$ openssl s_client -showcerts -connect graph.facebook.com:443

> maybe we can add new site type for hyperf, it also need use upstream_port: > > you can see this link. > If it's the same syntax as the...