Re: Connecting to postgres on OSX from Swift using PostgresClientKit

Поиск
Список
Период
Сортировка
От Ron
Тема Re: Connecting to postgres on OSX from Swift using PostgresClientKit
Дата
Msg-id 2f3c37e1-05b0-9fc9-bd30-190c557248f8@gmail.com
обсуждение исходный текст
Ответ на Re: Connecting to postgres on OSX from Swift using PostgresClientKit  (howardnews@selestial.com)
Список pgsql-general
On 7/31/22 19:30, howardnews@selestial.com wrote:
> On 2022-08-01 01:04, Adrian Klaver wrote:
>> On 7/31/22 16:53, howardnews@selestial.com wrote:
>>> On 2022-07-31 23:42, Rob Sargent wrote:
>>>> On 7/31/22 16:40, howardnews@selestial.com wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> Wondered if anyone had experience connection to pg14.1 running on
>>>>> OSX using the swift library PostgresClientKit.
>>>>>
>>>>> I am having difficulties connecting and hopefully someone can put me
>>>>> on the right track.
>>
>>>>>
>>>>> Thanks
>>>>>
>>>>> Howard Cole
>>>>> Selestial.com
>>>>  Maybe add config.host = "localhost"?
>>> Thanks, tried localhost, 127.0.0.1 and ::128. No joy
>>
>> What error do you get in the above cases?
>>
>>>
>>>
>
> When using 127.0.0.1...
>
> 2022-08-01T00:29:19.319Z Connection-1 finer] Created socket
> [2022-08-01T00:29:19.322Z Connection-1 fine] Opening connection to port 
> 5432 on host 127.0.0.1
> [2022-08-01T00:29:19.324Z Connection-1 severe] Unable to connect socket: 
> Error code: -9989(0x-2705), Operation not permitted
> [2022-08-01T00:29:19.324Z Connection-1 finer] Closing socket

This really looks like an error somewhere in the Mac OS networking stack.

What happens when you "telnet localhost 5432"?

-- 
Angular momentum makes the world go 'round.



В списке pgsql-general по дате отправления:

Предыдущее
От: howardnews@selestial.com
Дата:
Сообщение: Re: Connecting to postgres on OSX from Swift using PostgresClientKit
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Connecting to postgres on OSX from Swift using PostgresClientKit