No yellow lock

G

Guest

I asked my hosting company to install a SSL certificate for my web site. But
when I click on https://www.netwebmax.com , I see a yellow lock appearing for
1 second and then it disappear. But if I double-click on the box on the left
of the earth icon (on the bottom right), I see the details of the SSL
certificate. So I don't know if the problem comes from my browser or if it
comes from the SSL certificate. Can you check it please?
 
A

Andrew Murray

I don't know much about SSL, but I did see a message "this page contains
both secure and non secure items" (referring to images and such I expect) -
I don't know if that has anything to do with the problem.
 
T

Thomas A. Rowe

The problem is you are using a shared SSL that is not in the name of your domain. You would need to
have your own SSL.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
G

Guest

I don't use shared SSL. I bought a SSL certificate for my domain.
Should I follow the Microsoft article I quoted?
 
T

Tom Willett

I see the "yellow" lock just fine on both IE and FF.
--
===
Tom Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
===
|I don't use shared SSL. I bought a SSL certificate for my domain.
| Should I follow the Microsoft article I quoted?
|
| "Thomas A. Rowe" wrote:
|
| > The problem is you are using a shared SSL that is not in the name of
your domain. You would need to
| > have your own SSL.
| >
| > --
| > ==============================================
| > Thomas A. Rowe
| > Microsoft MVP - FrontPage
| > ==============================================
| > Agents Real Estate Listing Network
| > http://www.NReal.com
| > ==============================================
| >
| >
| > | > >I asked my hosting company to install a SSL certificate for my web
site. But
| > > when I click on https://www.netwebmax.com , I see a yellow lock
appearing for
| > > 1 second and then it disappear. But if I double-click on the box on
the left
| > > of the earth icon (on the bottom right), I see the details of the SSL
| > > certificate. So I don't know if the problem comes from my browser or
if it
| > > comes from the SSL certificate. Can you check it please?
| >
| >
| >
 
T

Thomas A. Rowe

Sorry, I didn't read the certificate carefully. However you do have a problem since not all of your
page display the lock or they display for only a few seconds. Part of the problem might be being
cause by the fact that you are going in and out of ASP sessions, since you have some pages with .htm
and .asp extensions. When a .htm page is open the ASP session is suspended. Rename all of your pages
to have a .asp extension.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
P

Paul C

Hi
I would move all page elements of the payment pages to the secure server to
stop the
"this page contains both secure and non secure items" message. I think it
might put some purchasers off committing to a sale.
Paul M
 
F

Funkadyleik Spynwhanker

Your problem is the version check for the flash file. Take out the flash
file, OR take out the version check for the flash file.

Likewise, the script for the site seal is in HTTP. Try making it HTTPS.
(Or take it out).

Bottom line, you can't embed ANY object from a different server if you are
doing SSL and want to avoid the messages and "lock symbol" problems.

Search your code for "http" and you will find the problems.
 
R

Rob Giordano \(Crash\)

Doesn't this happen if there's a link to the outside world as well? Just
askin' for my own edumacation.


| Sorry, I didn't read the certificate carefully. However you do have a
problem since not all of your
| page display the lock or they display for only a few seconds. Part of the
problem might be being
| cause by the fact that you are going in and out of ASP sessions, since you
have some pages with .htm
| and .asp extensions. When a .htm page is open the ASP session is
suspended. Rename all of your pages
| to have a .asp extension.
|
| --
| ==============================================
| Thomas A. Rowe
| Microsoft MVP - FrontPage
| ==============================================
| Agents Real Estate Listing Network
| http://www.NReal.com
| ==============================================
|
|
| | >I don't use shared SSL. I bought a SSL certificate for my domain.
| > Should I follow the Microsoft article I quoted?
| >
| > "Thomas A. Rowe" wrote:
| >
| >> The problem is you are using a shared SSL that is not in the name of
your domain. You would need
| >> to
| >> have your own SSL.
| >>
| >> --
| >> ==============================================
| >> Thomas A. Rowe
| >> Microsoft MVP - FrontPage
| >> ==============================================
| >> Agents Real Estate Listing Network
| >> http://www.NReal.com
| >> ==============================================
| >>
| >>
| >> | >> >I asked my hosting company to install a SSL certificate for my web
site. But
| >> > when I click on https://www.netwebmax.com , I see a yellow lock
appearing for
| >> > 1 second and then it disappear. But if I double-click on the box on
the left
| >> > of the earth icon (on the bottom right), I see the details of the SSL
| >> > certificate. So I don't know if the problem comes from my browser or
if it
| >> > comes from the SSL certificate. Can you check it please?
| >>
| >>
| >>
|
|
 
M

Murray

Yes.

Any link within an SSL page must either be doc relative, or absolute with an
https protocol.
 
T

Thomas A. Rowe

Yes, if I understand your question.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage
==============================================
Agents Real Estate Listing Network
http://www.NReal.com
==============================================
 
R

Rob Giordano \(Crash\)

So the pages that display the warning are pages with the links to affliates
and other such stuff.


| Yes.
|
| Any link within an SSL page must either be doc relative, or absolute with
an
| https protocol.
|
| --
| Murray
| --------------
| MVP FrontPage
|
|
| | > Doesn't this happen if there's a link to the outside world as well? Just
| > askin' for my own edumacation.
| >
| >
| > | > | Sorry, I didn't read the certificate carefully. However you do have a
| > problem since not all of your
| > | page display the lock or they display for only a few seconds. Part of
| > the
| > problem might be being
| > | cause by the fact that you are going in and out of ASP sessions, since
| > you
| > have some pages with .htm
| > | and .asp extensions. When a .htm page is open the ASP session is
| > suspended. Rename all of your pages
| > | to have a .asp extension.
| > |
| > | --
| > | ==============================================
| > | Thomas A. Rowe
| > | Microsoft MVP - FrontPage
| > | ==============================================
| > | Agents Real Estate Listing Network
| > | http://www.NReal.com
| > | ==============================================
| > |
| > |
| > | | > | >I don't use shared SSL. I bought a SSL certificate for my domain.
| > | > Should I follow the Microsoft article I quoted?
| > | >
| > | > "Thomas A. Rowe" wrote:
| > | >
| > | >> The problem is you are using a shared SSL that is not in the name
of
| > your domain. You would need
| > | >> to
| > | >> have your own SSL.
| > | >>
| > | >> --
| > | >> ==============================================
| > | >> Thomas A. Rowe
| > | >> Microsoft MVP - FrontPage
| > | >> ==============================================
| > | >> Agents Real Estate Listing Network
| > | >> http://www.NReal.com
| > | >> ==============================================
| > | >>
| > | >>
| > | >> | > | >> >I asked my hosting company to install a SSL certificate for my web
| > site. But
| > | >> > when I click on https://www.netwebmax.com , I see a yellow lock
| > appearing for
| > | >> > 1 second and then it disappear. But if I double-click on the box
on
| > the left
| > | >> > of the earth icon (on the bottom right), I see the details of the
| > SSL
| > | >> > certificate. So I don't know if the problem comes from my browser
| > or
| > if it
| > | >> > comes from the SSL certificate. Can you check it please?
| > | >>
| > | >>
| > | >>
| > |
| > |
| >
| >
|
|
 
R

Rob Giordano \(Crash\)

you did...sorry for not being more verbose.


| Yes, if I understand your question.
|
| --
| ==============================================
| Thomas A. Rowe
| Microsoft MVP - FrontPage
| ==============================================
| Agents Real Estate Listing Network
| http://www.NReal.com
| ==============================================
|
|
| | > Doesn't this happen if there's a link to the outside world as well? Just
| > askin' for my own edumacation.
| >
| >
| > | > | Sorry, I didn't read the certificate carefully. However you do have a
| > problem since not all of your
| > | page display the lock or they display for only a few seconds. Part of
the
| > problem might be being
| > | cause by the fact that you are going in and out of ASP sessions, since
you
| > have some pages with .htm
| > | and .asp extensions. When a .htm page is open the ASP session is
| > suspended. Rename all of your pages
| > | to have a .asp extension.
| > |
| > | --
| > | ==============================================
| > | Thomas A. Rowe
| > | Microsoft MVP - FrontPage
| > | ==============================================
| > | Agents Real Estate Listing Network
| > | http://www.NReal.com
| > | ==============================================
| > |
| > |
| > | | > | >I don't use shared SSL. I bought a SSL certificate for my domain.
| > | > Should I follow the Microsoft article I quoted?
| > | >
| > | > "Thomas A. Rowe" wrote:
| > | >
| > | >> The problem is you are using a shared SSL that is not in the name
of
| > your domain. You would need
| > | >> to
| > | >> have your own SSL.
| > | >>
| > | >> --
| > | >> ==============================================
| > | >> Thomas A. Rowe
| > | >> Microsoft MVP - FrontPage
| > | >> ==============================================
| > | >> Agents Real Estate Listing Network
| > | >> http://www.NReal.com
| > | >> ==============================================
| > | >>
| > | >>
| > | >> | > | >> >I asked my hosting company to install a SSL certificate for my web
| > site. But
| > | >> > when I click on https://www.netwebmax.com , I see a yellow lock
| > appearing for
| > | >> > 1 second and then it disappear. But if I double-click on the box
on
| > the left
| > | >> > of the earth icon (on the bottom right), I see the details of the
SSL
| > | >> > certificate. So I don't know if the problem comes from my browser
or
| > if it
| > | >> > comes from the SSL certificate. Can you check it please?
| > | >>
| > | >>
| > | >>
| > |
| > |
| >
| >
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top