| 2 | |
| 3 | 20-Oct-2021:: |
| 4 | We continue to have LetsEncrypt certificate issues at SDAC which is effecting SSW/IDL downloads for data providers such as STEREO, SDO, SOHO etc. While we try to fix the problem there is a work around for IDL users. (SunPy should be working again now) |
| 5 | {{{ |
| 6 | Define the following shell variable: |
| 7 | |
| 8 | In csh or tcsh : |
| 9 | setenv VSO_SERVER http://netdrms02.nispdc.nso.edu/cgi/vsoi_tabdelim |
| 10 | or in bash |
| 11 | export VSO_SERVER=http://netdrms02.nispdc.nso.edu/cgi/vsoi_tabdelim |
| 12 | }}} |
| 13 | Then start up SSW as usual and execute your query. |