IE alert after ssl login to calendar server
I have successfully setup SSL calendar server. When I login https://mycalendar.com using IE6, I got the alert message "Do you want to display nonsecure items" and all the gif buttons were missing.
I have tried other browser like mozilla and firefox and found no problem.
Any help would be appreciated.
Bill
[338 byte] By [
bill319] at [2007-11-25 17:09:32]

# 1
What do you have set for the <ui.base.url> and <ui.proxyaddress.url> and <service.http.ssl.sourceurl>.
Since I don't have proxy set up, I have the following:
service.http.ssl.sourceurl = "https://MYSERVERNAME:443"
ui.base.url = "https://MYSERVERNAME"
ui.proxyaddress.url = ""
It is important to make sure the "https" is being referenced and not "http".
# 2
Thanks fo your help!
My settings are:
service.http.ssl.sourceurl "https://MYSERVERNAME:443"
ui.base.url = ""
ui.proxyaddress.url = ""
I have tried the following combination and still not work.
1)ui.base.url = "https://MYSERVERNAME"
ui.proxyaddress.url = ""
2) ui.base.url = ""
ui.proxyaddress.url = "https://MYSERVERNAME"
3)ui.base.url = "https://MYSERVERNAME"
ui.proxyaddress.url = "https://MYSERVERNAME"
I am wondering what could be going wrong.
# 3
I've the same problem...
my settings are:
service.http.ssl.sourceurl = "https://calendar:443"
ui.base.url = "https://calendar/"
it was working some times ago, probably MS released a "security" fix that make troubles w/ non exchange calendars...:)
did anyone found any way to fix the problem ?