summaryrefslogtreecommitdiffstats
path: root/ds9/library/catvot.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-04-24 19:05:45 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-04-24 19:05:45 (GMT)
commit508a62b0e576fcc850fb702b6275ab204ca94ece (patch)
treede7d1d6fb00ed72a8ff0f161086efbee2bd5b953 /ds9/library/catvot.tcl
parent19df70d23034ed5a3e549b64a7e0a36a569a90ac (diff)
downloadblt-508a62b0e576fcc850fb702b6275ab204ca94ece.zip
blt-508a62b0e576fcc850fb702b6275ab204ca94ece.tar.gz
blt-508a62b0e576fcc850fb702b6275ab204ca94ece.tar.bz2
support https via tls
Diffstat (limited to 'ds9/library/catvot.tcl')
-rw-r--r--ds9/library/catvot.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/library/catvot.tcl b/ds9/library/catvot.tcl
index ad040ef..1425391 100644
--- a/ds9/library/catvot.tcl
+++ b/ds9/library/catvot.tcl
@@ -16,6 +16,7 @@ proc CATVOTURL {url catalog title} {
ftp {CATVOTFTP $r(authority) $r(path)}
file {CATVOTFile $r(path)}
http -
+ https -
default {CATVOTHTTP $url $catalog $title}
}
}