problem with ssl connection

2009-04-14 Thread Stefano Elmopi
Hi, Is there someone who is able to connect to an MySQL instance connection via ssl, from a client located on a different server than where is the MySQL instance, using the only option --ssl-ca ? I'm not able, I can only connect if I use the options --ssl-ca, --ssl- cert and --ssl-key ev

SSL Connection and emty SSL_CIPHER

2008-08-31 Thread Jonas Meurer
'help;' or '\h' for help. Type '\c' to clear the buffer. So far everything works great. But for some reason, the SSL connection doesn't have a Cipher set: mysql> SHO

Re: How to find out about SSL connection?

2006-05-31 Thread Yves Goergen
On 31.05.2006 14:46 (+0100), Paul DuBois wrote: > --ssl on the client side (mysql) isn't sufficient to enable an SSL > connection, as stated in the manual. That's why Joerg indicated the > use of the other options. Why do I need to provide the client with a certificate? I do

Re: How to find out about SSL connection?

2006-05-31 Thread Yves Goergen
On 31.05.2006 12:47 (+0100), Joerg Bruehe wrote: > I said I am no SSL expert, I just go by this quote from the manual: Yes, I saw that. But it doesn't apply on Query Browser because there is no such option available in the UI. Btw, I cannot connect to MySQL5+SSL with Query Browser/Win but I can c

Re: How to find out about SSL connection?

2006-05-31 Thread Joerg Bruehe
Hi Yves, all! Yves Goergen wrote: On 31.05.2006 10:21 (+0100), Joerg Bruehe wrote: According to your description below, where you got "Could not connect ...", you are given this warning if establishing the connection fails. So the remaining case is a client trying to connect to a server which

Re: How to find out about SSL connection?

2006-05-31 Thread Yves Goergen
On 31.05.2006 10:21 (+0100), Joerg Bruehe wrote: > According to your description below, where you got "Could not connect > ...", you are given this warning if establishing the connection fails. > So the remaining case is a client trying to connect to a server which > does not support SSL, or does

Re: How to find out about SSL connection?

2006-05-31 Thread Joerg Bruehe
Hi Yves, all! Yves Goergen wrote: On 30.05.2006 16:28 (+0100), Joerg Bruehe wrote: To find out whether your server(s) support(s) or not, you need to check the corresponding variables. All this is described in the manual, section "5.9.7. Using Secure Connections": I still think that the clie

Re: How to find out about SSL connection?

2006-05-30 Thread Yves Goergen
On 30.05.2006 16:28 (+0100), Joerg Bruehe wrote: > To find out whether your server(s) support(s) or not, you need to check > the corresponding variables. All this is described in the manual, > section "5.9.7. Using Secure Connections": I still think that the client should actually inform me when

Re: How to find out about SSL connection?

2006-05-30 Thread Joerg Bruehe
Hi Yves, all! Yves Goergen wrote: On 21.05.2006 00:16 (+0100), Yves Goergen wrote: Hello, I'm using MySQL Query Browser on Windows XP to connect to a remote MySQL 4.0 and 5.0 database server, both on Linux. In Query Browser, I can check the options "Use SSL if available" but how do I know if i

Re: How to find out about SSL connection?

2006-05-30 Thread Yves Goergen
On 21.05.2006 00:16 (+0100), Yves Goergen wrote: > Hello, > I'm using MySQL Query Browser on Windows XP to connect to a remote MySQL > 4.0 and 5.0 database server, both on Linux. In Query Browser, I can > check the options "Use SSL if available" but how do I know if it is > available and used? I co

Re: How to find out about SSL connection?

2006-05-21 Thread Phil Robbins
Why am I suddenly getting huge volumes of mail about SQL? What forum is this, and how do I get out of it? ++ Phil Robbins Auckland New Zealand ++ _ Discover fun and games at @ http://xtramsn.co

Re: How to find out about SSL connection?

2006-05-21 Thread Yves Goergen
On 21.05.2006 07:35 (+0100), paul rivers wrote: > Are you certain? Which version are you running? I don't have it on MySQL 4.0 and on MySQL 5.0 it has the value "0" so I guess it's not connecting through SSL. -- Yves Goergen "LonelyPixel" <[EMAIL PROTECTED]> http://beta.unclassified.de – My web

Re: How to find out about SSL connection?

2006-05-20 Thread Yves Goergen
On 21.05.2006 00:38 (+0100), paul rivers wrote: > - Inspect the 'show status' variable of Ssl_accepts after a connection > attempt on an otherwise quiet mysql instance. I have no such status variable in my server. -- Yves Goergen "LonelyPixel" <[EMAIL PROTECTED]> http://beta.unclassified.de – My

RE: How to find out about SSL connection?

2006-05-20 Thread paul rivers
, May 20, 2006 3:39 PM To: 'Yves Goergen'; 'List: MySQL' Subject: RE: How to find out about SSL connection? I've wrestled with the same question. The only options I came up with were: - Do as you suggest and require SSL for the account. - Inspect the 'show status&#x

RE: How to find out about SSL connection?

2006-05-20 Thread paul rivers
: Saturday, May 20, 2006 3:17 PM To: List: MySQL Subject: How to find out about SSL connection? Hello, I'm using MySQL Query Browser on Windows XP to connect to a remote MySQL 4.0 and 5.0 database server, both on Linux. In Query Browser, I can check the options "Use SSL if available&qu

How to find out about SSL connection?

2006-05-20 Thread Yves Goergen
Hello, I'm using MySQL Query Browser on Windows XP to connect to a remote MySQL 4.0 and 5.0 database server, both on Linux. In Query Browser, I can check the options "Use SSL if available" but how do I know if it is available and used? I couldn't find any SQL command to show me the encryption statu

SSL connection problems with Fedora Core 4

2006-02-02 Thread Julian C. Dunn
I'm trying to set up SSL connectivity to a Fedora Core 4 server running mysql-server-4.1.16-1.FC4.1 and not having much success. I keep getting ERROR 2026 (HY000): SSL connection error no matter what I do. I followed the directions on http://dev.mysql.com/doc/refman/4.1/en/secure-c

Re: SSL connection error

2005-10-18 Thread Gleb Paharenko
Hello. First check the contents of /var/log/messages. SELinux usually puts there some notes about what it is doing. I'm not a SELinux expert, but quick search at fedora.redhat.com has shown me that I should use system-config-securitylevel utility for configuring SELinux. Israel Ferná

Re: SSL connection error

2005-10-18 Thread Israel Fernández Cabrera
Previous Message > > >From: Israel Fernández CabreraDate: October 17 2005 10:18pm > > >Subject: SSL connection error > > >Get Plain Text > > > > > >Hi all > > > > > >I'm back with a new subject may be the last o

Re: SSL connection error

2005-10-18 Thread Gleb Paharenko
L General Discussion« Previous Message >From: Israel Fernández Cabrera Date: October 17 2005 10:18pm >Subject: SSL connection error >Get Plain Text > >Hi all > >I'm back with a new subject may be the last one was not attractive :) >I'

SSL connection error

2005-10-17 Thread Israel Fernández Cabrera
Hi all I'm back with a new subject may be the last one was not attractive :) I'm using mysql 4.1.11-2 in Fedora Core 4. I need to set up mysql connections over SLL I follow the mysql manual instructions, create certificates and keys for the CA, the client and the server and modify the /etc/my.cnf

ERROR 2026: SSL connection error

2004-05-01 Thread Tobias Gunkel
nfile=0 -- EOF SSL connections worked fine for a cuple of hours, but then I get this SSL error: ERROR 2026: SSL connection error When I delete the certs & keys and creating them again, all works fine for some time. But then the same error occurs. What

SSL connection error

2004-02-13 Thread frederic . deshaies
>Description: I'm using Mysql with SSL. It has been working perfectly until today and now I have an "ERROR 2026: SSL connection error" when I try to connect to Mysql. I do not understand why, my SSL certificat is valid until 8 jan 2005.

ERROR 2026: SSL connection error ... what's happening?

2003-12-16 Thread Wouter de Jong
Hello, I'm running MySQL 4.0.16 (source compiled) on FreeBSD 5.1, and I have a big problem with SSL... It runs perfectly for a few hours, but then suddenly I can't connect any longer via an SSL-connection... ERROR 2026: SSL connection error That's the error that suddenly app

Re: SSL connection

2003-11-20 Thread mathan
# ./mysql --ssl-key=/tmp/mysql.pem --ssl-cert=/tmp/mysql.pem --ssl-ca=/tmp/my sql.pem Thanks Mathan www.visolve.com - Original Message - From: "Daniel Kiss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 20, 2003 5:29 PM Subject: SSL connect

SSL connection

2003-11-20 Thread Daniel Kiss
Hi all, I would like to know how to set up the ssl parameters in the my.cnf file. Where can I find a complete example for this, or where is the detailed description of it in the MySQL documentation? Thanks, -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsub

Server restarts on SSL connection

2003-07-20 Thread Adam Carmichael
Hi, I am trying to build a MySQL Server running FreeBSD-4.8-STABLE with OpenSSL-0.9.7b. I am able to build and install MySQL successfully with the following options: ./configure --with-vio --with-openssl I can then start the server (using mysqld_safe --log --user=mysql & ), and create a few use

SSL connection from client

2003-02-19 Thread Maciej Bobrowski
r [client] and for [mysqld]): But I would like to: - a client from an IP use SSL connection. Now when I use for example simple php program, it needs only the host,user,password and database_name. There is not any SSL connection between the user from a client and my mysql server with support

SSL connection from client

2003-02-17 Thread Maciej Bobrowski
r [client] and for [mysqld]): But I would like to: - each client from any IP used SSL connection. Now when I use for example simple php program, it needs only the host,user,password and database_name. There is not any SSL connection between the user from a client and my mysql server with suppor

Re: SSL connection question Again!

2002-01-03 Thread John Barton
Mysql gurus: I have anxiously been watching the list for a response to this question, but still no joy. Does anyone have information on how to make an ssl connection with the mysql client? I have support compiled into the server, but unfortunately I cant find any documentation on the client side

SSL connection question Again!

2001-12-30 Thread Heo, Jungsu Mr.
iable_name | Value | +---+---+ | have_openssl | YES | +---+---+ 1 row in set (0.10 sec) and I granted somebody with REQUIRE SSL. But He cannot connect to MySQL using mysql . mysql client does not support SSL connection? How can he/she connect to MySQL with SSL? about PHP and MySQL? I'm

SSL connection question.

2001-12-28 Thread Heo, Jungsu Mr.
ave_openssl | YES | +---+---+ 1 row in set (0.10 sec) and I granted somebody with REQUIRE SSL. But He cannot connect to MySQL using mysql . mysql client does not support SSL connection? How can he/she connect to MySQL with SSL? about PHP and MySQL? I'm very pleased if