SSL Error Pop up

SSL Error Pop up

am 10.10.2007 17:20:35 von KDawg44

Hi,

I recently took over a site written in PHP. We utilize a third party
to perform a job match, search, and application. When this page loads
in IE, we get a pop up that says:

The Page contains both secure and nonsecure items.
Do you want to display the nonsecure items?

How can I get rid of this as people going to fill this application out
are freaking out.

Thanks.

Re: SSL Error Pop up

am 10.10.2007 17:35:38 von KDawg44

On Oct 10, 11:20 am, KDawg44 wrote:
> Hi,
>
> I recently took over a site written in PHP. We utilize a third party
> to perform a job match, search, and application. When this page loads
> in IE, we get a pop up that says:
>
> The Page contains both secure and nonsecure items.
> Do you want to display the nonsecure items?
>
> How can I get rid of this as people going to fill this application out
> are freaking out.
>
> Thanks.

Well it has to do with a Google Analytics script that is referenced
for tracking purposes that is not in an SSL directory. Is there a way
around this?

THanks.

Re: SSL Error Pop up

am 10.10.2007 18:02:07 von Good Man

KDawg44 wrote in news:1192030538.676426.194770
@v3g2000hsg.googlegroups.com:

> On Oct 10, 11:20 am, KDawg44 wrote:
>> Hi,
>>
>> I recently took over a site written in PHP. We utilize a third party
>> to perform a job match, search, and application. When this page loads
>> in IE, we get a pop up that says:
>>
>> The Page contains both secure and nonsecure items.
>> Do you want to display the nonsecure items?
>>
>> How can I get rid of this as people going to fill this application out
>> are freaking out.
>>
>> Thanks.
>
> Well it has to do with a Google Analytics script that is referenced
> for tracking purposes that is not in an SSL directory. Is there a way
> around this?
>
> THanks.

http://www.google.com/support/analytics/bin/answer.py?answer =31846&topic=
7175

Re: SSL Error Pop up

am 10.10.2007 18:18:11 von KDawg44

On Oct 10, 12:02 pm, Good Man wrote:
> KDawg44 wrote in news:1192030538.676426.194770
> @v3g2000hsg.googlegroups.com:
>
>
>
> > On Oct 10, 11:20 am, KDawg44 wrote:
> >> Hi,
>
> >> I recently took over a site written in PHP. We utilize a third party
> >> to perform a job match, search, and application. When this page loads
> >> in IE, we get a pop up that says:
>
> >> The Page contains both secure and nonsecure items.
> >> Do you want to display the nonsecure items?
>
> >> How can I get rid of this as people going to fill this application out
> >> are freaking out.
>
> >> Thanks.
>
> > Well it has to do with a Google Analytics script that is referenced
> > for tracking purposes that is not in an SSL directory. Is there a way
> > around this?
>
> > THanks.
>
> http://www.google.com/support/analytics/bin/answer.py?answer =31846&to...
> 7175

Thank you very much.

Re: SSL Error Pop up

am 10.10.2007 18:26:05 von KDawg44

On Oct 10, 12:02 pm, Good Man wrote:
> KDawg44 wrote in news:1192030538.676426.194770
> @v3g2000hsg.googlegroups.com:
>
>
>
> > On Oct 10, 11:20 am, KDawg44 wrote:
> >> Hi,
>
> >> I recently took over a site written in PHP. We utilize a third party
> >> to perform a job match, search, and application. When this page loads
> >> in IE, we get a pop up that says:
>
> >> The Page contains both secure and nonsecure items.
> >> Do you want to display the nonsecure items?
>
> >> How can I get rid of this as people going to fill this application out
> >> are freaking out.
>
> >> Thanks.
>
> > Well it has to do with a Google Analytics script that is referenced
> > for tracking purposes that is not in an SSL directory. Is there a way
> > around this?
>
> > THanks.
>
> http://www.google.com/support/analytics/bin/answer.py?answer =31846&to...
> 7175

The uacct is the actual user account so the https and http UA-NUMBER
should be the same right? So since I already have the code for the
http pages, can I just copy and paste that snippet, substituting the
UA number?

Thanks.

Re: SSL Error Pop up

am 10.10.2007 21:01:32 von Bucky Kaufman

"KDawg44" wrote in message
news:1192029635.844004.275940@o80g2000hse.googlegroups.com.. .
> Hi,
>
> I recently took over a site written in PHP. We utilize a third party
> to perform a job match, search, and application. When this page loads
> in IE, we get a pop up that says:
>
> The Page contains both secure and nonsecure items.
> Do you want to display the nonsecure items?
>
> How can I get rid of this as people going to fill this application out
> are freaking out.

You can cure that with an SSL certificate for your domain.
Ask in the SSL newsgroups and they'll flood you with information.

Re: SSL Error Pop up

am 10.10.2007 21:51:15 von KDawg44

On Oct 10, 3:01 pm, "Sanders Kaufman" wrote:
> "KDawg44" wrote in message
>
> news:1192029635.844004.275940@o80g2000hse.googlegroups.com.. .
>
> > Hi,
>
> > I recently took over a site written in PHP. We utilize a third party
> > to perform a job match, search, and application. When this page loads
> > in IE, we get a pop up that says:
>
> > The Page contains both secure and nonsecure items.
> > Do you want to display the nonsecure items?
>
> > How can I get rid of this as people going to fill this application out
> > are freaking out.
>
> You can cure that with an SSL certificate for your domain.
> Ask in the SSL newsgroups and they'll flood you with information.

Thank you for your response but that is not the issue here. I have an
SSL certificate for the domain the issue is that on the page it is
pulling in google analytics script that is from a non-secured path. I
need to use the SSL path to the script which a previous poster
provided for me. However, I do not have the information to log into
google analytics to generate the script at this time and was wondering
if I simply replace the current path with the one in the article,
substituting the ua# that is on the non-SSL path if that will work the
same.

THanks.

Re: SSL Error Pop up

am 10.10.2007 22:01:02 von Good Man

KDawg44 wrote in news:1192045875.154250.113230@
19g2000hsx.googlegroups.com:


>> You can cure that with an SSL certificate for your domain.
>> Ask in the SSL newsgroups and they'll flood you with information.
>
> Thank you for your response but that is not the issue here. I have an
> SSL certificate for the domain the issue is that on the page it is
> pulling in google analytics script that is from a non-secured path. I
> need to use the SSL path to the script which a previous poster
> provided for me. However, I do not have the information to log into
> google analytics to generate the script at this time and was wondering
> if I simply replace the current path with the one in the article,
> substituting the ua# that is on the non-SSL path if that will work the
> same.

why don't you try it and let us know!

Re: SSL Error Pop up

am 10.10.2007 22:34:42 von Bucky Kaufman

"KDawg44" wrote in message
news:1192045875.154250.113230@19g2000hsx.googlegroups.com...
> On Oct 10, 3:01 pm, "Sanders Kaufman" wrote:

>> You can cure that with an SSL certificate for your domain.
>> Ask in the SSL newsgroups and they'll flood you with information.
>
> Thank you for your response but that is not the issue here. I have an
> SSL certificate for the domain the issue is that on the page it is
> pulling in google analytics script that is from a non-secured path.

Tough spot there.
To get rid of the warning message, you either have to make your page not use
SSL, or get Google to SSL theirs.


> I
> need to use the SSL path to the script which a previous poster
> provided for me. However, I do not have the information to log into
> google analytics to generate the script at this time and was wondering
> if I simply replace the current path with the one in the article,
> substituting the ua# that is on the non-SSL path if that will work the
> same.

Hacking the script that way is probably not the best solution.
If you do not have the login information to properly use their SSL system,
you either need to get one, or de-SSL your page.

Either way - this is clearly not a PHP question.
Is there a reason why you are specifically NOT asking an SSL group this
question?

Re: SSL Error Pop up

am 10.10.2007 22:45:31 von Good Man

"Sanders Kaufman" wrote in
news:CHaPi.7774$6p6.91@newssvr25.news.prodigy.net:

> "KDawg44" wrote in message
> news:1192045875.154250.113230@19g2000hsx.googlegroups.com...
>> On Oct 10, 3:01 pm, "Sanders Kaufman" wrote:
>
>>> You can cure that with an SSL certificate for your domain.
>>> Ask in the SSL newsgroups and they'll flood you with information.
>>
>> Thank you for your response but that is not the issue here. I have
>> an SSL certificate for the domain the issue is that on the page it is
>> pulling in google analytics script that is from a non-secured path.
>
> Tough spot there.
> To get rid of the warning message, you either have to make your page
> not use SSL, or get Google to SSL theirs.

ignoring the "PHP" criteria ;), Google does provide an SSL connection to
their analytics module:

https://ssl.google-analytics.com/urchin.js

Re: SSL Error Pop up

am 11.10.2007 15:31:08 von KDawg44

On Oct 10, 3:45 pm, Good Man wrote:
> "Sanders Kaufman" wrote innews:CHaPi.7774$6p6.91@newssvr25.news.prodigy.net:
>
> > "KDawg44" wrote in message
> >news:1192045875.154250.113230@19g2000hsx.googlegroups.com.. .
> >> On Oct 10, 3:01 pm, "Sanders Kaufman" wrote:
>
> >>> You can cure that with an SSL certificate for your domain.
> >>> Ask in the SSL newsgroups and they'll flood you with information.
>
> >> Thank you for your response but that is not the issue here. I have
> >> an SSL certificate for the domain the issue is that on the page it is
> >> pulling in google analytics script that is from a non-secured path.
>
> > Tough spot there.
> > To get rid of the warning message, you either have to make your page
> > not use SSL, or get Google to SSL theirs.
>
> ignoring the "PHP" criteria ;), Google does provide an SSL connection to
> their analytics module:
>
> https://ssl.google-analytics.com/urchin.js

Thanks for all your responses. I posted here because I thought it was
going to be a PHP question and answer and upon further investigation
found it not to be. I would just try switching but I would have no
way to verify. If the UA# is not the same, I may be provided stats to
another webpage? And without login information to get to the stats, I
would not be able to verify.

Either way, it is out of my hands. I let the company know and they
have another company that provides search engine optimization and
manages their keyword bidding and they have put the change on them.

Thanks for all your help.