Jump to content

Problem Z Certyfikatem Sll


meade

Recommended Posts

WItam mam mały problem z certyfikatem sklepu 

otóż sklep nie może być w pełni zabezpieczony  wyskakuje mi komunikat 

 

Mixed Content: The page at 'https://www.domena.pl/en/authentication' was loaded over a secure connection, but contains a form which targets an insecure endpoint 'http://www.domena/en/'. This endpoint should be made available over a secure connection.

 

certyfikat mam prawidłowy i wszystko z nim gra 

 

w uRL i seo mam ustawione obie domeny www.mojadomena.pl

 

 

problem mam tutaj 

<div id="newsletter_block_left" class="block">
<div class="block_content">
 
<div class="container">
            <div class="info">
                        </div>
            <div class="pole">
 
                
                <form action="http://www.mojadomena.pl/en/" method="post">
                <span class="text">Subscribe to newsletter: </span>
 
 
natomiast w pliku mam 
 <div class="pole">
{* @todo use jquery (focusin, focusout) instead of onblur and onfocus *}
                
                <form action="{$link->getPageLink('index')}" method="post">
                <span class="text">Subscribe to newsletter: </span>
                <span >
<input type="text" name="email" size="18" 
value="{if isset($value) && $value}{$value}{else}{l s='Your e-mail' mod='blocknewsletter'}{/if}" 
onfocus="javascript:if(this.value=='{l s='Your e-mail' mod='blocknewsletter'}')this.value='';" 
onblur="javascript:if(this.value=='')this.value='{l s='Your e-mail' mod='blocknewsletter'}';" 
class="inputNew" />
                </span>
                <!--<select name="action">
<option value="0"{if isset($action) && $action == 0} selected="selected"{/if}>{l s='Subscribe' mod='blocknewsletter'}</option>
<option value="1"{if isset($action) && $action == 1} selected="selected"{/if}>{l s='Unsubscribe' mod='blocknewsletter'}</option>
</select>-->
                <span><input type="submit" value="" class="button_mini_newsletter" name="submitNewsletter" /></span>
                <input type="hidden" name="action" value="0" />    
                </form>
Edited by meade (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Kod źródłowy w postach proszę umieszczać w znaczniku "Code".

 

Strasznie niejasno opisałeś problem, ale może spróbuj tak:

<form action="{$link->getPageLink('index', true)}" method="post">
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...