Configuring HTTPS or SSL on apache web server

preview_player
Показать описание
This tutorial describes how to setup SSL or https on apache web server.
Рекомендации по теме
Комментарии
Автор

Very Nice Tutorial for ssl on apache server, i would like to thanks to you for this
Sunil Kumar Linux Admistrator
Can you please share a tutorial how to virtual hosting using apache source code installation and configuration

YadavCommunicaton
Автор

Make sure to enable port 443 on the firewall too! ;)

donny
Автор

Can you tell me what does "${APACHE_RUN_DIR}/" mean or what is the path it is pointing to...This is the path set for "SSLSessionCache" and is set as "SSLSessionCache

shanjose
Автор

@amit nepal: I have implemented wildcard SSL certificate> I have domain and subdomains. After implementing SSL, through https if I access subdomain - it takes me to domain home page. What should I add in my ssl.conf?

vollzocorp
Автор

Can you tell me what versions you are using apache httpd what version?
Centos using service not systemctl or systemd as in CentOS version 7 and above??

rssx
Автор

Hello Amit, i have implemented client server 2 way ssl authentication from apache web server and backend jboss 7.3 on linux machine using mod jk, but every time we getting error "AH02039: Certificate Verification: Error (20): unable to get local issuer certificate
" ..i have tried lot of configuration but no success ..can you help me

sudarshangorivale
Автор

In my httpd.conf, I have DocumentRoot set to "/var/www/html" and in my ssl.conf, I have DocumentRoot set to "/var/www/html/example.com" and I have index.html in both location. Even when I am using https, it is looking in "/var/www/html" and not "/var/www/html/example.com". Can you explain why?


# DocumentRoot: The directory out of which you will serve your
DocumentRoot "/var/www/html"
# access content that does not live under the DocumentRoot.


#DocumentRoot "/var/www/html"
DocumentRoot /var/www/html/example.com

samratmitra
Автор

Many thanks for this wonderful tutorial.

After enabling SSL in apache to connect to weblogic with https .My username and password is not working on the weblogic home page .It stays in the login page of weblogic, eventhough i hit login with my credentials .

tgowtham
Автор

thanks it is very helpful
if you please give me idea about the text editing how we can write the text on the recording that you are writing ...
thanks in advance

mohammadnabihemat
Автор

Hi Amit. How you manage these red notes. What is the software?

fransstar
Автор

I installed the sertificate but when I type https it says 404 The requested URL was not found on this server. 443 port. What should I do?

AgoraphobicNews
Автор

Can we use same with java web server/ sun

bollywoodssongs
Автор

Https/2 enable in Apache-pls make video

RohitTiwari-momi