HtsLib possibly cannot read BAM/CRAM files via proxy
Closed this issue · 3 comments
ubuntolog commented
Needs to be tested withing UKT and from outside
ubuntolog commented
Works outside of UKT over direct connection (without proxy)
ubuntolog commented
Inside UKT the proxy server prevents HtsLib requests from reaching GSvar server running outside
ubuntolog commented
A fix is found. On Windows GSvar needs to be launched with specific environment variables:
set https_proxy=LOGIN:PASSWORD@PROXY_ADDRESS:PROXY_PORT
set http_proxy=LOGIN:PASSWORD@PROXY_ADDRESS:PROXY_PORT