Fenrirthviti/stream-site

stop SSL

Closed this issue · 7 comments

hello again
pls can you write how to stop SSL configuration ?

i want http:// not https://

Remove the port 80 redirect to ssl, and remove the ssl config.

what line need to remove on config ?

when i stop SSL i got this error

Notice: Undefined index: HTTPS in /var/www/html/inc/config.php on line 23

Hmm, that shouldn't happen.

Just change line 23 to this:

$protocol = 'http://';

lol ;)
For 3-4 days I was wondering how to fix this 23 line

Closing as it looks like you got this working.