Skip to content

fix: Bug with ssl network connections + Java module permissions.#1182

Merged
maximearmstrong merged 1 commit intoMobilityData:masterfrom
bdferris-v2:issue/1181/ssl
Jun 7, 2022
Merged

fix: Bug with ssl network connections + Java module permissions.#1182
maximearmstrong merged 1 commit intoMobilityData:masterfrom
bdferris-v2:issue/1181/ssl

Conversation

@bdferris-v2
Copy link
Copy Markdown
Collaborator

See discussion in #1181. Basically, the packaged app uses Java Modules, which requires explicit listing of all JRE dependencies. jdeps picks up most of them, but we have a hidden dependency on the JRE's crypto functionality in order to pull https:// urls. This manifested as an exception when querying the current app version from https://raw.githubusercontent.com but it also repros if you attempt to download an https:// feed.

Closes #1181.

Please make sure these boxes are checked before submitting your pull request - thanks!

@bdferris-v2
Copy link
Copy Markdown
Collaborator Author

Heads up to @maximearmstrong and @isabelle-dr

@bdferris-v2 bdferris-v2 changed the title Fix bug with ssl network connections + Java module permissions. Fix: bug with ssl network connections + Java module permissions. Jun 4, 2022
Copy link
Copy Markdown
Member

@barbeau barbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@maximearmstrong
Copy link
Copy Markdown
Contributor

Thank you @bdferris-v2!

@maximearmstrong maximearmstrong changed the title Fix: bug with ssl network connections + Java module permissions. fix: Bug with ssl network connections + Java module permissions. Jun 7, 2022
@maximearmstrong maximearmstrong merged commit e00672c into MobilityData:master Jun 7, 2022
@bdferris-v2 bdferris-v2 deleted the issue/1181/ssl branch October 7, 2022 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Version number fails to resolve on Windows app

3 participants