简体   繁体   中英

how to block windows jenkins HTTP URL access( http://hostname:8080 ) so that i can use only HTTPS via https://jenkins.domain.com

I have installed Jenkins in windows

I can access Jenkins with two URLs

http://hostname:8080, https://jenkins.domain.com

how can I block access via HTTP so that everyone can use only via HTTPS

Ps: HTTPS already configured

You can do this by setting the httpPort to -1

See the docs here https://www.jenkins.io/doc/book/installing/initial-settings/#configuring-http

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM