-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Implement TLS (https) for repo.ohdsi.org connections #1825
Comments
Happy to discuss @leeevans as this will have a large impact across all of our repos that use Java. |
It appears that as of Maven 3.8.1 (released yesterday) non-TLS repos are now blocked by default: https://maven.apache.org/docs/3.8.1/release-notes.html The error looks like:
|
@actualben @anthonysena @chrisknoll TLS access to the OHDSI repo is now available at https://repo.ohdsi.org/nexus The non-TLS access will be removed after the OHDSI pom.xml file references are updated to use TLS access. |
Expected behavior
As reported by @actualben the repo.ohdsi.org should use TLS (https) in order to prevent a man-in-the-middle attack.
Actual behavior
repo.ohdsi.org uses http with an anonymous user
Steps to reproduce behavior
see OHDSI github WebAPI pom.xml
@anthonysena I'ld appreciate it if we could discuss the approach and do some testing prior to enabling TLS, so we can have a smooth transition.
The text was updated successfully, but these errors were encountered: