Search results

  1. stan0ne

    Multiple Virtual host SSL

    I solved the problem. created a new certificate; openssl req -x509 -nodes -days 365 -newkey rsa: 2048 -keyout /bla/bla/test-private.key -out /bla/bla/test-cert.crt and I defined this certificate to the listener. problem solved. There is now 443 access for every 2 virtual hosts.
  2. stan0ne

    Multiple Virtual host SSL

    Hello all. I am using OpenLiteSpeed for my webserver. i have 2 domain and 2 virtual host. i create listener for 443 and set secure to yes and map virtual hosts this listener 443. i configured ssl at virtual hosts. but not access https:// i think i need to enter ssl for 443 listeners. but I...
Top