diff --git a/tsdatacruncher/utils/tsdata.py b/tsdatacruncher/utils/tsdata.py index 1861974..4e839d0 100755 --- a/tsdatacruncher/utils/tsdata.py +++ b/tsdatacruncher/utils/tsdata.py @@ -41,8 +41,8 @@ def create_client(datasource): protocol, server_str = datasource.split('://', 1) # Handle FDSN protocols - if protocol in ['fdsn', 'http', 'fdsnws']: - return FDSNClient(server_str) + if protocol in ['fdsn', 'http', 'https', 'fdsnws']: + return FDSNClient(datasource) # Handle waveserver protocols elif protocol in ['wws', 'waveserver']: