Hello, sometimes I get a strange error from postgresql when I try to
connect using ssl to the server:
LOG: parse_hba: invalid syntax in pg_hba.conf file at line 46, token
"hostssl"
FATAL: Missing or erroneous pg_hba.conf file, see postmaster log for
details
The contents of the pg_hba.conf file are
hostssl dnet att 172.16.13.40 255.255.255.255 trust
thanks
Angel T. Todorov
PGP public key ID: 1024D/
<http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x35454B4C> 35454B4C 11 9301
Angel Todorov writes: LOG: parse_hba: invalid syntax in pg_hba.conf file at line 46, token "hostssl"
It looks as though your server was not compiled with SSL support.
--
Peter Eisentraut pe*****@gmx.net
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
On Tue, 30 Sep 2003, Angel Todorov wrote: Hello, sometimes I get a strange error from postgresql when I try to connect using ssl to the server:
LOG: parse_hba: invalid syntax in pg_hba.conf file at line 46, token "hostssl" FATAL: Missing or erroneous pg_hba.conf file, see postmaster log for details
The contents of the pg_hba.conf file are
hostssl dnet att 172.16.13.40 255.255.255.255 trust
In 7.3 and less ssl connections fail if a host line matches before the hostssl
line. At least I think that's the situation, there is definitely something
there that will make a ssl connection get rejected even if there is an
appropiate entry in pg_hba.conf
This works more sensibly in 7.4 I believe.
--
Nigel J. Andrews
---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings
"Nigel J. Andrews" <na******@investsystems.co.uk> writes: In 7.3 and less ssl connections fail if a host line matches before the hostssl line. At least I think that's the situation, there is definitely something there that will make a ssl connection get rejected even if there is an appropiate entry in pg_hba.conf
Really? Can you show an example?
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org
On Tue, 30 Sep 2003, Tom Lane wrote: "Nigel J. Andrews" <na******@investsystems.co.uk> writes: In 7.3 and less ssl connections fail if a host line matches before the hostssl line. At least I think that's the situation, there is definitely something there that will make a ssl connection get rejected even if there is an appropiate entry in pg_hba.conf
Really? Can you show an example?
Well, not at the moment. I'd have to remember the specifics as well. I think it
was something to do with the client being built with ssl but the server not. Or
it might have been both built with ssl and a host line appearing before hostssl
in pg_hba.conf.
Whatever, I believe this was addressed by someone, possibly with the
introduction of a GUC.
I'll have to see if I can scrape the time together to try things out again but
I'm very busy, what with people struggling to make something work on production
when it was working on dev only to eventually say what the problem actually is
so it could be solved in a couple of seconds.
--
Nigel J. Andrews
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
We're looking for a (preferrably free) Windows (or browser) based PG
admin tool to use in our office. I've only ever used the psql command
line interface, so I don't have any experience with the GUI tools out
there. Any help appreciated.
Cheers,
Rick
---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to ma*******@postgresql.org so that your
message can get through to the mailing list cleanly
Rick Seeger wrote: We're looking for a (preferrably free) Windows (or browser) based PG admin tool to use in our office. I've only ever used the psql command line interface, so I don't have any experience with the GUI tools out there. Any help appreciated.
Cheers, Rick
Rick,
This might help you: http://techdocs.postgresql.org/guides/GUITools
--
Robby Russell, | Sr. Administrator / Lead Programmer
Command Prompt, Inc. | http://www.commandprompt.com rr******@commandprompt.com | Telephone: (503) 222.2783
---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend
El Mié 01 Oct 2003 19:58, Rick Seeger escribió: We're looking for a (preferrably free) Windows (or browser) based PG admin tool to use in our office. I've only ever used the psql command line interface, so I don't have any experience with the GUI tools out there. Any help appreciated.
From Windows I would recommend phpPgAdmin, but you'll need a web server with
PHP, and if you don't have it, it might not be the best tool.
You can also try PgAdmin III.
--
20:26:01 up 40 days, 12:08, 2 users, load average: 0.65, 1.00, 0.97
-----------------------------------------------------------------
Martín Marqués | mm******@unl.edu.ar
Programador, Administrador, DBA | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org
I've found DBVisualizer to be an excellent tool. Its Java based, and
not specific to Postgres. There are free and payware options. http://www.minq.se/
(I don't work for them.)
On Wednesday, October 1, 2003, at 06:58 PM, Rick Seeger wrote: We're looking for a (preferrably free) Windows (or browser) based PG admin tool to use in our office. I've only ever used the psql command line interface, so I don't have any experience with the GUI tools out there. Any help appreciated.
Cheers, Rick
---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to ma*******@postgresql.org so that your message can get through to the mailing list cleanly
--------------------
Andrew Rawnsley
President
The Ravensfield Digital Resource Group, Ltd.
(740) 587-0114 www.ravensfield.com
---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to ma*******@postgresql.org)
I've try the trail version of PostgreSQL Manager by EMS http://www.ems-hitec.com/pgmanager . But it is not free but not very
expensive (aboot 200$). It is a good tools.
I've try PgAdmin III on Windows 2000 . It's very good and free. http://www.ems-hitec.com/pgmanager
You should get both and see which one has the full functionnality's you
need.
Thierry.
Robby Russell wrote: Rick Seeger wrote: We're looking for a (preferrably free) Windows (or browser) based PG admin tool to use in our office. I've only ever used the psql command line interface, so I don't have any experience with the GUI tools out there. Any help appreciated.
Cheers, Rick
Rick, This might help you:
http://techdocs.postgresql.org/guides/GUITools
-- Robby Russell, | Sr. Administrator / Lead Programmer Command Prompt, Inc. | http://www.commandprompt.com rr******@commandprompt.com | Telephone: (503) 222.2783
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match
El Jue 02 Oct 2003 04:24, Thierry Missimilly escribió: I've try the trail version of PostgreSQL Manager by EMS http://www.ems-hitec.com/pgmanager . But it is not free but not very expensive (aboot 200$). It is a good tools.
I've try PgAdmin III on Windows 2000 . It's very good and free. http://www.ems-hitec.com/pgmanager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Wrong URL here: http://www.pgadmin.org/pgadmin3/index.php
--
09:21:02 up 41 days, 1:03, 3 users, load average: 2.11, 1.00, 0.54
-----------------------------------------------------------------
Martín Marqués | mm******@unl.edu.ar
Programador, Administrador, DBA | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org
Thank you everyone for your excellent leads! We're evaluating them
presently...
--Rick
-----Original Message-----
From: pg*****************@postgresql.org
[mailto:pg*****************@postgresql.org]On Behalf Of Martin Marques
Sent: Thursday, October 02, 2003 8:23 AM
To: Thierry Missimilly; Robby Russell
Cc: postgres general
Subject: Re: [GENERAL] Can anyone recommend a good PostGres admin
tool?
El Jue 02 Oct 2003 04:24, Thierry Missimilly escribió: I've try the trail version of PostgreSQL Manager by EMS http://www.ems-hitec.com/pgmanager . But it is not free but not very expensive (aboot 200$). It is a good tools.
I've try PgAdmin III on Windows 2000 . It's very good and free. http://www.ems-hitec.com/pgmanager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Wrong URL here: http://www.pgadmin.org/pgadmin3/index.php
--
09:21:02 up 41 days, 1:03, 3 users, load average: 2.11, 1.00, 0.54
-----------------------------------------------------------------
Martín Marqués | mm******@unl.edu.ar
Programador, Administrador, DBA | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------
---------------------------(end of
broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org
---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postgresql.org This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: David Nedrow |
last post by:
I'm trying to set up the cyrus imap server using PostgreSQL as the
authentication backend.
Currently, the issue I'm having is that I'm unable to...
|
by: Liza |
last post by:
Hi,
I've just setup postgreSQL on my Fedora Core1 box. I installed
postgresql from rpm files.
When I try to connect to the postgresql server...
|
by: Tom Allison |
last post by:
pg_hba.conf entry:
host all all 192.168.0/24 md5
I get the error
2004-06-14 20:51:48 LOG: invalid...
|
by: Si Chen |
last post by:
Hello.
It seems that every time I make a change to pg_hba.conf, I have to
restart the database server for the new authentication to take effect....
|
by: Raymond O'Donnell |
last post by:
Hello all,
I've installed the new Win32 version of 8.0-beta1, running as a
service. When I connect to it using pgAdmin III and attempt to list...
|
by: David Parker |
last post by:
We ran into a problem with pg_hba processing recently when we upgraded
from 7.3.2 to 7.4.5. We use postgres as part of a network appliance that...
|
by: dsudhakara |
last post by:
In my queues.conf file my text message are stored here .I want to retrieve particular campaign modify some words in particular campaign and return...
|
by: smitty1e |
last post by:
Just a fun exercise to unify some of the major input methods for a
script into a single dictionary.
Here is the output, given a gr.conf file in the...
|
by: gjain123 |
last post by:
Hi all,
I am using netbeans as IDE and glassfish as app server for my web application.
At runtime it needs some dll files and .conf file. Now...
|
by: Naresh1 |
last post by:
What is WebLogic Admin Training?
WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was...
|
by: Matthew3360 |
last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function.
Here is my code.
...
|
by: Matthew3360 |
last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
|
by: AndyPSV |
last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
|
by: Arjunsri |
last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
|
by: Oralloy |
last post by:
Hello Folks,
I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA.
My problem (spelled failure) is with the...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS...
| |