Ошибка stack builder postgresql невозможно разобрать список приложений

I have downloaded and installed PostgreSQL 12 (64 bit) on a developer machine running Windows 10 Pro Education (64 bit).

When the installation came to the Stack Builder download application list step, an error occurred as follows:

A certification verification problem was encountered whilst accessing https://www.postgresql.org/applications-v2.xml schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) — The revocation function was unable to check revocation because the revocation server was offline. This means that the source download cannot be verified. It is recommended that you do not continue with the download as it may be coming from a site that is pretending to be the intended download site and may contain viruses or malware.

Do you wish to continue?

I have tried to use Proxy servers referring to this answer. https://serverfault.com/questions/555125/postgresql-stack-builder-installation-proxy-setting-on-windows

I have also tried both solutions from that question. Still, I can not get the application list downloaded.

I want to install PostGIS. It seems the stack builder is safe and easy to use. What should I do to get the PostGIS installed?

asked Aug 18, 2020 at 6:07

ay__ya's user avatar

ay__yaay__ya

3811 gold badge4 silver badges11 bronze badges

4

Looks like https://www.postgresql.org/applications-v2.html link has some strong security. And it blocks some traffic. As @ay__ya has mentioned, in his case he made it work though VPN access. And in my case I was already behind the VPN and it was not working. So disabling VPN worked for me.

answered Mar 15, 2021 at 8:28

Gaurav Jeswani's user avatar

Gaurav JeswaniGaurav Jeswani

4,1876 gold badges23 silver badges46 bronze badges

2

  1. Go to https://www.postgresql.org/applications-v2.html and save as a *.CER file the certificate of the the webpage.
  2. Using «certmgr.msc» import the *.CER file into your local certificates repository to the Trusted People store or/and Enterprise Trust store.
  3. Rerun Stack builder and retry download application list step.
    Should works now.

answered Jul 15, 2022 at 12:35

Junik78's user avatar

2

Я загрузил и установил PostgreSQL 12 (64-разрядная версия) на машине разработчика под управлением Windows 10 Pro Education (64-разрядная версия).

Когда установка дошла до этапа загрузки списка приложений Stack Builder, произошла следующая ошибка:

Проблема проверки сертификата возникла при доступе к https://www.postgresql.org/applications-v2. xml schannel: next Ошибка инициализацииSecurityContext: Неизвестная ошибка (0x80092013) — функции отзыва не удалось проверить отзыв, поскольку сервер отзыва был отключен. Это означает, что исходная загрузка не может быть проверена. Рекомендуется не продолжать загрузку, поскольку она может исходить с сайта, который выдает себя за предполагаемый сайт загрузки и может содержать вирусы или вредоносное ПО.

Вы хотите продолжить?

Я пробовал использовать прокси-серверы, ссылаясь на этот ответ. https://serverfault.com/questions/555125/postgresql-stack- строитель-установка-прокси-настройка-на-окнах

Я также пробовал оба решения из этого вопроса. Все равно не могу скачать список приложений.

Я хочу установить PostGIS. Кажется, что построитель стека безопасен и прост в использовании. Что мне делать, чтобы установить PostGIS?

2 ответа

Лучший ответ

Похоже, ссылка https://www.postgresql.org/applications-v2.html имеет надежную защиту. И это блокирует некоторый трафик. Как упоминал @ay__ya, в его случае он заставил его работать через доступ через VPN. А в моем случае я уже был за VPN, и он не работал. Так что отключение VPN сработало для меня.


1

Gaurav Jeswani
15 Мар 2021 в 11:28

  1. Перейдите на страницу https://www.postgresql.org/applications-v2.html и сохранить в виде файла *.CER сертификат веб-страницы.
  2. С помощью «certmgr.msc» импортируйте файл *.CER в локальный репозиторий сертификатов в хранилище доверенных лиц и/или хранилище корпоративных доверенных сертификатов.
  3. Повторно запустите построитель стека и повторите шаг загрузки списка приложений. Должно работать сейчас.


0

Junik78
15 Июл 2022 в 15:35

I have downloaded and installed PostgreSQL 9.3 (64 bit) on a developer machine running Windows 8.1 (64 bit). This developer machine requires use of a proxy server for accessing hosts external to the LAN.

The StackBuilder 3.1.1 Wizard / Installer pulls the proxy settings from IE, and they appear to be correct, but when clicking the «Next» button, I receive a «Stack Builder Error» dialog indicating:

Failed to open the application list:
http://www.postgresql.org/applications-v2.xml

Error: The URL specified could not be opened.

I have been able to successfully download the application list using IE and Chrome with the same proxy settings the installer initially pulled from IE.

Other things I have tried:

  • Pre-pending the proxy server hostname with the protocol ‘http://’
  • Used the proxy server’s IP address instead of the hostname
  • Removed the proxy settings entirely

In the first two cases, the installer responds almost immediately with the error message above. In the last, there is about a 5 second delay before it responds with the error message above.

A similar problem seems to be documented as a bug on the PostgreSQL bug tracker but there has been no response to the initial report.

Is anybody familiar with this problem, and if so, what work arounds have been found to be effective in using the Stack Builder installer?

Ben's user avatar

Ben

2682 silver badges11 bronze badges

asked Nov 14, 2013 at 22:11

andand's user avatar

1

My LAN server doesn’t have internet access, I also find that StackBuilder from EDB doesn’t respect proxy setting on Windows (am upgrading to 9.6.2), be it IE proxy setting or the proxy setting box in StackBuilder GUI.

But it turned out to indeed support proxy. Just not through the GUI.

If you have already set https_proxy and http_proxy variables for your account, just launch stackbuilder and ignore the proxy button.

If you don’t, try launching stackbuilder.exe from commandline and it worked.

Before that, SET Environment Variables like you usually did on Linux for curl/wget.

 C:> set HTTPS_PROXY=http://address:port
 C:> set https_proxy=http://address:port
 C:> path_to_stackbuilderstackbuilder.exe

My guess is though the GUI screwed up, the underlying network library (should be libcurl in this case) somehow managed to pickup those parameter.

Maybe few people needs proxy support, but hope this workaround could help someone.

Johnny Bigoode's user avatar

answered Apr 1, 2017 at 9:42

Ben's user avatar

BenBen

2682 silver badges11 bronze badges

3

If your proxy needs authentication, open command prompt as administrator

Set proxy for the current session in CMD

set HTTPS_PROXY=http://username:password@proxy.example.com:port

change directory to stackbuilder installation

cd path_to_stackbuilder

Then execute stackbuilder binary as below

.stackbuilder.exe

I Hope this helps you, Thanks.

Michael Hampton's user avatar

answered Sep 21, 2021 at 18:41

Luís Fernando Zaltron's user avatar

I’m not sure if the Stack Builder is honouring the system proxy settings … and to make life more difficult, we have an authenticating proxy.

I got around the issue by using Fiddler

Run Fiddler, then on the menu Rules, enable Automatically Authenticate

Run the Stack Builder, and set its Proxy to localhost and port 8888.
Do this for both HTTP and FTP (the list is retrieved using HTTP, but the packages come over FTP)

answered Mar 31, 2016 at 10:36

SteveC's user avatar

SteveCSteveC

2713 gold badges8 silver badges21 bronze badges

1

PostgreSQL — это бесплатная объектно-реляционная СУБД с мощным функционалом, который позволяет конкурировать с платными базами данных, такими как Microsoft SQL, Oracle. PostgreSQL поддерживает пользовательские данные, функции, операции, домены и индексы. В данной статье мы рассмотрим установку и краткий обзор по управлению базой данных PostgreSQL. Мы установим СУБД PostgreSQL в Windows 10, создадим новую базу, добавим в неё таблицы и настроим доступа для пользователей. Также мы рассмотрим основы управления PostgreSQL с помощью SQL shell и визуальной системы управления PgAdmin. Надеюсь эта статья станет хорошей отправной точкой для обучения работы с PostgreSQL и использованию ее в разработке и тестовых проектах.

Содержание:

  • Установка PostgreSQL 11 в Windows 10
  • Доступ к PostgreSQL по сети, правила файерволла
  • Утилиты управления PostgreSQL через командную строку
  • PgAdmin: Визуальный редактор для PostgresSQL
  • Query Tool: использование SQL запросов в PostgreSQL

Установка PostgreSQL 11 в Windows 10

Для установки PostgreSQL перейдите на сайт https://www.postgresql.org и скачайте последнюю версию дистрибутива для Windows, на сегодняшний день это версия PostgreSQL 11 (в 11 версии PostgreSQL поддерживаются только 64-х битные редакции Windows). После загрузки запустите инсталлятор.

где скачать PostgreSQL 11 для windows 10 x64

В процессе установки установите галочки на пунктах:

  • PostgreSQL Server – сам сервер СУБД
  • PgAdmin 4 – визуальный редактор SQL
  • Stack Builder – дополнительные инструменты для разработки (возможно вам они понадобятся в будущем)
  • Command Line Tools – инструменты командной строки

установка PostgreSQL 11 и дополнительных компонентов

Установите пароль для пользователя postgres (он создается по умолчанию и имеет права суперпользователя).

PostgreSQL - задать пароль пользователю postgres

По умолчание СУБД слушает на порту 5432, который нужно будет добавить в исключения в правилах фаерволла.

5432 - порт PostgreSQL по-умолчанию

Нажимаете Далее, Далее, на этом установка PostgreSQL завершена.

Чтобы разрешить сетевой доступ к вашему экземпляру PostgreSQL с других компьютеров, вам нужно создать правила в файерволе. Вы можете создать правило через командную строку или PowerShell.

Запустите командную строку от имени администратора. Введите команду:

netsh advfirewall firewall add rule name="Postgre Port" dir=in action=allow protocol=TCP localport=5432

  • Где rule name – имя правила
  • Localport – разрешенный порт

Либо вы можете создать правило, разрешающее TCP/IP доступ к экземпляру PostgreSQL на порту 5432 с помощью PowerShell:

New-NetFirewallRule -Name 'POSTGRESQL-In-TCP' -DisplayName 'PostgreSQL (TCP-In)' -Direction Inbound -Enabled True -Protocol TCP -LocalPort 5432

После применения команды в брандмауэре Windows появится новое разрешающее правило для порта Postgres.

правила бранжмауэра для доступа к PostgreSQL по сети

Совет. Для изменения порта в установленной PostgreSQL отредактируйте файл postgresql.conf по пути C:Program FilesPostgreSQL11data.

Измените значение в пункте
port = 5432
. Перезапустите службу сервера postgresql-x64-11 после изменений. Можно перезапустить службу с помощью PowerShell:

Restart-Service -Name postgresql-x64-11

служба postgresql-x64-11

Более подробно о настройке параметров в конфигурационном файле postgresql.conf с помощью тюнеров смотрите в статье.

Утилиты управления PostgreSQL через командную строку

Рассмотрим управление и основные операции, которые можно выполнять с PostgreSQL через командную строку с помощью нескольких утилит. Основные инструменты управления PostgreSQL находятся в папке bin, потому все команды будем выполнять из данного каталога.

  • Запустите командную строку.

    Совет. Перед запуском СУБД, смените кодировку для нормального отображения в русской Windows 10. В командной строке выполните:
    chcp 1251

  • Перейдите в каталог bin выполнив команду:
    CD C:Program FilesPostgreSQL11bin

утилиты управления postgresql - C:Program FilesPostgreSQL11bin

Основные команды PostgreSQL:

PostgreSQL (shell): psql командная строка

PgAdmin: Визуальный редактор для PostgresSQL

Редактор PgAdmin служит для упрощения управления базой данных PostgresSQL в понятном визуальном режиме.

По умолчанию все созданные базы хранятся в каталоге base по пути C:Program FilesPostgreSQL11database.

Для каждой БД существует подкаталог внутри PGDATA/base, названный по OID базы данных в pg_database. Этот подкаталог по умолчанию является местом хранения файлов базы данных; в частности, там хранятся её системные каталоги. Каждая таблица и индекс хранятся в отдельном файле.

Для резервного копирования и восстановления лучше использовать инструмент Backup в панели инструментов Tools. Для автоматизации бэкапа PostgreSQL из командной строки используйте утилиту pg_dump.exe.

Query Tool: использование SQL запросов в PostgreSQL

Для написания SQL запросов в удобном графическом редакторе используется встроенный в pgAdmin инструмент Query Tool. Например, вы хотите создать новую таблицу в базе данных через инструмент Query Tool.

  • Выберите базу данных, в панели Tools откройте Query Tool
  • Создадим таблицу сотрудников:

CREATE TABLE employee
(
Id SERIAL PRIMARY KEY,
FirstName CHARACTER VARYING(30),
LastName CHARACTER VARYING(30),
Email CHARACTER VARYING(30),
Age INTEGER
);

Query Tool: использование SQL запросов в PostgreSQL

Id — номер сотрудника, которому присвоен ключ SERIAL. Данная строка будет хранить числовое значение 1, 2, 3 и т.д., которое для каждой новой строки будет автоматически увеличиваться на единицу. В следующих строках записаны имя, фамилия сотрудника и его электронный адрес, которые имеют тип CHARACTER VARYING(30), то есть представляют строку длиной не более 30 символов. В строке — Age записан возраст, имеет тип INTEGER, т.к. хранит числа.

После того, как написали код SQL запроса в Query Tool, нажмите клавишу F5 и в базе будет создана новая таблица employee.

Для заполнения полей в свойствах таблицы выберите таблицу employee в разделе Schemas -> Tables. Откройте меню Object инструмент View/Edit Data.

Здесь вы можете заполнить данные в таблице.

редактор таблица в pgadmin

После заполнения данных выполним инструментом Query простой запрос на выборку:
select Age from employee;

выполнить select в PostgreSQL с помощью PgAdmin

PostgreSQL представляет собой систему управления базами данных, которая поставляется бесплатно. Исходный код системы доступен для любого пользователя на безвозмездной основе.

В Serverspace вы можете создать сервер с уже установленным приложением Postgres.

В статье расскажем об установке PostgreSQL и об установке дополнительных компонентов, используя Stack Builder. В качестве примера используется Windows Server 2018.

Подготовка

Скачаем дистрибутив с официального сайта. На ресурсе представлены релизы в зависимости от разрядности и семейства ОС. Выбираем Windows x64, версию 12.0:

Скачивание дистрибутива
Скриншот №1. Скачать дистрибутив.

Запускаем установщик и следуем его подсказкам. На одном из этапов потребуется придумать пароль:

Задание пароля
Скриншот №2. Задать пароль.

Вводим его, следуя следующим правилам: не менее 7 символов, заглавные и прописные буквы латинского алфавита, специальные знаки и цифры.

Следующий шаг — указываем порт и локализацию. Номер порта оставляем без изменений, а локализацию выбираем «Русская»:

Выбираем локализацию
Скриншот №3. Выбираем локализацию.

Процесс установки займет не более 5 минут.

Конфигурирование PostgreSQL

По окончании на экране появится следующая надпись:

Выбор сервера
Скриншот №4. Выбор сервера.

Система попросит указать адрес сервера, с которого утилита Stack Builder будет скачивать дополнительные библиотеки и инструменты для СУБД. Выбираем как показано на скриншоте и нажимаем «Следующий». Установщик покажет список доступных вариантов для загрузки. Необходимо установить компонент Apache. Он интегрирован в пакет PEM-HTTPD:

Установка компонента Apache
Скриншот №5. Установка компонента Apache.

Далее выбираем директорию для установки — рекомендуется оставить путь по умолчанию, и ожидаем окончания установки.

Следующий этап — подключение к СУБД. Открываем командную строку Windows, переходим в раздел с установленной PostgreSQL:

cd "C:Program FilesPostgreSQL9.6bin"

Подключаемся к консольному режиму:

.psql.exe -U postgres

Теперь пользователь может управлять СУБД через терминал.

191028
Санкт-Петербург
Литейный пр., д. 26, Лит. А

+7 (812) 403-06-99

700
300

ООО «ИТГЛОБАЛКОМ ЛАБС»

191028
Санкт-Петербург
Литейный пр., д. 26, Лит. А

+7 (812) 403-06-99

700
300

ООО «ИТГЛОБАЛКОМ ЛАБС»

Перейти к контенту

I have downloaded and installed PostgreSQL 12 (64 bit) on a developer machine running Windows 10 Pro Education (64 bit).

When the installation came to the Stack Builder download application list step, an error occurred as follows:

A certification verification problem was encountered whilst accessing https://www.postgresql.org/applications-v2.xml schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) — The revocation function was unable to check revocation because the revocation server was offline. This means that the source download cannot be verified. It is recommended that you do not continue with the download as it may be coming from a site that is pretending to be the intended download site and may contain viruses or malware.

Do you wish to continue?

I have tried to use Proxy servers referring to this answer. https://serverfault.com/questions/555125/postgresql-stack-builder-installation-proxy-setting-on-windows

I have also tried both solutions from that question. Still, I can not get the application list downloaded.

I want to install PostGIS. It seems the stack builder is safe and easy to use. What should I do to get the PostGIS installed?

asked Aug 18, 2020 at 6:07

ay__ya's user avatar

ay__yaay__ya

4011 gold badge5 silver badges11 bronze badges

4

Looks like https://www.postgresql.org/applications-v2.html link has some strong security. And it blocks some traffic. As @ay__ya has mentioned, in his case he made it work though VPN access. And in my case I was already behind the VPN and it was not working. So disabling VPN worked for me.

answered Mar 15, 2021 at 8:28

Gaurav Jeswani's user avatar

Gaurav JeswaniGaurav Jeswani

4,2526 gold badges24 silver badges47 bronze badges

2

  1. Go to https://www.postgresql.org/applications-v2.html and save as a *.CER file the certificate of the the webpage.
  2. Using «certmgr.msc» import the *.CER file into your local certificates repository to the Trusted People store or/and Enterprise Trust store.
  3. Rerun Stack builder and retry download application list step.
    Should works now.

answered Jul 15, 2022 at 12:35

Junik78's user avatar

2

I have downloaded and installed PostgreSQL 9.3 (64 bit) on a developer machine running Windows 8.1 (64 bit). This developer machine requires use of a proxy server for accessing hosts external to the LAN.

The StackBuilder 3.1.1 Wizard / Installer pulls the proxy settings from IE, and they appear to be correct, but when clicking the «Next» button, I receive a «Stack Builder Error» dialog indicating:

Failed to open the application list:
http://www.postgresql.org/applications-v2.xml

Error: The URL specified could not be opened.

I have been able to successfully download the application list using IE and Chrome with the same proxy settings the installer initially pulled from IE.

Other things I have tried:

  • Pre-pending the proxy server hostname with the protocol ‘http://’
  • Used the proxy server’s IP address instead of the hostname
  • Removed the proxy settings entirely

In the first two cases, the installer responds almost immediately with the error message above. In the last, there is about a 5 second delay before it responds with the error message above.

A similar problem seems to be documented as a bug on the PostgreSQL bug tracker but there has been no response to the initial report.

Is anybody familiar with this problem, and if so, what work arounds have been found to be effective in using the Stack Builder installer?

Ben's user avatar

Ben

2682 silver badges11 bronze badges

asked Nov 14, 2013 at 22:11

andand's user avatar

1

My LAN server doesn’t have internet access, I also find that StackBuilder from EDB doesn’t respect proxy setting on Windows (am upgrading to 9.6.2), be it IE proxy setting or the proxy setting box in StackBuilder GUI.

But it turned out to indeed support proxy. Just not through the GUI.

If you have already set https_proxy and http_proxy variables for your account, just launch stackbuilder and ignore the proxy button.

If you don’t, try launching stackbuilder.exe from commandline and it worked.

Before that, SET Environment Variables like you usually did on Linux for curl/wget.

 C:> set HTTPS_PROXY=http://address:port
 C:> set https_proxy=http://address:port
 C:> path_to_stackbuilderstackbuilder.exe

My guess is though the GUI screwed up, the underlying network library (should be libcurl in this case) somehow managed to pickup those parameter.

Maybe few people needs proxy support, but hope this workaround could help someone.

Johnny Bigoode's user avatar

answered Apr 1, 2017 at 9:42

Ben's user avatar

BenBen

2682 silver badges11 bronze badges

3

If your proxy needs authentication, open command prompt as administrator

Set proxy for the current session in CMD

set HTTPS_PROXY=http://username:password@proxy.example.com:port

change directory to stackbuilder installation

cd path_to_stackbuilder

Then execute stackbuilder binary as below

.stackbuilder.exe

I Hope this helps you, Thanks.

Michael Hampton's user avatar

answered Sep 21, 2021 at 18:41

Luís Fernando Zaltron's user avatar

I’m not sure if the Stack Builder is honouring the system proxy settings … and to make life more difficult, we have an authenticating proxy.

I got around the issue by using Fiddler

Run Fiddler, then on the menu Rules, enable Automatically Authenticate

Run the Stack Builder, and set its Proxy to localhost and port 8888.
Do this for both HTTP and FTP (the list is retrieved using HTTP, but the packages come over FTP)

answered Mar 31, 2016 at 10:36

SteveC's user avatar

SteveCSteveC

2713 gold badges8 silver badges21 bronze badges

1

Я загрузил и установил PostgreSQL 12 (64-разрядная версия) на машине разработчика под управлением Windows 10 Pro Education (64-разрядная версия).

Когда установка дошла до этапа загрузки списка приложений Stack Builder, произошла следующая ошибка:

Проблема проверки сертификата возникла при доступе к https://www.postgresql.org/applications-v2. xml schannel: next Ошибка инициализацииSecurityContext: Неизвестная ошибка (0x80092013) — функции отзыва не удалось проверить отзыв, поскольку сервер отзыва был отключен. Это означает, что исходная загрузка не может быть проверена. Рекомендуется не продолжать загрузку, поскольку она может исходить с сайта, который выдает себя за предполагаемый сайт загрузки и может содержать вирусы или вредоносное ПО.

Вы хотите продолжить?

Я пробовал использовать прокси-серверы, ссылаясь на этот ответ. https://serverfault.com/questions/555125/postgresql-stack- строитель-установка-прокси-настройка-на-окнах

Я также пробовал оба решения из этого вопроса. Все равно не могу скачать список приложений.

Я хочу установить PostGIS. Кажется, что построитель стека безопасен и прост в использовании. Что мне делать, чтобы установить PostGIS?

2 ответа

Лучший ответ

Похоже, ссылка https://www.postgresql.org/applications-v2.html имеет надежную защиту. И это блокирует некоторый трафик. Как упоминал @ay__ya, в его случае он заставил его работать через доступ через VPN. А в моем случае я уже был за VPN, и он не работал. Так что отключение VPN сработало для меня.


1

Gaurav Jeswani
15 Мар 2021 в 11:28

  1. Перейдите на страницу https://www.postgresql.org/applications-v2.html и сохранить в виде файла *.CER сертификат веб-страницы.
  2. С помощью «certmgr.msc» импортируйте файл *.CER в локальный репозиторий сертификатов в хранилище доверенных лиц и/или хранилище корпоративных доверенных сертификатов.
  3. Повторно запустите построитель стека и повторите шаг загрузки списка приложений. Должно работать сейчас.


0

Junik78
15 Июл 2022 в 15:35

Feeds

HomePopular

Topics

ValheimGenshin ImpactMinecraftPokimaneHalo InfiniteCall of Duty: WarzonePath of ExileHollow Knight: SilksongEscape from TarkovWatch Dogs: Legion

NFLNBAMegan AndersonAtlanta HawksLos Angeles LakersBoston CelticsArsenal F.C.Philadelphia 76ersPremier LeagueUFC

GameStopModernaPfizerJohnson & JohnsonAstraZenecaWalgreensBest BuyNovavaxSpaceXTesla

CardanoDogecoinAlgorandBitcoinLitecoinBasic Attention TokenBitcoin Cash

The Real Housewives of AtlantaThe BachelorSister Wives90 Day FianceWife SwapThe Amazing Race AustraliaMarried at First SightThe Real Housewives of DallasMy 600-lb LifeLast Week Tonight with John Oliver

Kim KardashianDoja CatIggy AzaleaAnya Taylor-JoyJamie Lee CurtisNatalie PortmanHenry CavillMillie Bobby BrownTom HiddlestonKeanu Reeves

Animals and PetsAnimeArtCars and Motor VehiclesCrafts and DIYCulture, Race, and EthnicityEthics and PhilosophyFashionFood and DrinkHistoryHobbiesLawLearning and EducationMilitaryMoviesMusicPlacePodcasts and StreamersPoliticsProgrammingReading, Writing, and LiteratureReligion and SpiritualityScienceTabletop GamesTechnologyTravel

Create an account to follow your favorite communities and start taking part in conversations.

r/gis

PostsWiki

1

Posted by3 years ago

level 1

Op · 3 yr. ago

Error message https://i.imgur.com/df1BcuG.png

level 2

· 3 yr. agoGIS Manager

What happens if you click «Yes» to continue?

Continue this thread 

level 1

· 1 yr. ago

I have the same issue. How do you solve it?

level 1

· 1 yr. ago

I have a similar problem.Mine it doesn’t go through even in the first step but same pop up comes up. Any ideas?

More posts from the gis community

Continue browsing in r/gis

About Community

Subreddit Icon

r/gis

A community dedicated to everything GIS (Geographic Information Systems).

Created Sep 21, 2008



Top posts february 10th 2020Top posts of february, 2020Top posts 2020

I know this has probably been covered and that there are plenty of guides out there, but for the life of me I cannot get pgrouting installed. All guides/how-tos are different or assume prior knowledge.
I’m a QGIS newbie and please assume I know nothing!

How do install pgrouting? And what do I need first and how do I install whatever is needed? Can some helpful soul offer a step-by-step guide?

I’ve been trying to do this for days. I can get Postgres installed but the Stack Builder will not connect. I am thoroughly confused.

I’m using Windows 7 Enterprise 64bit Service Pack 1, QGIS Lisboa.

I’m now having trouble getting PostgreSQL to install.

Loading additional SQL modules...

Executing cscript //NoLogo «C:Program Files (x86)PostgreSQL9.2installerserverloadmodules.vbs» «postgres» «****» «C:Program Files (x86)PostgreSQL9.2» «C:Program Files (x86)PostgreSQL9.2data» 5432
Script exit code: 2

Script output:
Installing the adminpack module in the postgres database…
Executing ‘C:Usersucesga1AppDataLocalTemprad87BB2.bat’…
psql: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host «localhost» (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host «localhost» (127.0.0.1) and accepting
TCP/IP connections on port 5432?

Failed to install the ‘adminpack’ module in the ‘postgres’ database
loadmodules.vbs ran to completion

Script stderr:
Program ended with an error exit code

Error running cscript //NoLogo «C:Program Files (x86)PostgreSQL9.2installerserverloadmodules.vbs» «postgres» «****» «C:Program Files (x86)PostgreSQL9.2» «C:Program Files (x86)PostgreSQL9.2data» 5432 : Program ended with an error exit code

enter image description here

The following bug has been logged on the website:

Bug reference: 13240
Logged by: James Wierowski
Email address: jwierowski(at)swtechnologies(dot)com
PostgreSQL version: 9.4.1
Operating system: Windows Server 2008 R2
Description:

I launched Stack Builder from the Start menu and selected the following
instance from the dropdown list: PostgreSQL 9.4 (x64) on port 5432.

I clicked the «Next» button and the message: «Downloading Application List»
appears for a few seconds. Then an error message appears: «Stack Builder
Error: Failed to parse the application list:
http://www.postgresql.org/applications-v2.xml.»

I clicked the «Details» button and the following is shown:
«XML parsing error: ‘no element found’ at line 380.»

I cannot get any farther with the program.

Please let me know is you need any additional information.

Thanks,
Jim Wierowski

Your privacy

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Я загрузил и установил PostgreSQL 12 (64-разрядная версия) на машине разработчика под управлением Windows 10 Pro Education (64-разрядная версия).

Когда установка дошла до этапа загрузки списка приложений Stack Builder, произошла следующая ошибка:

Проблема проверки сертификата возникла при доступе к https://www.postgresql.org/applications-v2. xml schannel: next Ошибка инициализацииSecurityContext: Неизвестная ошибка (0x80092013) — функции отзыва не удалось проверить отзыв, поскольку сервер отзыва был отключен. Это означает, что исходная загрузка не может быть проверена. Рекомендуется не продолжать загрузку, поскольку она может исходить с сайта, который выдает себя за предполагаемый сайт загрузки и может содержать вирусы или вредоносное ПО.

Вы хотите продолжить?

Я пробовал использовать прокси-серверы, ссылаясь на этот ответ. https://serverfault.com/questions/555125/postgresql-stack- строитель-установка-прокси-настройка-на-окнах

Я также пробовал оба решения из этого вопроса. Все равно не могу скачать список приложений.

Я хочу установить PostGIS. Кажется, что построитель стека безопасен и прост в использовании. Что мне делать, чтобы установить PostGIS?

2 ответа

Лучший ответ

Похоже, ссылка https://www.postgresql.org/applications-v2.html имеет надежную защиту. И это блокирует некоторый трафик. Как упоминал @ay__ya, в его случае он заставил его работать через доступ через VPN. А в моем случае я уже был за VPN, и он не работал. Так что отключение VPN сработало для меня.


1

Gaurav Jeswani
15 Мар 2021 в 11:28

  1. Перейдите на страницу https://www.postgresql.org/applications-v2.html и сохранить в виде файла *.CER сертификат веб-страницы.
  2. С помощью «certmgr.msc» импортируйте файл *.CER в локальный репозиторий сертификатов в хранилище доверенных лиц и/или хранилище корпоративных доверенных сертификатов.
  3. Повторно запустите построитель стека и повторите шаг загрузки списка приложений. Должно работать сейчас.


0

Junik78
15 Июл 2022 в 15:35

The following bug has been logged on the website:

Bug reference: 8460
Logged by: Stephen Stewart
Email address: sstewart(dot)fr(at)gmail(dot)com
PostgreSQL version: 9.3.0
Operating system: Windows XP SP3
Description:

I have a fresh install of WinXP running in a VirtualBox VM. I downloaded and
install PostgreSQL 9.3.

The install went fine until Application Stack Builder 3.1.1 runs and gives
the error: «17:11:52: XML parsing error: ‘syntax error’ at line 1
17:11:52: Failed to parse the application list:
http://www.postgresql.org/applications-v2.xml»

I am able to download the file http://www.postgresql.org/applications-v2.xml
manually via my browser and it appears to be valid.

  • Ошибка steam must be running to play this game resident evil 4
  • Ошибка steam kings bounty
  • Ошибка steam is not running you must start steam in order to play this game
  • Ошибка steam is not installed please install it first
  • Ошибка steam is not initialized что делать