Search results

  1. P

    Cannot start port 443 - Listener [SSL] does not exist Error

    Hi, I've created a listerner "SSL" under Listeners Set it at: Port: 443 Secure: Yes However, when the server starts, I get an error: Listener [SSL] does not exist Error Can someone please point me to the right direction. I'm migrating to a new server and did the config the same as my old...
  2. P

    SQL BinLog is churning up my GCP space. What to do?

    In your mysqld.cnf file you can use one of the following: 1- binlog_expire_logs_seconds = 172800 This set it to lower rotate/clean intervals, so it'll reduce the amount of disk space used. 2- skip-log-bin If you don't use DB replication, you can skip it all together and save all the space...
  3. P

    My openlitespeed is using an older version of SSL which doesn't support TLS 1.3

    Thank you for the reply. I'm on the latest 1.6.14 branch. So I don't need to worry about the old opensll lib loaded by lsphp ?
  4. P

    My openlitespeed is using an older version of SSL which doesn't support TLS 1.3

    Hi, I've openssl1.1.1g install on my Ubuntu 16.4. Somehow when I installed openlitespeed, it's loading OpenSSL 1.0.2g instead of 1.1.1g library as shown in the phpinfo (). How do I tell openlitespeed to use 1.1.1g so it can support TLS 1.3 ? Thanks for any help pointing me in the right...
Top