Hello Mark,
Yes. My action was
1) modify server.xml (ciphers="foo,bar"), then
2) restart tomcat server, then
3) test SSL setting with HTTPS, then
4) result: still work well!?
P.S. I also set protocol="org.apache.coyote.http11.Http11Protocol" and
sslProtocol="TLS"
cipher to
"TLS_RSA_WITH_DES_CBC_SHA,TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA", but it seems
fail... because when I set ciphers="foo,bar", SSL still work well.
Does anyone have experience with "ciphers" parameter? Is it po
I have a tomcat server on windows 2003 platform, using java servlet to upload
file.
It has been working well until one or two months ago.
Now this Tomcat 6.0 + HTTPS + Oreilly MultiPartRequest uploads file slowly with
IE6 browser.
For testing, I create a 10M zip file and try to upload it on di