Skip to content

Commit

Permalink
changed cdm manifest url to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
saracarl committed Jan 31, 2025
1 parent 9793ec2 commit 9f72f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/contentdm_translator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def self.export_work_to_cdm(work, username, password, license)
}

message = {
:cdmurl => "http://#{cdm_server(manifest_at_id)}:8888",
:cdmurl => "https://#{cdm_server(manifest_at_id)}:8888",
:username => username,
:password => password,
:license => license,
Expand Down

0 comments on commit 9f72f6c

Please sign in to comment.