Hello,
I have been unable to update any quotes in Portfolio Performance since March 10, 2026. The issue affects two different machines running different versions of PP, which leads me to believe the problem is either related to my PP Online account or to a change in the PP infrastructure.
Environment
- Machine 1: Mac Mini M4, macOS, PP 0.83.2 (April 2026), Zulu JRE 21.0.5 aarch64
- Machine 2: MacBook Air, macOS, PP 0.81.5 (February 2026)
- Both machines have been affected since the same date: March 10, 2026
Error log (PP 0.83.2)
[PortfolioLog] No route to host
Failed to connect to https://updates.portfolio-performance.info/portfolio/p2.index: Remote host terminated the handshake. Retry attempt 0 started.
Unable to read repository at https://updates.portfolio-performance.info/portfolio/content.xml.
Callback server started on host localhost and port 49968.
Authentication failed (the access token could not be requested).
No route to host
This error occurs regardless of the quote source used: Alpha Vantage (with valid API key), Yahoo Finance, Twelve Data, Finnhub — all return “No route to host”.
Investigations performed
curl and openssl can reach updates.portfolio-performance.infoandwww.alphavantage.coperfectly from both machines (TLS 1.2 and 1.3 work fine)
The server certificate was renewed on April 28, 2026 (Let’s Encrypt R12) — I added R12 manually to the Zulu JRE truststore, no change
Tested on iPhone hotspot (different network) — same issue, ruling out local router/firewall
Deleted token_storagefile, re-authenticated via browser — authentication succeeded but PP Online shows empty user/subscription
Fresh reinstall of PP — same issue persists
Removed macOS quarantine flag via xattr -rd com.apple.quarantine
Forced TLS 1.2 via -Dhttps.protocols=TLSv1.2and-Djdk.tls.client.protocols=TLSv1.2inPortfolioPerformance.ini
The Zulu JRE cannot reach any external server — keytool -printcert -sslserverreturns “No SSL server certificate” with ajava.net.SocketException: Broken pipe
Key observation
The latest quotes are from the very same date (March 10, 2026) on both machines, with two different PP versions, I did not use it since then. This strongly suggests either:
- A server-side change in the PP Online infrastructure around that date
- A corruption of my PP Online account/token
Could you check if anything changed on your end after March 10, 2026? And is there a way to fully reset a PP Online account?
Thank you very much for your help.
PS: I had already posted a request here but was probably not clear enough to get help, here I have use the AI Claude to help me test and explain the problem.