Тёмный
No video :(

Create https localhost (ssl) on ubuntu 16.04 

Ambar Hasbiyatmoko
Подписаться 4,9 тыс.
Просмотров 66 тыс.
50% 1

How To Create a SSL Certificate on Apache for Ubuntu 16.04.
step :
create ssl certificate :
sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout /home/moko/localhost.key -out /home/moko/localhost.crt
next step, create virtualhost:
SSLEngine on
SSLCertificateFile /home/moko/localhost.key
SSLCertificateKeyFile /home/moko/localhost.crt
reload apache
service apache2 reload

Опубликовано:

 

17 июн 2017

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@have2eat
@have2eat Год назад
Appreciated no sound. Opened another tab for tunes I wanted without having to mute first.
@gopalemba704
@gopalemba704 4 года назад
I think after installing certificate connection should be secured , but still why connection is unsecured, the main purpose the certificate is to establish the secure connection. help me to clear this doubt ?
@theocarlin1058
@theocarlin1058 2 года назад
It works thank you ! how we say in french : tu as dead ça chacale
@agungk1994
@agungk1994 5 лет назад
Nice tutorial. Beberapa minggu lalu saya develop web ads dengan fitur gyroscope. Ketika develop di local fiturnya tidak jalan. Setelah cari info ternyata tahun ini Google block fitur gyroscope di web yang tidak secure, sehingga mau tidak mau harus bikin secure localhostnya.
@chandrappabasavarajappa8076
@chandrappabasavarajappa8076 4 года назад
Awesome steps
@user-su4rf6py8n
@user-su4rf6py8n 3 года назад
It was enough in my case. Thanks a lot!
@AgoraphobicNews
@AgoraphobicNews 4 года назад
I have ubuntu 16.04 with apache server and want to install SSL sertificate. But I don't know how to setup this terminal and stuff. Can you help me? I am total beginner as you can see....I just don't get that part when you have to type sudo and stuff...
@Theraisinkiller
@Theraisinkiller 5 лет назад
Yeah thanks i followed this tutorial step by step and then by the end after I'd modified the .https file to include the connection to localhost literally everything stopped working, the server wont start and none of the things you did in the video worked to solve it so now i have to delete everything and start all over again, thanks for nothing
@sairamlingala5317
@sairamlingala5317 5 лет назад
systemctl status apache2.service" and "journalctl -xe" for details .....i'm getting this error please help me
@yosofweb
@yosofweb 3 года назад
I do every things in above but with Firefox in ubuntu 16.04 64bit desktop that in virtualBox running, show me ==> Error code: SSL_ERROR_RX_RECORD_TOO_LONG
@technic6455
@technic6455 6 лет назад
the certificate is not recognised by the local server.
@Haunting_Shadow
@Haunting_Shadow 6 лет назад
Thanks a lot dude! Got it working, I kept on screwing up with vim at first, and it kept giving me errors about the swp file. I managed to solve it though :)
@leandrogage9409
@leandrogage9409 3 года назад
I know Im asking the wrong place but does any of you know of a method to get back into an instagram account? I was dumb lost my account password. I love any help you can give me
@owenryland2359
@owenryland2359 3 года назад
@Leandro Gage instablaster :)
@leandrogage9409
@leandrogage9409 3 года назад
@Owen Ryland thanks for your reply. I found the site thru google and Im waiting for the hacking stuff now. Seems to take quite some time so I will reply here later with my results.
@leandrogage9409
@leandrogage9409 3 года назад
@Owen Ryland it did the trick and I finally got access to my account again. I am so happy! Thank you so much, you saved my account :D
@owenryland2359
@owenryland2359 3 года назад
@Leandro Gage You are welcome :D
@lailaelaariss
@lailaelaariss 5 лет назад
Thank you, it's worked for me.
@sobecgarcia9330
@sobecgarcia9330 6 лет назад
excelent tuto super clearrr :*
@a99646
@a99646 5 лет назад
I am getting error at a2ensite. It says 'command not found.' Can anyone help?
@gopipynam4580
@gopipynam4580 3 года назад
hi good evening i'm installing moodle in unix but it's not work in https .It's work only http please help me
@Lipe007_br
@Lipe007_br 5 лет назад
Thank you man, it's exactly what I needed.
@amindhahri2542
@amindhahri2542 2 года назад
Can someone help me i created tge localhostkey but i cant open it becouse i havent the rights?
@bgt1325
@bgt1325 3 года назад
bang biar supaya status sslnya secure di browser gimana ?
@MrKin190
@MrKin190 6 лет назад
type insert or hit the key insert ?
@sabareesanmahadhev4541
@sabareesanmahadhev4541 5 лет назад
It's shows no such file or directory
@iampure7318
@iampure7318 3 года назад
Let me see if it works. I had watched it all one time.
@ubraj999
@ubraj999 6 лет назад
Doesn’t work! When i start apache2, It doesn’t ask me to enter the password. What can i do? Any suggestion please?
@devops6926
@devops6926 4 года назад
Just remove the Listen 443 from the file...and try to restart the apache2
@aliensamv3997
@aliensamv3997 4 года назад
just gave the password you set for server
@sufimokhtar4690
@sufimokhtar4690 6 лет назад
Hi, does this will effect my database? or do i have to modify PHP files later?
@BoolFalse
@BoolFalse 4 года назад
Thanks
@FelipeMaffezzolli
@FelipeMaffezzolli 4 года назад
Thanks!
@mario18041994
@mario18041994 7 лет назад
i did everything but now i cant acces my localhost page: Error: Connection failed why? i did restart apche2
@mokox9061
@mokox9061 7 лет назад
check your apache2 is running or not? sudo service apache2 status
@mario18041994
@mario18041994 7 лет назад
Ambar Hasbiyatmoko oh OK, cant start becuse of 98 adress already in use.
@mario18041994
@mario18041994 7 лет назад
Ambar Hasbiyatmoko running now but the page is loading forever
@mokox9061
@mokox9061 7 лет назад
check your apache2 log : sudo cat /var/log/apache2/error.log
@mario18041994
@mario18041994 7 лет назад
fs5.directupload.net/images/170701/99ts5w4k.jpg not good, i guess i need to do it again :P
@suelitonsantos2763
@suelitonsantos2763 6 лет назад
Not works!
@James-li8cm
@James-li8cm 3 года назад
14 minutes of no sound! pass
Далее
How to create a valid self signed SSL Certificate?
25:01
Apache vs NGINX
7:53
Просмотров 281 тыс.
7 Days Stranded In A Cave
17:59
Просмотров 37 млн
Setup Apache Virtual Hosts (Website) on Ubuntu 16.04!
11:42
Quick and Easy Local SSL Certificates for Your Homelab!
12:08
HTTPS, SSL, TLS & Certificate Authority Explained
43:29
Linux File System/Structure Explained!
15:59
Просмотров 4,1 млн
OpenSSH for Absolute Beginners
23:00
Просмотров 105 тыс.
~/.dotfiles in 100 Seconds
13:54
Просмотров 414 тыс.
When RESTful architecture isn't enough...
21:02
Просмотров 269 тыс.
Apache Web Server Setup on Ubuntu 22.04 (with SSL)
16:28
Web Server Concepts and Examples
19:40
Просмотров 240 тыс.