Richard Gould
Results
2
issues of
Richard Gould
`url.parse("http://foo.com:444/bar").hostname` returns `"foo.com:444"`, which causes `validate` to make an invalid call to `https`. This permits using a CAS running on a different port.
After upgrading to node 0.10, the https module defaults to checking SSL certs and throwing an error if it encounters a self-signed cert. Our CAS is hosted on a server...