My posts appear in search with https:// beginning

Discussion in 'Site & Server Administration' started by heretolearn211, Apr 24, 2013.

  1. #1
    Hello!

    Some of my posts appear in google search https:// beginning, so when person clicks on it, it says the connection is unsecure.
    How can i fix it?

    Thank you.
     
    heretolearn211, Apr 24, 2013 IP
  2. Revelations-Decoder

    Revelations-Decoder Well-Known Member

    Messages:
    3,028
    Likes Received:
    152
    Best Answers:
    4
    Trophy Points:
    190
    #2
    what are you using?

    This means you are using https settings without having a ssl cert.
     
    Revelations-Decoder, Apr 24, 2013 IP
  3. heretolearn211

    heretolearn211 Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3
    I use kloxo, linux, wordpress.
    I really don't know how to do it because my support level on my vps provider is really poor.
    What information do i need to insert?
    I have all those fields:
    Ssl Certificate Name *
    Commonname (domain Name) *
    Countryname State *
    City *
    Organization *
    Department Name *
    Emailaddress *

    Does it needs to be an accurate information? as i am not located in US. What should be the Ssl Certificate Name?
     
    heretolearn211, Apr 24, 2013 IP
  4. Revelations-Decoder

    Revelations-Decoder Well-Known Member

    Messages:
    3,028
    Likes Received:
    152
    Best Answers:
    4
    Trophy Points:
    190
    #4
    You need to buy a SSL cert or reset things so you don't need to use one and use http URL's not https ones
     
    Revelations-Decoder, Apr 24, 2013 IP
  5. heretolearn211

    heretolearn211 Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #5
    do you know how to do it in kloxo?
    How can i reset it?
     
    heretolearn211, Apr 24, 2013 IP
  6. Revelations-Decoder

    Revelations-Decoder Well-Known Member

    Messages:
    3,028
    Likes Received:
    152
    Best Answers:
    4
    Trophy Points:
    190
    #6
    Revelations-Decoder, Apr 24, 2013 IP
  7. RoseHosting

    RoseHosting Well-Known Member

    Messages:
    230
    Likes Received:
    11
    Best Answers:
    11
    Trophy Points:
    138
    #7
    If SSL is not required, you may redirect all requests from https://www.mydomain.com to http://www.mydomain.com using .htaccess , simply add the following lines to it:

    RewriteEngine On
    RewriteCond %{HTTPS} on
    RewriteRule (.*) http://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    Code (markup):
     
    RoseHosting, Apr 25, 2013 IP