You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my dev I'm using a self signed certificate, so I have to put the cert path in .env.
In my production there's a nginx reverse proxy, so I don't need a certificate in my .env.
But the problem is if the options "tls" is NOT empty then the server will run in secure mode.
In my dev I'm using a self signed certificate, so I have to put the cert path in .env.
In my production there's a nginx reverse proxy, so I don't need a certificate in my .env.
But the problem is if the options "tls" is NOT empty then the server will run in secure mode.
Servers/Reverb/Factory.php L54
My reverb.php config
The text was updated successfully, but these errors were encountered: