Jenkins没有使用https在服务器外部加载

时间:2018-06-04 14:01:40

标签: xml jenkins https server web-hosting

我在Azure Windows服务器中安装了Jenkins。应用程序在Server中启动并运行。我需要为jenkins实现https,并且我在keysotore的帮助下实现了它。 https在服务器中工作正常但无法访问服务器外部,但http可在服务器外部访问。

配置详情:

<arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "%BASE%\jenkins.war" --httpPort=8080 --httpsPort=8343 --httpsKeyStore="%BASE%\secrets\keystore1" --httpsKeyStorePassword=testing@1 --webroot="%BASE%\war"</arguments>

注意:

  1. 使用https 8343的端口
  2. 虽然http可在服务器外部使用端口8080
  3. 访问
  4. 刷过端口并检查当时http为端口8343正常工作。
  5. 尝试使用https 8343端口,浏览器只会旋转。
  6. Jenkins verson 2.107.3

0 个答案:

没有答案