I just installed the latest Anaconda3-2021. Using the Anaconda powershell, I tried “conda install glpk”.
I got an error suggesting I did not have internet access to https://repo.anaconda.com/pkgs/main/win-64/. I Googled this issue and found the solution at
https://stackoverflow.com/questions/54612022/unable-to-use-conda-with-anaconda-2018-2-on-windows.
which says to copy these files from Anaconda3/Library/bin to Anaconda3/DLLs :
libcrypto-1_1-x64.dll and libssl-1_1-x64.dll
After doing that, the install worked perfectly. So, this seems to be a known issue for 2 years.