Skip to content
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

Closed
jirik opened this issue Jan 24, 2023 · 1 comment
Closed

Map thumbnail fails in some cases #755

jirik opened this issue Jan 24, 2023 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@jirik
Copy link
Member

jirik commented Jan 24, 2023

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.

@jirik jirik added the bug Something isn't working label Jan 24, 2023
@jirik jirik added this to the Release 1.20 milestone Jan 24, 2023
@jirik jirik self-assigned this Jan 24, 2023
jirik added a commit that referenced this issue Jan 24, 2023
@jirik jirik mentioned this issue Jan 24, 2023
4 tasks
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
jirik added a commit that referenced this issue Feb 23, 2023
jirik added a commit that referenced this issue Feb 23, 2023
@jirik
Copy link
Member Author

jirik commented Feb 24, 2023

Currently fixed by Node.js downgrade to v16. Closing.

@jirik jirik closed this as completed Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant