Jump to content

HTTPS - Can I just prepend it to an URL?


Vinze

Recommended Posts

Hey, I'm wondering, if you want a secure connection, can you just prepend HTTPS to the URI? I guess not, if so, is there another way to do it? Or does it need to be supported. If it needs to be supported, is there a way to check in a PHP script if it is?

Thanks in advance.
Link to comment
Share on other sites

if you have a security certificate installed on your sever, then yes, you can just stick https:// at the beginning of your URL and it will work.
if you don't have SSL certificate, then I don't know what you're talking about...
Link to comment
Share on other sites

[quote author=micah1701 link=topic=99820.msg393287#msg393287 date=1152304124]
if you have a security certificate installed on your sever, then yes, you can just stick https:// at the beginning of your URL and it will work.
if you don't have SSL certificate, then I don't know what you're talking about...
[/quote]

OK, thanks. Is there a way to check whether I have an SSL certificate?
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.