Skip to content

Commit 9184d10

Browse files
committed
Added information about public server transitioning from HTTP to HTTPS.
1 parent b916de0 commit 9184d10

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ _Fixes and enhancements:_
7575
- Error messages are now sent back to the client instead of being displayed in rasterized output
7676
- Updated NPM dependencies, removed deprecated and uneccessary dependencies
7777
- Lots of smaller bugfixes and tweaks
78+
- Transitioned our public server (export.highcharts.com) from HTTP to HTTPS
7879

7980
_New Features:_
8081

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The API for when using the server as a node module has changed significantly, bu
1010

1111
One important note is that the export server now requires `node v16.14.0` or higher.
1212

13+
Additionally, with the v3 release, we transitioned from HTTP to HTTPS for export.highcharts.com, so all requests sent to our public server now must use the HTTPS protocol.
14+
1315
## Changelog
1416

1517
_Fixes and enhancements:_
@@ -22,6 +24,7 @@ _Fixes and enhancements:_
2224
- Error messages are now sent back to the client instead of being displayed in rasterized output
2325
- Updated NPM dependencies, removed deprecated and uneccessary dependencies
2426
- Lots of smaller bugfixes and tweaks
27+
- Transitioned our public server (export.highcharts.com) from HTTP to HTTPS
2528

2629
_New Features:_
2730

0 commit comments

Comments
 (0)