
Cannot download files over SSL in Internet Explorer - where is
--0015174478cae0a7320480f8c68d
Content-Type: text/plain; charset=ISO-8859-1
Hi
I am having trouble downloading files over SSL in Internet Explorer. After
some digging, I believe this is because a Cache-Control: no-cache HTTP
header is being added by my Oracle Apache 2 HTTP proxy server to the
responses sent from my application server. This causes the seemingly
well-known problem described in: http://support.microsoft.com/kb/316431
My question is how to (temporarily at least) disable the adding of the
Cache-Control header. I have tried the following to no avail:
a) Header unset Cache-Control in httpd.conf/ssl.conf
b) Header set Cache-Control <something else> - it sends Cache-Control:
no-cache, <something else>
c) session.cache_limiter = none in php.ini - no change
d) creating a filter in my application server and setting the Cache-Control
header there; I end up with two Cache-Control headers.
I have kept the default for the modules loaded but wonder if some module is
required to be turned off.
Has anyone got any clues what else I can try? Or what is the answer to this
problem?
thanks, Baljeet.
--0015174478cae0a7320480f8c68d
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div>Hi</div>
<div>I am having trouble downloading files over SSL in Internet Explorer. A=
fter some digging, I believe this is because a Cache-Control: no-cache HTTP=
header is being added by my Oracle Apache 2 HTTP proxy server to the respo=
nses sent from my application server. This causes the seemingly well-known =
problem described in: <span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; m=
so-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-GB=
; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA"><a href=3D"http://=
support.microsoft.com/kb/316431"><font color=3D"#800080">http://support.mic=
rosoft.com/kb/316431</font></a></span></div>
<div><span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-f=
amily: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-lan=
guage: EN-GB; mso-bidi-language: AR-SA">My question is how to (temporarily =
at least) disable the adding of the Cache-Control header. I have tried the =
following to no avail:</span></div>
<div><span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-f=
amily: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-lan=
guage: EN-GB; mso-bidi-language: AR-SA">a) Header unset Cache-Control in ht=
tpd.conf/ssl.conf</span></div>
<div><span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-f=
amily: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-lan=
guage: EN-GB; mso-bidi-language: AR-SA">b) Header set Cache-Control <som=
ething else>=A0- it sends Cache-Control: no-cache, <something else>=
;</span></div>
<div><span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-f=
amily: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-lan=
guage: EN-GB; mso-bidi-language: AR-SA">c) session.cache_limiter =3D none i=
n php.ini - no change</span></div>
<div><span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-f=
amily: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-lan=
guage: EN-GB; mso-bidi-language: AR-SA">d) creating a filter in my applicat=
ion server and setting the Cache-Control header there; I end up with two Ca=
che-Control headers.</span></div>
<div><span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-f=
amily: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-lan=
guage: EN-GB; mso-bidi-language: AR-SA">I have kept the default for the mod=
ules loaded but wonder if some module is required to be turned off. </span>=
</div>
<div><span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-f=
amily: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-lan=
guage: EN-GB; mso-bidi-language: AR-SA">Has anyone got any clues what else =
I can try? Or what is the answer to this problem?</span></div>
<div><span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-f=
amily: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-lan=
guage: EN-GB; mso-bidi-language: AR-SA">thanks, Baljeet.</span></div>
<div><span style=3D"FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-fareast-font-f=
amily: 'Times New Roman'; mso-ansi-language: EN-GB; mso-fareast-lan=
guage: EN-GB; mso-bidi-language: AR-SA"></span>=A0</div>
--0015174478cae0a7320480f8c68d--
Re: Cannot download files over SSL in Internet Explorer
On 4 March 2010 12:31, Baljeet Nijjhar <baljeet.nijjhar [at] googlemail.com> wro=
te:
> Hi
> I am having trouble downloading files over SSL in Internet Explorer. Afte=
r
> some digging, I believe this is because a Cache-Control: no-cache HTTP
> header is being added by my Oracle Apache 2 HTTP proxy server to the
> responses sent from my application server. This causes the seemingly
> well-known problem described in: http://support.microsoft.com/kb/316431
> My question is how to (temporarily at least) disable the adding of the
> Cache-Control header. I have tried the following to no avail:
> a) Header unset Cache-Control in httpd.conf/ssl.conf
> b) Header set Cache-Control <something else>=A0- it sends Cache-Control:
> no-cache, <something else>
> c) session.cache_limiter =3D none in php.ini - no change
> d) creating a filter in my application server and setting the Cache-Contr=
ol
> header there; I end up with two Cache-Control headers.
> I have kept the default for the modules loaded but wonder if some module =
is
> required to be turned off.
> Has anyone got any clues what else I can try? Or what is the answer to th=
is
> problem?
Sounds strange. Do you have anything else modifying the HTTP response
headers in front of your web servers, for example, a load-balancer?
Phil.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Cannot download files over SSL in Internet Explorer
> Sounds strange. Do you have anything else modifying the HTTP response
> headers in front of your web servers, for example, a load-balancer?
Just in case you have an F5 BIG-IP WebAccelerator, there is a known
issue regarding this (needs login):-
https://support.f5.com/kb/en-us/solutions/public/9000/600/so l9671.html
SOL9671: The BIG-IP WebAccelerator may insert an HTTP Cache-Control:
no-cache header into a response when an existing Cache-Control header
is not present
Known Issue
Updated Date: 12/28/2009
This is the result of a known issue. The BIG-IP WebAccelerator inserts
the HTTP Cache-Control: no-cache header into a response. This behavior
occurs when the requested object matches an acceleration policy node
with client cache settings configured with the Do not change option
selected, and the response from the origin web server (OWS) does not
have an existing HTTP Cache-Control header.
Note: The BIG-IP WebAccelerator inserts the HTTP Cache-Control:
no-cache header into a response regardless of whether the Always proxy
request for this node option is selected.
When the HTTP Cache-Control: no-cache header is inserted by the BIG-IP
WebAccelerator, Internet Explorer 6 browser clients may be unable to
display objects with an external application.
Note: For information about this issue, refer to SOL9603: Microsoft
Office documents may not open or save properly when accessed through a
BIG-IP WebAccelerator using Internet Explorer 6.
Note: This behavior was introduced in Hotfix-BIG-IP-9.4.5-HF2 for
BIG-IP WebAccelerator version 9.4.5 to address caching issues with
downstream caches.
[...]
Cheers,
Phil.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Cannot download files over SSL in Internet Explorer
--000e0cdf70e267b6460480fddd3e
Content-Type: text/plain; charset=ISO-8859-1
Hi i dont think there is anything in front. There is some communication with
Oracle WebGate and Oracle Identity and Access Manager but nothing that
obviously sets these headers on the response once it leaves the application
server.
I have tried lots of things:
a) set session.cache_limiter = none in php.ini
b) Header unset Cache-Control in httpd.conf
c) commenting out various modules in httpd.conf
I can add a Header on the proxy server using Header set Cache-Control but
there is still something which adds in a no-cache value after I have set my
value.
thanks, Baljeet.
On Thu, Mar 4, 2010 at 1:53 PM, Philip Wigg <phil [at] philipwigg.co.uk> wrote:
> > Sounds strange. Do you have anything else modifying the HTTP response
> > headers in front of your web servers, for example, a load-balancer?
>
> Just in case you have an F5 BIG-IP WebAccelerator, there is a known
> issue regarding this (needs login):-
>
> https://support.f5.com/kb/en-us/solutions/public/9000/600/so l9671.html
>
> SOL9671: The BIG-IP WebAccelerator may insert an HTTP Cache-Control:
> no-cache header into a response when an existing Cache-Control header
> is not present
>
> Known Issue
> Updated Date: 12/28/2009
> This is the result of a known issue. The BIG-IP WebAccelerator inserts
> the HTTP Cache-Control: no-cache header into a response. This behavior
> occurs when the requested object matches an acceleration policy node
> with client cache settings configured with the Do not change option
> selected, and the response from the origin web server (OWS) does not
> have an existing HTTP Cache-Control header.
>
> Note: The BIG-IP WebAccelerator inserts the HTTP Cache-Control:
> no-cache header into a response regardless of whether the Always proxy
> request for this node option is selected.
>
> When the HTTP Cache-Control: no-cache header is inserted by the BIG-IP
> WebAccelerator, Internet Explorer 6 browser clients may be unable to
> display objects with an external application.
>
> Note: For information about this issue, refer to SOL9603: Microsoft
> Office documents may not open or save properly when accessed through a
> BIG-IP WebAccelerator using Internet Explorer 6.
>
> Note: This behavior was introduced in Hotfix-BIG-IP-9.4.5-HF2 for
> BIG-IP WebAccelerator version 9.4.5 to address caching issues with
> downstream caches.
>
> [...]
>
> Cheers,
> Phil.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--000e0cdf70e267b6460480fddd3e
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div>Hi i dont think there is anything in front. There is some communicatio=
n with Oracle WebGate and Oracle Identity and Access Manager but nothing th=
at obviously sets these headers on the response once it leaves the applicat=
ion server.</div>
<div>I have tried lots of things:</div>
<div>a) set session.cache_limiter =3D none in php.ini</div>
<div>b) Header unset Cache-Control in httpd.conf</div>
<div>c) commenting out various modules in httpd.conf</div>
<div>I can add a Header on the proxy server using Header set Cache-Control =
but there is still something which adds in a no-cache value after I have se=
t my value.</div>
<div>thanks, Baljeet.<br><br></div>
<div class=3D"gmail_quote">On Thu, Mar 4, 2010 at 1:53 PM, Philip Wigg <spa=
n dir=3D"ltr"><<a href=3D"mailto:phil [at] philipwigg.co.uk">phil [at] philipwigg.=
co.uk</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class=3D"im">> Sounds strange. Do you have anything else modifying =
the HTTP response<br>> headers in front of your web servers, for example=
, a load-balancer?<br><br></div>Just in case you have an F5 BIG-IP WebAccel=
erator, there is a known<br>
issue regarding this (needs login):-<br><br><a href=3D"https://support.f5.c=
om/kb/en-us/solutions/public/9000/600/sol9671.html" target=3D"_blank">https=
://support.f5.com/kb/en-us/solutions/public/9000/600/sol9671 .html</a><br><b=
r>
SOL9671: The BIG-IP WebAccelerator may insert an HTTP Cache-Control:<br>no-=
cache header into a response when an existing Cache-Control header<br>is no=
t present<br><br>=A0Known Issue<br>Updated Date: 12/28/2009<br>This is the =
result of a known issue. The BIG-IP WebAccelerator inserts<br>
the HTTP Cache-Control: no-cache header into a response. This behavior<br>o=
ccurs when the requested object matches an acceleration policy node<br>with=
client cache settings configured with the Do not change option<br>selected=
, and the response from the origin web server (OWS) does not<br>
have an existing HTTP Cache-Control header.<br><br>Note: The BIG-IP WebAcce=
lerator inserts the HTTP Cache-Control:<br>no-cache header into a response =
regardless of whether the Always proxy<br>request for this node option is s=
elected.<br>
<br>When the HTTP Cache-Control: no-cache header is inserted by the BIG-IP<=
br>WebAccelerator, Internet Explorer 6 browser clients may be unable to<br>=
display objects with an external application.<br><br>Note: For information =
about this issue, refer to SOL9603: Microsoft<br>
Office documents may not open or save properly when accessed through a<br>B=
IG-IP WebAccelerator using Internet Explorer 6.<br><br>Note: This behavior =
was introduced in Hotfix-BIG-IP-9.4.5-HF2 for<br>BIG-IP WebAccelerator vers=
ion 9.4.5 to address caching issues with<br>
downstream caches.<br><br>[...]<br><br>Cheers,<br>
<div>
<div></div>
<div class=3D"h5">Phil.<br><br>--------------------------------------------=
-------------------------<br>The official User-To-User support forum of the=
Apache HTTP Server Project.<br>See <URL:<a href=3D"http://httpd.apache.=
org/userslist.html" target=3D"_blank">http://httpd.apache.org/userslist.htm=
l</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>=A0 " =A0 from the digest=
: <a href=3D"mailto:users-digest-unsubscribe [at] httpd.apache.org">users-digest=
-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br><br></div></div></blockquote></div>=
<br>
--000e0cdf70e267b6460480fddd3e--
Re: Cannot download files over SSL in Internet Explorer
On 4 March 2010 18:35, Baljeet Nijjhar <baljeet.nijjhar [at] googlemail.com> wrote:
> Hi i dont think there is anything in front. There is some communication with
> Oracle WebGate and Oracle Identity and Access Manager but nothing that
> obviously sets these headers on the response once it leaves the application
> server.
> I have tried lots of things:
> a) set session.cache_limiter = none in php.ini
> b) Header unset Cache-Control in httpd.conf
> c) commenting out various modules in httpd.conf
> I can add a Header on the proxy server using Header set Cache-Control but
> there is still something which adds in a no-cache value after I have set my
> value.
It might be worth checking that this is definitely the case. Are you
accessing the server over the internet? Is there a test environment
where you can connect directly over a LAN to the Apache server?
Cheers,
Phil.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Cannot download files over SSL in Internet Explorer
--000e0cdf6c6a3193c304810c0228
Content-Type: text/plain; charset=ISO-8859-1
We are connecting directly over a LAN to the Apache proxy server, it is
airgapped network. I also have WebGate, Oracle AccessServer, Oracle Identity
Server Oracle Identity and Access Manager Control and Oracle Internet
Directory 'in the mix'.
On Fri, Mar 5, 2010 at 10:42 AM, Philip Wigg <phil [at] philipwigg.co.uk> wrote:
> On 4 March 2010 18:35, Baljeet Nijjhar <baljeet.nijjhar [at] googlemail.com>
> wrote:
> > Hi i dont think there is anything in front. There is some communication
> with
> > Oracle WebGate and Oracle Identity and Access Manager but nothing that
> > obviously sets these headers on the response once it leaves the
> application
> > server.
> > I have tried lots of things:
> > a) set session.cache_limiter = none in php.ini
> > b) Header unset Cache-Control in httpd.conf
> > c) commenting out various modules in httpd.conf
> > I can add a Header on the proxy server using Header set Cache-Control but
> > there is still something which adds in a no-cache value after I have set
> my
> > value.
>
> It might be worth checking that this is definitely the case. Are you
> accessing the server over the internet? Is there a test environment
> where you can connect directly over a LAN to the Apache server?
>
> Cheers,
> Phil.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--000e0cdf6c6a3193c304810c0228
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
We are connecting directly over a LAN to the Apache proxy server, it is air=
gapped network. I also have WebGate, Oracle AccessServer, Oracle Identity S=
erver Oracle Identity and Access Manager Control and Oracle Internet Direct=
ory 'in the mix'. <br>
<br>
<div class=3D"gmail_quote">On Fri, Mar 5, 2010 at 10:42 AM, Philip Wigg <sp=
an dir=3D"ltr"><<a href=3D"mailto:phil [at] philipwigg.co.uk" target=3D"_blan=
k">phil [at] philipwigg.co.uk</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>On 4 March 2010 18:35, Baljeet Nijjhar <<a href=3D"mailto:baljeet.n=
ijjhar [at] googlemail.com" target=3D"_blank">baljeet.nijjhar [at] googlemail.com</a>=
> wrote:<br>> Hi i dont think there is anything in front. There is so=
me communication with<br>
> Oracle WebGate and Oracle Identity and Access Manager but nothing that=
<br>> obviously sets these headers on the response once it leaves the ap=
plication<br>> server.<br>> I have tried lots of things:<br>> a) s=
et session.cache_limiter =3D none in php.ini<br>
> b) Header unset Cache-Control in httpd.conf<br>> c) commenting out =
various modules in httpd.conf<br>> I can add a Header on the proxy serve=
r using Header set Cache-Control but<br>> there is still something which=
adds in a no-cache value after I have set my<br>
> value.<br><br></div>It might be worth checking that this is definitely=
the case. Are you<br>accessing the server over the internet? Is there a te=
st environment<br>where you can connect directly over a LAN to the Apache s=
erver?<br>
<div>
<div></div>
<div><br>Cheers,<br>Phil.<br><br>------------------------------------------=
---------------------------<br>The official User-To-User support forum of t=
he Apache HTTP Server Project.<br>See <URL:<a href=3D"http://httpd.apach=
e.org/userslist.html" target=3D"_blank">http://httpd.apache.org/userslist.h=
tml</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>=A0 " =
=A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe [at] httpd.apach=
e.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org" target=3D"_blank">users-help [at] httpd.apache.org</a><br><br></div></div><=
/blockquote></div><br>
--000e0cdf6c6a3193c304810c0228--
Re: Cannot download files over SSL in Internet Explorer
On 5 March 2010 11:28, Baljeet Nijjhar <baljeet.nijjhar [at] googlemail.com> wrote:
> We are connecting directly over a LAN to the Apache proxy server, it is
> airgapped network. I also have WebGate, Oracle AccessServer, Oracle Identity
> Server Oracle Identity and Access Manager Control and Oracle Internet
> Directory 'in the mix'.
>
> On Fri, Mar 5, 2010 at 10:42 AM, Philip Wigg <phil [at] philipwigg.co.uk> wrote:
>>
>> On 4 March 2010 18:35, Baljeet Nijjhar <baljeet.nijjhar [at] googlemail.com>
>> wrote:
>> > Hi i dont think there is anything in front. There is some communication
>> > with
>> > Oracle WebGate and Oracle Identity and Access Manager but nothing that
>> > obviously sets these headers on the response once it leaves the
>> > application
>> > server.
Not strictly Apache but is it possible that Oracle WebGate doing this?
See http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/b3 2420/v2access.htm
--
CachePragmaHeader and CacheControlHeader
These settings apply only to WebGates and control the browser's cache.
By default, CachePragmaHeader and CacheControlHeader are set to
no-cache. This prevents WebGate from caching data at the Web server
application and the user's browser.
However, this may prevent certain operations such as downloading PDF
files or saving report files when the site is protected by a WebGate.
You can set the Access Manager SDK caches that the WebGate uses to
different levels. See
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html section 14.9
for details.
All of the cache-response-directives are allowed. For example, you may
need to set both cache values to public to allow PDF files to be
downloaded.
--
If it's not that, I'm afraid I don't know!
Cheers,
Phil.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Cannot download files over SSL in Internet Explorer
On Fri, Mar 5, 2010 at 6:28 AM, Baljeet Nijjhar
<baljeet.nijjhar [at] googlemail.com> wrote:
> Cache-Control: no-cache HTTP header is being added by my Oracle Apache 2 HTTP
....
> We are connecting directly over a LAN to the Apache proxy server, it is
> airgapped network. I also have WebGate, Oracle AccessServer, Oracle Identity
> Server Oracle Identity and Access Manager Control and Oracle Internet
> Directory 'in the mix'.
Have you asked Oracle?
--
Eric Covener
covener [at] gmail.com
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
" from the digest: users-digest-unsubscribe [at] httpd.apache.org
For additional commands, e-mail: users-help [at] httpd.apache.org
Re: Cannot download files over SSL in Internet Explorer
--001636c5ab559a5f4304810e620a
Content-Type: text/plain; charset=ISO-8859-1
It is very possible! I tried changing our WebGate configuration through
Oracle Access Server console by setting CachePragmaHeader and
CacheControlHeader to public as described in the link you sent, and the
headers being sent on my HTTP response were modified, so it appears that
this component is responsible for adding/setting them (and it can't be
undone by updating the Apache proxy server configuration e.g. adding 'Header
unset Cache-Control' in httpd.conf has no effect).
However, IE still doesn't play ball, so I need to work out either a) what
these need to be set for IE/SSL to work or b) work out how to stop WebGate
adding them at all (so we can control them through Apache proxy server or
our application server).
Will update when I have more time, but thanks so much for that. I had come
across this possibiilty before, and had tried modifying a random
WebGateStatic.lst but this had no effect and I gave up. So thanks for making
me look at it again.
On Fri, Mar 5, 2010 at 11:59 AM, Philip Wigg <phil [at] philipwigg.co.uk> wrote:
> On 5 March 2010 11:28, Baljeet Nijjhar <baljeet.nijjhar [at] googlemail.com>
> wrote:
> > We are connecting directly over a LAN to the Apache proxy server, it is
> > airgapped network. I also have WebGate, Oracle AccessServer, Oracle
> Identity
> > Server Oracle Identity and Access Manager Control and Oracle Internet
> > Directory 'in the mix'.
> >
> > On Fri, Mar 5, 2010 at 10:42 AM, Philip Wigg <phil [at] philipwigg.co.uk>
> wrote:
> >>
> >> On 4 March 2010 18:35, Baljeet Nijjhar <baljeet.nijjhar [at] googlemail.com>
> >> wrote:
> >> > Hi i dont think there is anything in front. There is some
> communication
> >> > with
> >> > Oracle WebGate and Oracle Identity and Access Manager but nothing that
> >> > obviously sets these headers on the response once it leaves the
> >> > application
> >> > server.
>
> Not strictly Apache but is it possible that Oracle WebGate doing this?
>
> See
> http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/b3 2420/v2access.htm
>
> --
>
> CachePragmaHeader and CacheControlHeader
>
> These settings apply only to WebGates and control the browser's cache.
>
> By default, CachePragmaHeader and CacheControlHeader are set to
> no-cache. This prevents WebGate from caching data at the Web server
> application and the user's browser.
>
> However, this may prevent certain operations such as downloading PDF
> files or saving report files when the site is protected by a WebGate.
>
> You can set the Access Manager SDK caches that the WebGate uses to
> different levels. See
> http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html section 14.9
> for details.
>
> All of the cache-response-directives are allowed. For example, you may
> need to set both cache values to public to allow PDF files to be
> downloaded.
>
> --
>
> If it's not that, I'm afraid I don't know!
>
> Cheers,
> Phil.
>
> ------------------------------------------------------------ ---------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
> For additional commands, e-mail: users-help [at] httpd.apache.org
>
>
--001636c5ab559a5f4304810e620a
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div>It is very possible! I tried changing our WebGate configuration throug=
h Oracle Access Server console by setting CachePragmaHeader and CacheContro=
lHeader to public as described in the link you sent, and the headers being =
sent on my HTTP response were modified, so it appears that this component i=
s responsible for adding/setting them (and it can't be undone by updati=
ng the Apache proxy server configuration e.g. adding 'Header unset Cach=
e-Control' in httpd.conf has no effect).</div>
<div>However, IE still doesn't play ball, so I need to work out either =
a) what these need to be set for IE/SSL to work or b) work out how to stop =
WebGate adding them at all (so we can control them through Apache proxy ser=
ver or our application server).</div>
<div>Will update when I have more time, but thanks so much for that. I had =
come across=A0this possibiilty=A0before, and had tried modifying a random W=
ebGateStatic.lst but this had no effect and I gave up. So thanks for making=
me look at it again.<br>
<br></div>
<div class=3D"gmail_quote">On Fri, Mar 5, 2010 at 11:59 AM, Philip Wigg <sp=
an dir=3D"ltr"><<a href=3D"mailto:phil [at] philipwigg.co.uk">phil [at] philipwigg=
..co.uk</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class=3D"im">On 5 March 2010 11:28, Baljeet Nijjhar <<a href=3D"mai=
lto:baljeet.nijjhar [at] googlemail.com">baljeet.nijjhar [at] googlema il.com</a>> =
wrote:<br>> We are connecting directly over a LAN to the Apache proxy se=
rver, it is<br>
> airgapped network. I also have WebGate, Oracle AccessServer, Oracle Id=
entity<br>> Server Oracle Identity and Access Manager Control and Oracle=
Internet<br>> Directory 'in the mix'.<br>><br>> On Fri, M=
ar 5, 2010 at 10:42 AM, Philip Wigg <<a href=3D"mailto:phil [at] philipwigg.c=
o.uk">phil [at] philipwigg.co.uk</a>> wrote:<br>
>><br>>> On 4 March 2010 18:35, Baljeet Nijjhar <<a href=3D"=
mailto:baljeet.nijjhar [at] googlemail.com">baljeet.nijjhar [at] googl email.com</a>&g=
t;<br>>> wrote:<br>>> > Hi i dont think there is anything in=
front. There is some communication<br>
>> > with<br>>> > Oracle WebGate and Oracle Identity and =
Access Manager but nothing that<br>>> > obviously sets these heade=
rs on the response once it leaves the<br>>> > application<br>>&=
gt; > server.<br>
<br></div>Not strictly Apache but is it possible that Oracle WebGate doing =
this?<br><br>See <a href=3D"http://download.oracle.com/docs/cd/E10761_01/do=
c/oam.1014/b32420/v2access.htm" target=3D"_blank">http://download.oracle.co=
m/docs/cd/E10761_01/doc/oam.1014/b32420/v2access.htm</a><br>
<br>--<br><br>CachePragmaHeader and CacheControlHeader<br><br>These setting=
s apply only to WebGates and control the browser's cache.<br><br>By def=
ault, CachePragmaHeader and CacheControlHeader are set to<br>no-cache. This=
prevents WebGate from caching data at the Web server<br>
application and the user's browser.<br><br>However, this may prevent ce=
rtain operations such as downloading PDF<br>files or saving report files wh=
en the site is protected by a WebGate.<br><br>You can set the Access Manage=
r SDK caches that the WebGate uses to<br>
different levels. See<br><a href=3D"http://www.w3.org/Protocols/rfc2616/rfc=
2616-sec14.html" target=3D"_blank">http://www.w3.org/Protocols/rfc2616/rfc2=
616-sec14.html</a> section 14.9<br>for details.<br><br>All of the cache-res=
ponse-directives are allowed. For example, you may<br>
need to set both cache values to public to allow PDF files to be<br>downloa=
ded.<br><font color=3D"#888888"><br>--<br><br>If it's not that, I'm=
afraid I don't know!<br></font>
<div>
<div></div>
<div class=3D"h5"><br>Cheers,<br>Phil.<br><br>-----------------------------=
----------------------------------------<br>The official User-To-User suppo=
rt forum of the Apache HTTP Server Project.<br>See <URL:<a href=3D"http:=
//httpd.apache.org/userslist.html" target=3D"_blank">http://httpd.apache.or=
g/userslist.html</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g">users-unsubscribe [at] httpd.apache.org</a><br>=A0 " =A0 from the digest=
: <a href=3D"mailto:users-digest-unsubscribe [at] httpd.apache.org">users-digest=
-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org">users-help [at] httpd.apache.org</a><br><br></div></div></blockquote></div>=
<br>
--001636c5ab559a5f4304810e620a--
Re: Cannot download files over SSL in Internet Explorer
--001636c5ab553b35bb048110ac72
Content-Type: text/plain; charset=ISO-8859-1
It *seems* that if I set the values of CachePragmaHeader or
CacheControlHeader to blank, the headers are not sent. In addition, if I
then delete my cached files in Internet Explorer it is working. I can open
Word and PDF files, and I don't have to have the Word or PDF application
already open, nor do I have to have BypassSSLNoCacheCheck registry setting
set to true.
Now I have to find out exactly what setting to put the headers to, because
it may not be the wisest option to drop them.
thanks very much for your help!
On Fri, Mar 5, 2010 at 2:18 PM, Baljeet Nijjhar <
baljeet.nijjhar [at] googlemail.com> wrote:
> It is very possible! I tried changing our WebGate configuration through
> Oracle Access Server console by setting CachePragmaHeader and
> CacheControlHeader to public as described in the link you sent, and the
> headers being sent on my HTTP response were modified, so it appears that
> this component is responsible for adding/setting them (and it can't be
> undone by updating the Apache proxy server configuration e.g. adding 'Header
> unset Cache-Control' in httpd.conf has no effect).
> However, IE still doesn't play ball, so I need to work out either a) what
> these need to be set for IE/SSL to work or b) work out how to stop WebGate
> adding them at all (so we can control them through Apache proxy server or
> our application server).
> Will update when I have more time, but thanks so much for that. I had come
> across this possibiilty before, and had tried modifying a random
> WebGateStatic.lst but this had no effect and I gave up. So thanks for making
> me look at it again.
>
> On Fri, Mar 5, 2010 at 11:59 AM, Philip Wigg <phil [at] philipwigg.co.uk>wrote:
>
>> On 5 March 2010 11:28, Baljeet Nijjhar <baljeet.nijjhar [at] googlemail.com>
>> wrote:
>> > We are connecting directly over a LAN to the Apache proxy server, it is
>> > airgapped network. I also have WebGate, Oracle AccessServer, Oracle
>> Identity
>> > Server Oracle Identity and Access Manager Control and Oracle Internet
>> > Directory 'in the mix'.
>> >
>> > On Fri, Mar 5, 2010 at 10:42 AM, Philip Wigg <phil [at] philipwigg.co.uk>
>> wrote:
>> >>
>> >> On 4 March 2010 18:35, Baljeet Nijjhar <baljeet.nijjhar [at] googlemail.com
>> >
>> >> wrote:
>> >> > Hi i dont think there is anything in front. There is some
>> communication
>> >> > with
>> >> > Oracle WebGate and Oracle Identity and Access Manager but nothing
>> that
>> >> > obviously sets these headers on the response once it leaves the
>> >> > application
>> >> > server.
>>
>> Not strictly Apache but is it possible that Oracle WebGate doing this?
>>
>> See
>> http://download.oracle.com/docs/cd/E10761_01/doc/oam.1014/b3 2420/v2access.htm
>>
>> --
>>
>> CachePragmaHeader and CacheControlHeader
>>
>> These settings apply only to WebGates and control the browser's cache.
>>
>> By default, CachePragmaHeader and CacheControlHeader are set to
>> no-cache. This prevents WebGate from caching data at the Web server
>> application and the user's browser.
>>
>> However, this may prevent certain operations such as downloading PDF
>> files or saving report files when the site is protected by a WebGate.
>>
>> You can set the Access Manager SDK caches that the WebGate uses to
>> different levels. See
>> http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html section 14.9
>> for details.
>>
>> All of the cache-response-directives are allowed. For example, you may
>> need to set both cache values to public to allow PDF files to be
>> downloaded.
>>
>> --
>>
>> If it's not that, I'm afraid I don't know!
>>
>> Cheers,
>> Phil.
>>
>> ------------------------------------------------------------ ---------
>> The official User-To-User support forum of the Apache HTTP Server Project.
>> See <URL:http://httpd.apache.org/userslist.html> for more info.
>> To unsubscribe, e-mail: users-unsubscribe [at] httpd.apache.org
>> " from the digest: users-digest-unsubscribe [at] httpd.apache.org
>> For additional commands, e-mail: users-help [at] httpd.apache.org
>>
>>
>
--001636c5ab553b35bb048110ac72
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<div>It *seems* that if I set the values of CachePragmaHeader or CacheContr=
olHeader to blank, the headers are not sent. In addition, if I then delete =
my cached files in Internet Explorer it is working. I can open Word and PDF=
files, and I don't have to have the Word or PDF application already op=
en, nor do I have to have BypassSSLNoCacheCheck registry setting set to tru=
e.</div>
<div>Now I have to find out exactly what setting to put the headers to, bec=
ause it may not be the wisest option to drop them.</div>
<div>thanks very much for your help!<br><br></div>
<div class=3D"gmail_quote">On Fri, Mar 5, 2010 at 2:18 PM, Baljeet Nijjhar =
<span dir=3D"ltr"><<a href=3D"mailto:baljeet.nijjhar [at] googlemail.com">bal=
jeet.nijjhar [at] googlemail.com</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>It is very possible! I tried changing our WebGate configuration throug=
h Oracle Access Server console by setting CachePragmaHeader and CacheContro=
lHeader to public as described in the link you sent, and the headers being =
sent on my HTTP response were modified, so it appears that this component i=
s responsible for adding/setting them (and it can't be undone by updati=
ng the Apache proxy server configuration e.g. adding 'Header unset Cach=
e-Control' in httpd.conf has no effect).</div>
<div>However, IE still doesn't play ball, so I need to work out either =
a) what these need to be set for IE/SSL to work or b) work out how to stop =
WebGate adding them at all (so we can control them through Apache proxy ser=
ver or our application server).</div>
<div>Will update when I have more time, but thanks so much for that. I had =
come across=A0this possibiilty=A0before, and had tried modifying a random W=
ebGateStatic.lst but this had no effect and I gave up. So thanks for making=
me look at it again.<br>
<br></div>
<div>
<div></div>
<div class=3D"h5">
<div class=3D"gmail_quote">On Fri, Mar 5, 2010 at 11:59 AM, Philip Wigg <sp=
an dir=3D"ltr"><<a href=3D"mailto:phil [at] philipwigg.co.uk" target=3D"_blan=
k">phil [at] philipwigg.co.uk</a>></span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"PADDING-LEFT: 1ex; MARGIN: 0px 0=
px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>On 5 March 2010 11:28, Baljeet Nijjhar <<a href=3D"mailto:baljeet.n=
ijjhar [at] googlemail.com" target=3D"_blank">baljeet.nijjhar [at] googlemail.com</a>=
> wrote:<br>> We are connecting directly over a LAN to the Apache pro=
xy server, it is<br>
> airgapped network. I also have WebGate, Oracle AccessServer, Oracle Id=
entity<br>> Server Oracle Identity and Access Manager Control and Oracle=
Internet<br>> Directory 'in the mix'.<br>><br>> On Fri, M=
ar 5, 2010 at 10:42 AM, Philip Wigg <<a href=3D"mailto:phil [at] philipwigg.c=
o.uk" target=3D"_blank">phil [at] philipwigg.co.uk</a>> wrote:<br>
>><br>>> On 4 March 2010 18:35, Baljeet Nijjhar <<a href=3D"=
mailto:baljeet.nijjhar [at] googlemail.com" target=3D"_blank">baljeet.nijjhar [at] go=
oglemail.com</a>><br>>> wrote:<br>>> > Hi i dont think th=
ere is anything in front. There is some communication<br>
>> > with<br>>> > Oracle WebGate and Oracle Identity and =
Access Manager but nothing that<br>>> > obviously sets these heade=
rs on the response once it leaves the<br>>> > application<br>>&=
gt; > server.<br>
<br></div>Not strictly Apache but is it possible that Oracle WebGate doing =
this?<br><br>See <a href=3D"http://download.oracle.com/docs/cd/E10761_01/do=
c/oam.1014/b32420/v2access.htm" target=3D"_blank">http://download.oracle.co=
m/docs/cd/E10761_01/doc/oam.1014/b32420/v2access.htm</a><br>
<br>--<br><br>CachePragmaHeader and CacheControlHeader<br><br>These setting=
s apply only to WebGates and control the browser's cache.<br><br>By def=
ault, CachePragmaHeader and CacheControlHeader are set to<br>no-cache. This=
prevents WebGate from caching data at the Web server<br>
application and the user's browser.<br><br>However, this may prevent ce=
rtain operations such as downloading PDF<br>files or saving report files wh=
en the site is protected by a WebGate.<br><br>You can set the Access Manage=
r SDK caches that the WebGate uses to<br>
different levels. See<br><a href=3D"http://www.w3.org/Protocols/rfc2616/rfc=
2616-sec14.html" target=3D"_blank">http://www.w3.org/Protocols/rfc2616/rfc2=
616-sec14.html</a> section 14.9<br>for details.<br><br>All of the cache-res=
ponse-directives are allowed. For example, you may<br>
need to set both cache values to public to allow PDF files to be<br>downloa=
ded.<br><font color=3D"#888888"><br>--<br><br>If it's not that, I'm=
afraid I don't know!<br></font>
<div>
<div></div>
<div><br>Cheers,<br>Phil.<br><br>------------------------------------------=
---------------------------<br>The official User-To-User support forum of t=
he Apache HTTP Server Project.<br>See <URL:<a href=3D"http://httpd.apach=
e.org/userslist.html" target=3D"_blank">http://httpd.apache.org/userslist.h=
tml</a>> for more info.<br>
To unsubscribe, e-mail: <a href=3D"mailto:users-unsubscribe [at] httpd.apache.or=
g" target=3D"_blank">users-unsubscribe [at] httpd.apache.org</a><br>=A0 " =
=A0 from the digest: <a href=3D"mailto:users-digest-unsubscribe [at] httpd.apach=
e.org" target=3D"_blank">users-digest-unsubscribe [at] httpd.apache.org</a><br>
For additional commands, e-mail: <a href=3D"mailto:users-help [at] httpd.apache.=
org" target=3D"_blank">users-help [at] httpd.apache.org</a><br><br></div></div><=
/blockquote></div><br></div></div></blockquote></div><br>
--001636c5ab553b35bb048110ac72--