Configure HTTPS

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Configure HTTPS
# 1  
Old 04-05-2012
Configure HTTPS

HI

My system is already configured with HTTP setup and I am able to see all the contents using web browser (IE) that is http:// <ip address>

But when entered https://<ipaddress> it fails to return any contents.

Can anyone please tell how to configure for HTTPs, like which files to edit etc..

Code:
#uname -a
Linux 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST 2007 i686 i686 i386 GNU/Linux

Moderator's Comments:
Mod Comment Please use code tags. Video tutorial on how to use them. Thank you..

Last edited by Scrutinizer; 04-05-2012 at 08:21 AM.. Reason: code tags
# 2  
Old 04-05-2012
That depends of course on what type of http server you are using. Assuming it is Apache httpd, you can check this link for a description. It's for Debian so skip the setup and go ahead to the configuration part "Generating A Certificate":
Setting up an SSL server with Apache2
# 3  
Old 04-06-2012
Thank you.

But my system fails to recognise the command mentioned in the link like
# apache2-ssl-certificate
-bash: apache2-ssl-certificate: command not found

# httpd -v
Server version: Apache/2.2.3
Server built: Nov 29 2006 06:33:19

It will be very helpful if you can share more info.Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Need suggestion:- Failed HTTPS transfer to https://supportfiles.sun.com/curl

Hi Guys, I have recently started reciving below Error message Failed HTTPS transfer to https://supportfiles.sun.com/curl whenever I run /usr/local/bin/sudo /opt/SUNWexplo/bin/explorer -P -q -v from all Servers. Looks like the SSL certificate as Expired. Whenever I type... (4 Replies)
Discussion started by: manalisharmabe
4 Replies

2. Red Hat

SSL over https

Hi guys, I'm trying to generate a key using the genkey command in centos 6.4 and RHEL6.4, Every thing seems to go cool but I get this error message bad certificate request error -8016 and no key/cert is generated. I don't want use the many openssl(s) commands instead since genkey is a shourtcut... (3 Replies)
Discussion started by: leo_ultra_leo
3 Replies

3. Cybersecurity

Snort HTTPS

Is it possible to rule out in alert all HTTPS traffic or rule out all the HTTPS trafic from the alerts on snort ? (3 Replies)
Discussion started by: drd0spt
3 Replies

4. AIX

wget https

Hello, can someone tell me where the certificate store on aix 6.1 is. If I want to use wget with a https site Iam getting an error that the issuer is untrusted. Thats right because its an self sign certificate. (3 Replies)
Discussion started by: ralphk
3 Replies

5. Shell Programming and Scripting

http and https

Hi friends, I have a local host http://ss3/cgi-bin/page/page_list.cgi running on apache webserver perfectly well. But suddenly, it stopped working and gave an error "Internet explorer Explorer cannot display the webpage". But when i added https, as https://ss3/cgi-bin/page/page_list.cgi the... (2 Replies)
Discussion started by: nmattam
2 Replies

6. BSD

FreeBSD Postsnap via https

Hello, I was wondering if there are any https servers available for freebsd portsnap ? I would like to use portsnap behind my companies proxy servers. But alas they will not allow large compressed files through the proxy, which have alot of small files contained within the file. Obviously... (1 Reply)
Discussion started by: KaneCitizen
1 Replies

7. Filesystems, Disks and Memory

out of inodes on https dev hd

Hi everybody i'm new in this forum (out of inodes on https dev hd) I'm getting this massages on a unix 5.0.6 If anyone could help me resolve this problem that will be so nice. Please help Thanks Jose (4 Replies)
Discussion started by: josramon
4 Replies
Login or Register to Ask a Question