Laravel Octane Swoole on Apache HTTPS proxy error how to configure #51069
Unanswered
sts-ryan-holton
asked this question in
Q&A
Replies: 1 comment
-
@sts-ryan-holton Did you ever found a solution? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to setup SSL for my Laravel 11 website in which is running through Laravel Octane. I'm using
swoole
, have generated a let's encrypt ssl certificate and setswoole.ssl
to true in my octane config file. When I start my octane server and visit the http variant for my domain i get a 502 proxy error, if i try to visit the https variant i get just a general browser error. What am I missing in my apache vhost to get my website served through https:I've added the following to my octane config file:
Beta Was this translation helpful? Give feedback.
All reactions