[an error occurred while processing the directive]
![]() |
cosign-discuss at umich.edu |
general discussion of cosign development and deployment | |
--- cgi.c.ORIG Tue May 11 23:49:39 2004 +++ cgi.c Wed May 12 14:15:05 2004 @@ -290,7 +290,7 @@ } /* authentication successful, show service menu */ - printf( "Location: http://%s%s\n\n", cosign_host, SERVICE_MENU ); + printf( "Location: https://%s%s\n\n", cosign_host, SERVICE_MENU ); exit( 0 ); } @@ -613,7 +613,7 @@ exit( 0 ); } - printf( "Location: http://%s%s\n\n", cosign_host, SERVICE_MENU ); + printf( "Location: https://%s%s\n\n", cosign_host, SERVICE_MENU ); exit( 0 ); loginscreen: