What steps required to create SSL ourself ? I prefer this way because at the moment the visitors are within our dept (Intranet users).
thanks.
Main Topics
Browse All TopicsCurrently we have a system for online query using the following spec:
Database : Oracle
Web language : php/javascript
webserver : apache
If I want to access the system, I used web browser
http://myserver/login.php
So far, it is ok, I can access to this application. But it is still using 'HTTP'. I want to configure it to use 'HTTPS'. The user can use http://myserver/login.php,
How ? Do I need to change php.ini file ? Or do I have to install additional tool ?
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
before using a real ssl certificate, you should setup w/ self-signed to test first and when everything is as expected, switch to real cert
check this guide to get idea how to create and setup self-signed cert and also obtain free real ssl cert ;)
http://blog.jlbn.net/?p=46
I tried few times. 1st and 2nd, somehow give me strange error, and only it popup few seconds while I am doing it.
But the last one, it did works but only from my own desktop with w2003k installed. I haven't try it to my server yet because I think I need to try it again few time so that I can identified the actual problems and how to mitigate them.
Business Accounts
Answer for Membership
by: biolgbPosted on 2009-11-06 at 18:22:19ID: 25764713
Hi there,
You needed to purchase the auth keys from a cert company like VeriSign or Commodo. It depends on how secure you wanted it to be but of course be aware that cost varies based on that option. But, the rule of the thumb is just just to have one better than never.
Of course you could create SSL yourself but your visitors will verify this at some point so I recommend that you just purchase your cert keys. It is really not that expensive.
They would be providing you with these keys together with instructions on of to set this up on your server. Hope this helps.