diff --git a/app.rb b/app.rb
index c6af0e7713f6edbf228ed777f4ad6a8767f41402..c0206052d50582e30a55b87235903f91c1cff344 100644
--- a/app.rb
+++ b/app.rb
@@ -20,12 +20,12 @@ module Rack
 end
 
 use Rack::Session::RackCASActiveRecordStore
-use Rack::CAS, server_url: 'https://login.unl.edu/cas',
+use Rack::CAS, server_url: 'https://shib.unl.edu/idp/profile/cas',
                session_store: RackCAS::ActiveRecordStore
 
 Time.zone = "America/Chicago"
 
-DIRECTORY_URL = 'http://directory.unl.edu/'
+DIRECTORY_URL = 'https://directory.unl.edu/'
 NIS_SS_ID = ServiceSpace.where(:name => 'Innovation Studio').first.id
 NIS_TOOL_RESOURCE_CLASS_ID = 1