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

ACE v11 toolkit Maven HTTPS problem #2

Open
tdolby-at-uk-ibm-com opened this issue Mar 19, 2021 · 0 comments
Open

ACE v11 toolkit Maven HTTPS problem #2

tdolby-at-uk-ibm-com opened this issue Mar 19, 2021 · 0 comments
Labels
invalid This doesn't seem right

Comments

@tdolby-at-uk-ibm-com
Copy link
Contributor

Placeholder: 11.0.0.11 toolkit Maven level fails to handle HTTPS redirection (Maven repo change).


<!-- force https -->
<repositories>
    <repository>
        <id>central</id>
        <url>https://repo1.maven.org/maven2</url>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
    </repository>
</repositories>
<pluginRepositories>
    <pluginRepository>
        <id>central</id>
        <url>https://repo1.maven.org/maven2</url>
        <snapshots>
            <enabled>false</enabled>
        </snapshots>
    </pluginRepository>
</pluginRepositories>

export IBM_JAVA_OPTIONS="-Dcom.ibm.jsse2.overrideDefaultTLS=true"

@tdolby-at-uk-ibm-com tdolby-at-uk-ibm-com added the invalid This doesn't seem right label Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant