Path of building ssl connect error что делать
1 дек. 2020 в 1:37
When I try to import a build from pastebin always crash. "SSL Error" or "Timeout" . What should I do. Im a beginner and wanna follow beginners guides but I can not to this because of this problems.
PoB is latest version.
1 дек. 2020 в 2:00
When I try to import a build from pastebin always crash. "SSL Error" or "Timeout" . What should I do. Im a beginner and wanna follow beginners guides but I can not to this because of this problems.
PoB is latest version.
It crashes? That’s poor code quality, it should only give you error messages but continue to run (aborting the import though). You may want to file bug reports/issues at the repository in question (either PoB or the community fork).
Note that some platforms add link-hiders (sometimes euphemistically called link-shorteners), "anonymizers" or trackers to URLs, you’ll want the plain pastebin-URL in order to get it to work. Youtube for example will often insert redirecting tracker-URLs when you copy the URL the "wrong" way.
In that case remove those disgusting parts of the URLs before letting PoB go fetch the resource.
In the meantime try getting the build-code yourself and pasting it into the appropriate field (hence staying local on PoBs part). Use the RAW function on pastebin’s website (and select all (ctrl+a), copy (ctrl+c)) or scroll down and use that field to get the contents to the clipboard (or carefully select from the upper field with the line numbers). Paste (ctrl+v) into the appropriate field in PoB (different from the import from pastebin one) and import.
Path of Building SSL connection error #1609
Well i have the ssl connection problem with the pastebin links. iv tried everything redownloaded the program 4 times i dont own any anti virus problem so thats not the issue i had no problems when i played the game last month im not sure what can be the cause of it if anyone knows something about it ill appreciate it
Thank you
The text was updated successfully, but these errors were encountered:
same, started recently doe. worked just fine last league
Same.. happening to 3 computers in my house. Interestingly, it happened about the same time that we all updated to Win10 1903 (the large windows update) — not sure if related, but a thought.
For me, the reason this fails with HTTPS and not HTTP is that, for some reason, PoB needs LSASS.EXE to have Internet access. This really shouldn’t be necessary.
I similar problem since some days ago. I can’t import my character from poe. I tried to disable antivirus and the firewall. Tried with 2 machines with w7 and different ISP. I still got the same error (SSL connect error). I only could import in another machine with w10.
For me, the reason this fails with HTTPS and not HTTP is that, for some reason, PoB needs LSASS.EXE to have Internet access. This really shouldn’t be necessary.
Allowing LSASS.EXE in my firewall fixed this issue for me, too. Thanks!
whats LSASS.EXE? i dont even have this thing
LSASS is a Windows System Service (Local Security Authority Subsystem Service) it’s used for managing various security related policies on Windows. It shouldn’t be used here for SSL connections.
For me and goldaryn it wasn’t allowed through the firewall, so the connection failed. It really doesn’t need Internet access and should be fixed.
LSASS seems to be the target of viruses and malware. I am uncomfortable just giving it a free ride through my firewall.
I resolved my issue with LSASS too, i forgot to refresh my firewall rules before. I always leave this application blocked. PoB shound’t rely on that to make connections.
I have the same problem and I agree that LSASS shouldn’t require internet access. In the meantime just change https to http in the pastebin link as a temporary solution.
Of course this doesn’t fix the same problem occurring when importing your own characters.
Has there been a fix for the SSL issue people have been having with PoB if so could someone drop me a link thank you
Here’s a workaround for the issue where you can’t import characters from poe.com:
- go to the releases page — https://github.com/Openarl/PathOfBuilding/releases
- download and extract the .zip version. you must use this version for the workaround.
- edit \Classes\ImportTab.lua
- search for all references to https://www.pathofexile.com and change to http://www.pathofexile.com
Obvs. https is better than http and this is at our own risk, but it seems to work. Same should also work for pastebin links.
If you have Kaspersky enabled, deactivate it just to import, then reactivate it
If you have Kaspersky enabled, deactivate it just to import, then reactivate it
It’s work , Kaspersky disable accsess to LSASS.EXE from Path of Building , because it dangerous. Just pause protection for 1 min and enter the pastbin code or make your code of your build.
Or you can use decision from reddit:
1.Double click on the Kaspersky icon on the status bar.
2.Click on the gear icon ok the lower left to open settings.
3.Open the additional tab and click on network.
4.Scroll downwards and click on the manage exclusions option.
5.Click the add button.
6.Type pastebin.com and click on the add button.
I just added Path of Building as a Trusted Application in Kaspersky. Checked the 1st four boxes.
I couldn’t get the URL exceptions to fix the issue. I tried every combination for the Web Filter. The instructions Tetuev explained may not work as the Program has changed.
To get pob to work with pastebin you need to add pob to trusted application AND pastebin to trusted adresses.
works for both the community fork and this original version.
do note: adding trusted addresses seems to be a hit or miss, works on my pc without it but not on my laptop.
SSL connect error

Can you connect to ggg servers your self through a browser?
Here is a related problem but occurring with pastebin #5169
It seemed to resolve after a while.
This happens sometimes. I haven’t been able to figure out when though. Allowing svchost access through the firewall seems to fix it. The peculiar thing about this is that it usually works fine without giving svchost internet access.
Path of building ошибка ssl connect error
Я пытаюсь загрузить фотографию в свой ковш AWS, но столкнулся с ошибкой, упомянутой в заголовке. Я понимаю, что это скорее всего связано с моими сертификатами OpenSSL, но любое предлагаемое решение, которое я пробовал, до сих пор не удалось.
Я столкнулся с этой проблемой с ruby 2.3.1, Rails 4.1.8, aws-sdk-core 2.3.4 и несущей-несущей 0.11.0 на OSX Yosemite.
Я тоже пробовал все доступные в этой аналогичной проблеме, как и другие (это один из Windows): https://github.com/aws/aws-sdk-core-ruby/issues/166#issuecomment-111603660
Вот некоторые из моих файлов:
CarrierWave.configure do |config| # required config.aws_credentials = < access_key_id: Rails.application.secrets.aws_access_key_id, # required secret_access_key: Rails.application.secrets.aws_access_key, # required region: ‘eu-west-2’ # optional, defaults to ‘us-east-1’ >config.aws_bucket = Rails.application.secrets.aws_bucket # required config.fog_attributes = < ‘Cache-Control’ =>»max-age=#» > # optional, defaults to <> end
class AvatarUploader < CarrierWave::Uploader::Base storage :aws def store_dir «uploads/#/#/#» end end
stack trace: Seahorse::Client::NetworkingError — SSL_connect returned=1 errno=0 state=error: certificate verify failed: /Users/stevenharlow/.rbenv/versions/2.3.1/lib/ruby/2.3.0/net/http.rb:933:in `connect_nonblock’ /Users/stevenharlow/.rbenv/versions/2.3.1/lib/ruby/2.3.0/net/http.rb:933:in `connect’ /Users/stevenharlow/.rbenv/versions/2.3.1/lib/ruby/2.3.0/net/http.rb:863:in `do_start’ /Users/stevenharlow/.rbenv/versions/2.3.1/lib/ruby/2.3.0/net/http.rb:858:in `start’ /Users/stevenharlow/.rbenv/versions/2.3.1/lib/ruby/2.3.0/delegate.rb:83:in `method_missing’ aws-sdk-core (2.3.4) lib/seahorse/client/net_http/connection_pool.rb:292:in `start_session’ aws-sdk-core (2.3.4) lib/seahorse/client/net_http/connection_pool.rb:104:in `session_for’ aws-sdk-core (2.3.4) lib/seahorse/client/net_http/handler.rb:109:in `session’
- Aws.use_bundled_cert!
- Загрузите сертификат и ссылку вручную
- Я пытался использовать Fog вместо carrierwave-aws
- Попробовал переустановить ruby после обновления rbenv
CONNECTED(00000003) depth=1 /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert Baltimore CA-2 G2 verify error_num=20:unable to get local issuer certificate verify return:0 — Certificate chain 0 s:/C=US/ST=Washington/L=Seattle/O=Amazon.com Inc./CN=*.s3-us-west-2.amazonaws.com i:/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert Baltimore CA-2 G2 1 s:/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert Baltimore CA-2 G2 i:/C=IE/O=Baltimore/OU=CyberTrust/CN=Baltimore CyberTrust Root — No client certificate CA names sent — SSL handshake has read 2703 bytes and written 456 bytes — New, TLSv1/SSLv3, Cipher is AES128-SHA Server public key is 2048 bit Secure Renegotiation IS supported Compression: NONE Expansion: NONE SSL-Session: Protocol : TLSv1 Cipher : AES128-SHA Session-ID: Session-ID-ctx: Master-Key: Key-Arg : None Start Time: 1463697130 Timeout : 300 (sec) Verify return code: 0 (ok)
Лучший ответ:
- У вашей установки openssl нет цепочки сертификатов, необходимой для проверки сервера Amazon в его доверенном хранилище сертификатов…
- … это точная ситуация, которая должна быть решена путем добавления Aws.use_bundled_cert! к инициализатору в соответствии с документами. Но в этом случае это не сработает, потому что хотя эта команда указывает библиотеке ruby openssl добавлять различные сертификаты CA в доверенное хранилище из aws-sdk-core gem CA пакетный файл, файл также не содержит надлежащего сертификата ЦС, поскольку он сам почти 2 года и устарел. Промежуточный сертификат CA CN=DigiCert Baltimore CA-2 G2 был опубликован 8 декабря 2015 г., поэтому неудивительно, что файл пакета CA не содержит его.
Теперь у вас есть два варианта:
PAHT OF BUILDING (PoB) ДЛЯ НОВИЧКОВ. Гайд для гайдов по пое [Path of Exile]
How to fix POB «SSL connect error» importing from pastebin using kapersky anti-virus: 2022-03-02
- Вы можете попробовать установить этот промежуточный сертификат CA, возможно, включая корневой сертификат CA ( CN=Baltimore CyberTrust Root ), к вашему openssl trusted certs store. Это должно сделать команду s_client . Но вы все равно можете столкнуться с проблемами, используя эти доверенные сертификаты из ruby-кода. Для конкретных шагов, чтобы заставить его работать под рубином на OSX, обратитесь к разделу Решениеэтого вопроса SO.
- Кроме того, поскольку вы все равно используете разветвленный репозиторий aws-sdk-ruby gem, вы также можете обновить файл ca-bundle.crt в вашем репо, добавив сертификат промежуточного CA (корневой сертификат CA уже присутствует в комплекте). Для этого вам необходимо сделать следующее:
- загрузите промежуточный сертификат CA с официальной страницы сертификатов DigicertCA (вы также можете использовать прямую ссылку выше, но подчиняться правила безопасности точно вы также должны проверить отпечатки пальцев)
- преобразуйте его в формат PEM (он загружается в формате DER) и добавьте его в пакет сертификатов, используя следующую команду openssl:
openssl x509 -in DigiCertBaltimoreCA-2G2.crt -inform DER >> ca-bundle.crt
Ваш Ruby-код, AWS SDK и т.д. все в порядке. Это не проблема с Ruby или SDK. Сообщение об ошибке, которое вы изначально описываете, а ваша более поздняя публикация журнала подключения OpenSSL указывает на основную причину проблемы: Отсутствует корневой сертификат и/или неправильно настроенный пакет CA cert в среде OpenSSL.
Еще одна подсказка заключается в том, что тот же код работает на производстве. Это не код.
Само исходное сообщение об ошибке указывает на ошибки проверки сертификата OpenSSL, как вы указываете. Трассировка стека также показывает внутренние ошибки Ruby в версии 2.3.1/lib/ruby /2.3.0/net/http.rb. Это основная сетевая библиотека, которая использует структуру OpenSSL.
Журнал подключения openssl s_client более четко показывает номер и сообщение об ошибке:
depth=1 /C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert Baltimore CA-2 G2 verify error_num=20:unable to get local issuer certificate
Пока вы не получите Verify return code: 0 (ok) в CA DigiCert Baltimore CA-2 с тестом s-client openssl, ваш код не будет работать.
Сертификат CA DigiCert Baltimore CA-2 CA отсутствует или неправильно указан в настройках OpenSSL на этом компьютере. Это очень распространенная проблема в сломанной или неполной установке OpenSSL. Вам необходимо загрузить этот сертификат, конвертировать в формат PEM, сохранить его в файле ca-certificate.crt в своей папке certs.exe, а затем ссылаться на этот файл в вашей конфигурации или на переменную среды SSL_CERT_FILE.
Вы можете увидеть хорошее решение для вашей корневой проблемы здесь
ПРИМЕЧАНИЕ. Чтобы подтвердить это решение, вы должны запустить тест openssl s_client на вашем производственном сервере. Вы должны увидеть, что он проверяет тот же СА без проблем. Проверьте конфигурацию конфигурационного файла OpenSSL и CA cert, чтобы понять, почему существует разница между вашей производственной средой и средой разработки.