CraigRegester / fit-rest-operation-framework

FIT REST Operation Framework for InterSystems IRIS Interoperability
MIT License
2 stars 1 forks source link

Needs "DefaultSSLClient" creation #1

Closed evshvarov closed 2 years ago

evshvarov commented 2 years ago

Great lib! A minor thing - it demands "DefaultSSLClient" SSL configuration. Could be installed via one-liner: x "n $namespace set $namespace=""%SYS"", name=""DefaultSSLClient"" do:'##class(Security.SSLConfigs).Exists(name) ##class(Security.SSLConfigs).Create(name)"

CraigRegester commented 2 years ago

Thanks @evshvarov ! Agree, definitely on my list to add as part of the zpm piece as well. Been struggling to find time to work on my 'pet projects' but appreciate all the feedback regardless!