iRODS cyberduck # iRODS cyberduck This is really convienient but doesnt offer control over metadata, very useful for testing rulesets and iROD client scripts. Irods server should have an SSL certificate and all clients validate either via public CA or local CA with updated CA certs. To allow cyberduck to use not validate the irods cert as on our test virtual server (or something akin to this - maybe its even client auth?) a server side setting can be changed to accomodate an HTTP connection instead of only the default HTTPS connection: ``` nano -cw /etc/irods/core.re #acPreConnect(*OUT) { *OUT="CS_NEG_DONT_CARE"; } acPreConnect(*OUT) { *OUT="CS_NEG_REFUSE"; } ``` Cyberduck needs a profile in C:\Program Files\Cyberduck\profiles with minimally the Zone/Resource configured. ``` Protocol irods Vendor iRODS Description iRODS Cyberduck Bookmark Hostname Configurable Port Configurable Default Hostname 192.168.150.56 Region OCF:OCFs3Resc Default Port 1247 Username rods iRODS username Password password iRODS password ``` ![77dbac55ba2e38e955cc830331391f28.png](resources/45fe7dfd0d8c482fae138bada7c94138.png)