-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map thumbnail fails in some cases #755
Comments
jirik
added a commit
that referenced
this issue
Jan 24, 2023
jirik
added a commit
that referenced
this issue
Jan 25, 2023
jirik
added a commit
that referenced
this issue
Jan 25, 2023
jirik
added a commit
that referenced
this issue
Feb 23, 2023
jirik
added a commit
that referenced
this issue
Feb 23, 2023
jirik
added a commit
that referenced
this issue
Feb 23, 2023
4 tasks
jirik
added a commit
that referenced
this issue
Feb 23, 2023
jirik
added a commit
that referenced
this issue
Feb 23, 2023
Currently fixed by Node.js downgrade to v16. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If map contains WMS layer that is runnin on domain without TLS1.3 support (e.g. https://geoportal.kraj-lbc.cz/ ), generating thumbnail fails.
It should happen only in v1.19.0 and on current master. In v1.19.0 Node.js was upgraded to v18. Node.js since v17 uses OpenSSL 3 that does not communicate with https://geoportal.kraj-lbc.cz/ well by default.
Solution should be to enable SSL_OP_LEGACY_SERVER_CONNECT that is disabled by default, see #798.
The text was updated successfully, but these errors were encountered: