Hi,
I’m using IIS that allows accessing Jenkins through https. I’ve double-checked all the steps in the instructions Reverse proxy - IIS
Before update (2.462.1) everything was working fine. After update I’m getting “It appears that your reverse proxy set up is broken.” and URLs are wrong in several places. For example, if I call jenkins through jenkinsapi:
“ValueError: Not a Queue URL: https://myserver:8081/queue/item/2567053/
”
test for reverse proxy setup is trying to compare
https://myserver:8081/manage
vs. https://myserver/manage/
For some reason left part has https URL but at the same time HTTP port. Do I need to update some configuration in jenkins to make it work again after update?