Re: PHP on Tomcat 5.5 on Windows XP keeps dying

2008-04-15 Thread Max Sevenfold
What do you have in your log files? Jonathan Mast wrote: Is there anyway that I can prevent Tomcat 5.5 on Windows XP from dying when I execute the following code in an PHP page: $db_link = mysql_connect($db_host, $db_user, $db_pass, $new_link) or die ("Unable to connect to database"); Th

Re: SSL

2008-04-12 Thread Max Sevenfold
RC4_128_MD5" But after I added it IE 7 stopped to work. Let me know if you can connect to tomcat with Opera without warnings. Thanks, Max Caldarale, Charles R wrote: From: Max Sevenfold [mailto:[EMAIL PROTECTED] Subject: Re: SSL Does it work with both Opera and IE 7 browsers? It cert

Re: SSL

2008-04-12 Thread Max Sevenfold
Does it work with both Opera and IE 7 browsers? I mean non-apr connector. Regards, Max Caldarale, Charles R wrote: From: Gary Opela (Corporate) [mailto:[EMAIL PROTECTED] Subject: SSL Just wondering what you all suggest to get SSL working in Tomcat. http://tomcat.apache.org/tomcat-5

Re: Tomcat SSL

2008-04-09 Thread Max Sevenfold
ml#Connector%2 0Comparison and then configure the connector according to directions available here http://tomcat.apache.org/tomcat-6.0-doc/config/printer/http.html HTH Martin- - Original Message - From: "Max Sevenfold" <> To: "Tomcat Users List" Sent: Wednesday,

Tomcat SSL

2008-04-09 Thread Max Sevenfold
Hello, Is it possible to configure Tomcat with Coyote connector to work in IE 7 and Opera ? (I have configured IE 7 or Opera but not both) Thanks, Max - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

Sorry Offtopic

2008-04-08 Thread Max Sevenfold
Hello, I am subscribed to list and I receive emails. When I posted emails to list in past I was getting a copy of my email. I right now I do not get copy and nobody respond to my emails also. Do you see what I send? Should I get my copy of my email? I am sorry for off topic. Please respond.

SSL IE vs Opera war

2008-04-06 Thread Max Sevenfold
Hello, Opera dislikes low encryption. It works only when I add ciphers="TLS_RSA_WITH_AES_256_CBC_SHA" But it stops IE 7. IE 7 uses TSL_RSA_WITH_RC4_128_MD5 We tries following so far ciphers="TLS_RSA_WITH_AES_256_CBC_SHA,TSL_RSA_WITH_RC4_128_MD5" ciphers="TSL_RSA

Updating context

2008-03-30 Thread Max Sevenfold
Hello All, Could you advise the ways to update Tomcat context automatically and comments pluses and minuses. Here are solutions I have guessed already:- 1. Upload via /manager/html/* (undeploy + upload) (Does not seems to be a good solution in general for automated script) 2. Replace war fil

Re: Disable low grade encryption

2008-02-06 Thread Max Sevenfold
: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max, Max Sevenfold wrote: | Chris, | | Thank You. I just got solution from colleague. I was going to post it here. Yes, please post your solution, including complete instructions. Post it under a new thread so folks who haven't been reading thi

Re: Disable low grade encryption

2008-02-06 Thread Max Sevenfold
docs. Thanks All, Max Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max, Max Sevenfold wrote: | compression="on" | compressionMinSize="2048" | noCompressionUserAgents="gozilla, traviata" | compre

Re: Disable low grade encryption

2008-02-05 Thread Max Sevenfold
keystorePass="changeit" keystoreType="PKCS12" /> I added JAVA_OPTS="$JAVA_OPTS "-Dhttps.cipherSuites=TLS_RSA_WITH_AES_256_CBC_SHA to catalina.sh also Thanks, Max Christopher Schultz wrote: -----BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Max, Max

Re: Disable low grade encryption

2008-02-05 Thread Max Sevenfold
Right now I am using pure Java solution with keystore. I am debating to move to APR. Thanks, Max On Feb 5, 2008 5:21 PM, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Max, > > Max Sevenfold wrote: > | I woul

Disable low grade encryption

2008-02-05 Thread Max Sevenfold
Hello, I would like to disable low grade encryption in Tomcat. I have cert that uses 256/1024bit encryption with Apache but same cert with tomcat uses 128/768bit encryption. The problem is public key size 768 bit that is no more considered secure by Opera. The problem was discussed here.