Vasiliy
Posts: 378
|
| Posted: 09/27/2005, 2:55 PM |
|
CCS 3.0.0.49,
IIS6.0,
ASP VB
I'm newbie in SSL, so, questions can be dumb. 
My project needs SSL for every page.
Purchased SSL cert., installed, tested on simple HTTP, ASP pages - everything works fine.
Trying to enable SSL for CCS project.
Project settings:
- Secure Server URL: https://www.mycompany.com
- #include type: Relative paths
Generated, published project.
Starting https://www.mycompany.com, getting a security warning "This page contains both secure and nonsecure items."
Checked entire page - no HTTP:// references.
Does anybody know what am I doing wrong?
_________________
Vasiliy |
 |
 |
Edd
Posts: 547
|
| Posted: 09/28/2005, 7:39 AM |
|
Vasiliy
Check all the references that the page might include, news feeds, etc.
Edd
_________________
Accepting and instigating change are life's challenges.
http://www.syntech.com.au |
 |
 |
Vasiliy
Posts: 378
|
| Posted: 09/28/2005, 9:39 PM |
|
Thanks Edd.
Checked the entire project on "HTTP://" - nothing found.
Problem does not occur in Firefox, Netscape or Opera - looks like MS bug.
Found.
Particularly the problem happens with iframe: MS IE does not like iframe w/o name. The solution was to add a dummy source: src="images/spacer.gif" to iframe.
_________________
Vasiliy |
 |
 |
|