‘);
var sidebar_align = ‘right’;
var content_container_margin = parseInt(‘350px’);
var sidebar_width = parseInt(‘330px’);
//–>
-
Can’t run my site on Ubuntu 22.04 because it uses OpenSSL 3. Any suggestions?
I am using Linode and just installed Ubuntu 22.04 in an image. I set everything up and put my site on the server yet I get an error:Code:
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:0A000126:SSL routines::unexpected eof while reading
It turns out, Laravel (a php framework) doesn’t work when you have 22.04 and OpenSSL 3. How in the world do people use 22.04 then? Any suggestions?