我正在尝试使用 ssl 将 deb 文件部署到连接,但我收到错误消息“没有主题替代 DNS 名称匹配...”
我在 ant 中的构建目标如下所示:
<target name="deploy">
<artifact:pom id="mypom" file="pom.xml"/>
<artifact:install-provider artifactId="wagon-ssh" version="1.0-beta-2" />
<artifact:deploy file="target/foo.deb">
<remoteRepository url="https://bar" />
<pom refid="mypom" />
</artifact:deploy>
</target>
如何配置旅行车?我只想忽略证书。