今天打包突然发现,maven的中央仓库下载pom文件失败,报错行最后的信息是
Could not transfer artifact (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [Help 1]
查了半天发现原因就是中央仓库必须要TLS1.2版本才能访问,貌似是18年6月份刚改的,我的解决方法是将jdk版本升级到jdk1.8,因为在1.8及以上版本,才会默认使用TLS1.2
网友评论