Thanks Jerry for the solution.
On Fri, Jan 11, 2013 at 2:35 AM, Jerry Blasdel wrote:
> My issue has been resolved. In my case I was statically linking the
> OpenSSL so I needed to do the following before calling httpd configure:
>
> export CC=fipsld
> export FIPSLD_CC=gcc
>
>
>
> This is a PRIV
Hi All,
I have -MultiViews set and SSLInsecureNegotation off ( in ifmodule of
mod_ssl.c) in Apache.
But still vulnerability report says I am vulnerable to client side
negotiation.
Any pointers ?
The same configuration works on our TEST environments. THe only difference
is the build release vers
Hello
I have an Apache server running several applications. From my subnet I have no
issue to connect these applications (address is 192.168.6.xxx).
But from other place of our intranet (address 192.168., like 192.168.1) we are
unable to connect to these applications. And that occur from only
On Fri, Jan 11, 2013 at 1:57 PM, Tom Frost wrote:
> Hi
>
> Thank you all for your replies, very helpful and much appreciated.
>
> I understand your thoughts on the IfDefine Proxy, as you can guess this is
> something which Epages put in itself, not anything that I put in or use.
>
> When I remove
Hi
Thank you all for your replies, very helpful and much appreciated.
I understand your thoughts on the IfDefine Proxy, as you can guess this is
something which Epages put in itself, not anything that I put in or use.
When I remove those tags, the DUMP_VHOSTS output is as expected:
VirtualHost
On Fri, Jan 11, 2013 at 11:59 AM, Pete Houston wrote:
> On Fri, Jan 11, 2013 at 11:37:44AM +0200, Chris Datfung wrote:
> > How can I configure Apache to forward proxy requests while terminating
> SSL
> > connections for inspection and then reencrypt the traffic?
>
> That won't be trivial, which i
On Fri, Jan 11, 2013 at 11:37:44AM +0200, Chris Datfung wrote:
> How can I configure Apache to forward proxy requests while terminating SSL
> connections for inspection and then reencrypt the traffic?
That won't be trivial, which is a good thing otherwise https would be
pretty pointless from a pri