我在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>
注意: