You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This typically happens on networks where a university/company proxy intercepts HTTPS traffic and presents a different and incompletely configured SSL certificate.
21
+
22
+
To inspect the certificate chain you actually receive for `data.pypsa.org`, run:
This certificate should be for `data.pypsa.org` and issued by a trusted certificate authority.
40
+
If it is not and e.g. self-signed or issued by your organisation, then this can cause the error above.
41
+
42
+
If the certificate chain is replaced by a proxy certificate, common fixes are:
43
+
44
+
1. Run PyPSA-Eur from a network without that proxy (for example from home).
45
+
2. Ask your IT department for help, they can either provide a proxy bypass or ensure that their proxy certificate is correctly configured and trusted by your system.
46
+
47
+
This is usually faster than trying to disable certificate verification or hot fixes.
Copy file name to clipboardExpand all lines: doc/release_notes.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,10 @@
7
7
<!-- Upcoming Release -->
8
8
<!-- ================= -->
9
9
10
+
* fix: update stale contribution docs (linting and formatting ruff)
10
11
* feat: data version CSV / YAML file can be specified separately or extended by the user in the `data.version_files` config entry ([#2016](https://github.com/PyPSA/pypsa-eur/issues/2016)).
11
12
* Fix: Resolve plotting crashes from missing `tech_colors` entries by adding `heat dsm` color and implementing upfront validation for missing keys in `plot_summary.py` ([#2108](https://github.com/PyPSA/pypsa-eur/issues/2108)).
13
+
* Fix: Retry interrupted WDPA and WDPA-marine downloads ([#2138](https://github.com/PyPSA/pypsa-eur/issues/2138)).
12
14
* feat: Make the default target rule configurable (defaults to "all" for backwards compatibility)
13
15
14
16
* Fix: Keep unset `p_set` (NaN) as NaN when aggregating components in `cluster_heat_buses`, required for [PyPSA#1703](https://github.com/PyPSA/PyPSA/pull/1703).
@@ -50,8 +52,12 @@
50
52
51
53
- doc: Disable root TOC entries in order to declutter the table of contents for the rules overview ([2216](https://github.com/PyPSA/pypsa-eur/pull/2216)).
52
54
55
+
* fix: Ensure `inflow_t` is always defined in `attach_hydro`, resolving a pylint use-before-assignment issue ([#2224](https://github.com/PyPSA/pypsa-eur/pull/2224)).
53
56
* Add missing regex anchor with `re.fullmatch` to `create_zenodo_deposition_cli` utils script ([#2225](https://github.com/PyPSA/pypsa-eur/pull/2225)).
54
57
58
+
* doc: Add FAQ section to docs (`faq.md`) with troubleshooting for `SSL: CERTIFICATE_VERIFY_FAILED` during data retrieval behind proxy servers ([#2228](https://github.com/PyPSA/pypsa-eur/pull/2228)).
59
+
* Fix Ultranet (TYNDP 254) to end in Philippsburg (#2236)
0 commit comments