|
Product Support Article
Article ID: PSA200305
Applies To:
Directory
Assistant 5.0 for Exchange 4.0, 5.0, 5.5.
Directory Assistant 5.0 for Exchange 2000, 2003.
Conditions / Symptoms
Authorization hyperlinks that
are placed in e-mails to authorizers are currently created with
the form:
http://<IIS SERVER>/<DA WEB
FOLDER>/Temp/Authorizations/<AUTHORIZATION PAGE>.ASP
Example:
http://SERVERA/DA/Temp/Authorizations/3928493432.asp
If SSL is being use on the IIS Server, authorizers may get an
error message in their internet browser when they click on the
authorization hyperlink telling them that they are not
authorized to view the page.
Issue / Cause
This issue is caused by
hyperlinks accessing web pages using the server name with "http"
instead of accessing the proper web site name with "https".
For example, the following version of an authorization hyperlink
would be compatible with SSL:
https://www.MyCompany.com/DA/Temp/Authorizations/3928493432.asp
Work Around / Fix
|