XAMPP SSL Configuration Tutorial Configure SSL on Localhost

preview_player
Показать описание
This tutorial takes you through the steps on configuring SSL on XAMPP primarily with the localhost, but this can be applied to your domain name. This tutorial is just for demonstration.

00:00 Introduction
00:23 Start configuration (Configure HTTP V-hosts)
01:48 Make SSL Keys
04:19 Configure Chrome

Configuration code:

Copy of the Apache folder (XAMPP version 7.4.7)
Рекомендации по теме
Комментарии
Автор

There is a link to a copy of a working Apache Directory with configuration detailed in this tutorial. You should be able to copy and paste that into your version of XAMPP - v7.4.7

veryacademy
Автор

Now my xampp isn't starting it's showing error when I turn on apache

FirstnameLastname-clop
Автор

What you have done after all of this, is something that my XAMPP was doing by default. I wanted a green lock icon to appear when I load localhost. I would say, waste of time.

ArifBillahOnGoogle
Автор

lovely video but i didn't get the last part. and it doesn't seem to work for me. apache wont restart immediately i include the codes in vhost
<VirtualHost *:443>
DocumentRoot "C:/xampp/htdocs/"
ServerName localhost
SSLEngine on
SSLCertificateFile "conf/ssl.crt/server.crt"
SSLCertificateKeyFile "conf/ssl.key/server.key"
<Directory "C:/xamp/htdocs/">
Option All
AllowOverride All
Require all granted
</Directory>
</VirtualHost>

godwindaniel
Автор

Good afternoon sir please with this configuration am I free to used paystack payment on my local Host without installing any ssl certificate again?? Thank you sir

muky_albany
Автор

server.crt Al ejecutar dice "archivo de objetos de seguridad de claves públicas no válido" 😭😭😭😭😭😭

carloscampins
Автор

Thank you, this helped me setup my valid cert <3

tomandhannah
Автор

Hello, I have done everything as in video however my certificate says its expired, since it is only till 2019.. how can i change that?

mariawieckowska
Автор

i tried this but now apache is not starting, can someone please help me? my project presentation is 3 days from now :(

bilalbehar
Автор

after that i cant start my apache server

Ghiath-nqex
Автор

Thank you so much, it worked for me, God bless you.

pinkyfarkade
Автор

Hi, is this able to sub-domain?? Thank you

archiebalatucan
Автор

hi, i use xampp for my phpmyadmin, and it says in phpmyadmin "Server connection: SSL is not being used" would this tutorial helps me ?

yasminnatashamohdariffin
Автор

Great information. HOW DO YOU SETTUP MULTIPLE DOMAIN ON XAMPP ?

LineitUp
Автор

Appreciate any feedback if anyone has tired to follow this guide - were you able to get what you need? Is there anything I can change to make it easier/quicker/more suited to your needs?

veryacademy
Автор

Straightforward, to the point, and exactly what I need for my project. Thank you!

imomuganda