Open
Description
I see that astroquery.noirlab 0.4.2 still points to the now deprecated/defunct https://astroarchive.noao.edu rather than the new https://astroarchive.noirlab.edu
SSLError: HTTPSConnectionPool(host='astroarchive.noao.edu', port=443): Max retries exceeded with url: /api/version (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:852)'),))
Simply changing the server name in the configuration also doesn't work for me either, although that may very well be due to my limited experience with astropy/astroquery config.
Does astroquery.noirlab need to be updated altogether to reflect these changes, or is there a quick work-around I can use for now?