-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nishant,
On 3/9/17 2:12 PM, nishant singh wrote:
> Thank you for the response.I am using a self signed certificate.
> How to make httpd trust the certificate that Tomcat is presenting?
I think this is the directive you are looking for:
http://http
Hello Chris,
Thank you for the response.I am using a self signed certificate. How to
make httpd trust the certificate that Tomcat is presenting?
Nishant
On Fri, Mar 10, 2017 at 12:09 AM, Christopher Schultz <
ch...@christopherschultz.net> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA2
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Nishant,
On 3/9/17 1:16 PM, nishant singh wrote:
> I am creating a websocket connection to server using "wss"
> protocol from client. I have configured apache as proxy(mod proxy
> and mod_proxy_wstunnel.so module is enabled in Apache httpd.conf
> f
Hi,
I am creating a websocket connection to server using "wss" protocol from
client. I have configured apache as proxy(mod proxy and
mod_proxy_wstunnel.so module is enabled in Apache httpd.conf file) to my
tomcat server. In apache VirtualHost for port 443 is created.Attached is
Apache httpd.co