Vinze Posted July 7, 2006 Share Posted July 7, 2006 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 https://forums.phpfreaks.com/topic/13979-https-can-i-just-prepend-it-to-an-url/ Share on other sites More sharing options...
micah1701 Posted July 7, 2006 Share Posted July 7, 2006 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 https://forums.phpfreaks.com/topic/13979-https-can-i-just-prepend-it-to-an-url/#findComment-54542 Share on other sites More sharing options...
Vinze Posted July 7, 2006 Author Share Posted July 7, 2006 [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 https://forums.phpfreaks.com/topic/13979-https-can-i-just-prepend-it-to-an-url/#findComment-54545 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.