@vicky chb
I changed ssl.conf but don't know how to replace the
SSLcertificatekeyFile directive. Can you tell me how to do that.
Now I get this error msg:
$ httpd
AH00558: httpd: Could not reliably determine the server's fully
qualified domain name, using fe80::36d6:b0f7:e2cc:c2ba%eno1. Set the
Its not a command. Go to /etc/httpd/conf.d/ and open ssl.conf in vi or
whichever editor you like. Search for the below mentioned Directive line
SSLCertificateFile: '/etc/pki/tls/certs/localhost.crt'
edit this line and replace localhost.crt with your certificate name here
ca-bundle.crt or ca-bundl
Specifying ws instead of http in the RewriteRule should be good.
> If you are using a DSO version of mod_proxy, make
sure the proxy submodules are included in the configuration using LoadModule.
Did you explicitly load the mod_proxy_wstunnel module as is mentioned in the
error message? The erro
Thanks Vicky. Can you give me the whole command?
On 12/24/22, vicky chb wrote:
> Hi,
>
> Change "localhost.crt" to your current certificate name present in the
> mentioned directory. The syntax is by default, you may need to change as
> per your certificate names.
>
> Instead of this:
> SSLCertif