Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
use HTTPS download for mongodb during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mriehl committed Jun 25, 2015
1 parent ed80861 commit e145c3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static MongodStarter createMongoStarter() {
new DownloadConfigBuilder() //
.defaultsForCommand(MongoD) //
.progressListener(new LoggingProgressListener(LOGGER, Level.INFO)) //
.downloadPath("http://fastdl.mongodb.org/") //
.downloadPath("https://fastdl.mongodb.org/") //
.artifactStorePath(MONGO_DOWNLOAD_FOLDER); //
de.flapdoodle.embed.process.store.ArtifactStoreBuilder download =
new ArtifactStoreBuilder() //
Expand Down

0 comments on commit e145c3f

Please sign in to comment.