<div dir="ltr"><div><div><div><div>I'm testing our 4.3.17 upgrade on a dev box and finding a minor glitch, that some https tests with content and passwords in .netrc are not working. they do work with password in the host file, so it's not a blocker, but I'm hoping to avoid that.<br>
<br></div>This line works:<br> <a href="http://cc.example.com">cc.example.com</a> # noconn ssh cont;<a href="https://username:password@cc.example.com/webdav/DEMO/;Hello">https://username:password@cc.example.com/webdav/DEMO/;Hello</a> delayred=http:2,conn:2,ssh:2<br>
<br></div>this line does not work <br> <a href="http://cc.example.com">cc.example.com</a> # noconn ssh cont;<a href="https://cc.example.com/webdav/DEMO/;Hello">https://cc.example.com/webdav/DEMO/;Hello</a> delayred=http:2,conn:2,ssh:2<br>
<br></div>with .netrc containing:<br>machine <a href="http://webdav-cc2.example.com">webdav-cc2.example.com</a> login username password password<br>machine <a href="http://webdav-cc1.example.com">webdav-cc1.example.com</a> login username password password<br>
machine <a href="http://webdav-cc3.example.com">webdav-cc3.example.com</a> login username password password<br>machine <a href="http://cc.example.com">cc.example.com</a> login username password password<br><br></div>There are four machines in the hosts.cfg , one representing the vip and three representing physical servers. Only the first machine, webdav-cc1, works. I played around with the order in both hosts.cfg and .netrc, doesn't seem to matter. I can auth with all of them using wget at the command line so it's not a connectivity issue<br>
<div><br></div><div>any thoughts? <br></div><div>exact same host file and .netrc work on the production server<br>thanks Betsy<br></div><div><br><br></div></div>