michael-o commented on pull request #222: URL: https://github.com/apache/httpcomponents-core/pull/222#issuecomment-688727418
OK, I know why this is failing for you, but not for me: ``` D:\Entwicklung\Projekte\httpcomponents-core5 [master ≡]> mvn -v Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-17T20:33:14+02:00) Maven home: D:\Entwicklung\Programme\apache-maven-3.5.4\bin\.. Java version: 1.7.0_272, vendor: Azul Systems, Inc., runtime: C:\Program Files\Zulu\zulu-7\jre Default locale: de_DE, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" ``` You still use Oracle JDK 7u80 instead of OpenJDK with has TLS 1.2 built in. Would you mind to use Azul Zulu or something else for Java 7 or do you still want to change the links to http://? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
