Set up SSL Connections on your local web server (XAMPP)

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 46

  • @ravindrareddy4453
    @ravindrareddy4453 2 года назад

    Trust Me bro followed many tutorials on youtube, and read many articles and all felt incomplete, something is missing.
    This Video, cleared everything, What to Use, How to Use.
    Thank You, Dave, you earned a Subscriber.

  • @htheder
    @htheder 2 года назад

    Thank you so much for your video!!! I tried so many other examples and none of them seemed to work except yours! Thank you again!!!

  •  2 года назад +1

    As far as now this is the ,ost comprehensive tutorial in these topics. Thank you!

  • @pantelisgrego3725
    @pantelisgrego3725 2 года назад +1

    Really nice work dude. After many attempts using articles and ytb tutorials, this one finally worked for me. Straightforward and to the point, the best one i have found on ytb. Cheers pal, many thanks!! :)

  • @aloha1005
    @aloha1005 2 года назад +1

    Very very clearly explained. I saw many videos on generating certificates on localhost with configurating https and i was about to give up. But!! I found this video which tells me why and what and how. Thanks to the channel owner. Incan now proceed further with my tests.

    • @davedev402
      @davedev402  2 года назад

      I am glad you found the video helpful :)

    • @patrikmikca3270
      @patrikmikca3270 Год назад +1

      @aloha1005 please help I do same thing like in video its all working but i need to connect to that website from another pc with https but it didnt working

  • @markcedricmirafuente8725
    @markcedricmirafuente8725 2 года назад

    Damn boy!! You save my time! I look for different videos but this one only worked! Thank you!

    • @davedev402
      @davedev402  2 года назад

      Thanks! This kind of things are quite tricky to make it work until you find the solution after hours of digging. That was how I got motivated to do this video, as I was struggling to do this myself

  • @joelbuena6323
    @joelbuena6323 2 года назад +1

    Really appreciate it, very well explained 👍👍👍

  • @ethanmoore428
    @ethanmoore428 2 года назад

    Best tutorial for this that I've found so far. Thanks!

  • @TheBigSweetah
    @TheBigSweetah 3 месяца назад

    OMG THANK YOU SO MUCH!!!!

  • @omurkanabaskanov6788
    @omurkanabaskanov6788 2 года назад +4

    Thank you for your effort. Would you please remake you video with much bigger font size. I can barely see characters on this one even though I use a 32 inch display.

    • @davedev402
      @davedev402  2 года назад

      Thanks for your feedback. I will try to redo the video as soon as I get some time. In the mean time you can find the virtual host configuration for Apache (XAMPP) here: gist.github.com/DaveDevYT/86049150aede10df6d2f542cd8d3a0bb

  • @tarekdhl6446
    @tarekdhl6446 3 месяца назад

    hey
    great work thanks , When you try to access your local site from another device on the network,Is he working in local network ????

  • @alecn4115
    @alecn4115 2 года назад

    Muy buen totorial, casi que no consigo configurar esto para mi Moodle local, thank you man.

  • @antoniaausina6833
    @antoniaausina6833 3 года назад +1

    Great work

  • @coderemtb2024
    @coderemtb2024 Год назад

    Nice Video! 👍

  • @Nava-Majumdar
    @Nava-Majumdar 2 года назад

    Nice work dude

  • @antoniaausina6833
    @antoniaausina6833 3 года назад +1

    Well done

  • @robkage
    @robkage 6 месяцев назад

    Hi DaveDev. I'm having an issue where the back office of my app is fine and secured and after a redirect command add automatically works. However the page tahts supposed to be available for any person on the web is not binding and at the same time I'm unable to access the app on the web when not on the server. What could be issue? I have configured Http-ssl as well with the cert paths .crt and .key should I remove them and just use the vhosts config? Any assistance is greatly appreciated. Thanks in advance and great videos.

  • @missionreport
    @missionreport 9 месяцев назад

    Nice, how to renew if certificate expires? Big thanks. I just rebuild it and it works again.

  • @sukhbirshanda4754
    @sukhbirshanda4754 Год назад

    thank you, it worked

  • @chukslar
    @chukslar 2 года назад +2

    I have a question, is it possible to share this setup website Localhost XAMPP with custom domain and SSL/HTTPS via WIFI to other devices?

    • @davedev402
      @davedev402  2 года назад

      That is a very good question. I have never tried myself but I believe it is possible.
      The issue is that you would need to configure the host file to be able to resolve the custom domain (explained here: ruclips.net/video/IB4COCF2lVE/видео.html ) on each machine that you want to have access, but changing the IP from 127.0.0.1 to the local IP of the machine that has XAMPP running (something like 192.168.1.XX). And for the SSL you will need to install the certificate on each machine (same as I did in this video ruclips.net/video/h7KXt4A4e1E/видео.html ).
      If none of them work you can always just access the web server via the local IP address on the machine that is running XAMPP and you will have access to the htdocs folder directly. Please let me know if you had any luck with that!

  • @vitorneto8
    @vitorneto8 2 года назад

    very very nice. i got mine working already. what i cant figure out is when i switch the ssl on the opencart "loses the css styling" .

  • @jagjeetsinghbhomrah
    @jagjeetsinghbhomrah 2 года назад

    I have done all the points which is mentioned by you in this video. Apache is started but the site showing not secure.

  • @ofureigbelokotor8022
    @ofureigbelokotor8022 2 года назад

    Please would you mind a remake of this video, I can't see the config for the b3.xt file and that seems to be the key setup

  • @musikdoktor
    @musikdoktor Год назад

    Works well if you are using the localhost machine, but it doesnt work if you try to access to the server from a external machine on the local network. any clue?

  • @ThianBrodie
    @ThianBrodie 2 года назад +1

    Thanks any chance you can zoom in on the text in the v3, I cant read what it says lol or add it to the description if possible 😃

    • @davedev402
      @davedev402  2 года назад +1

      Sorry, I didn't notice that the code was hard to read on the video. Thanks for letting me know! Here is all the virtual host configuration we covered in the video: gist.github.com/DaveDevYT/86049150aede10df6d2f542cd8d3a0bb

    • @ThianBrodie
      @ThianBrodie 2 года назад

      @@davedev402 Legend, thanks Dave, that helped me out :-)

    • @davedev402
      @davedev402  2 года назад

      Glad to be helpful :)

  • @patrikmikca3270
    @patrikmikca3270 Год назад

    @DaveDev Hi very nice work it really help me but can i ask how do i connect https to that website from another PC it is posible please reply

  • @basic5071
    @basic5071 2 года назад

    SSL connection is not being used , what to do?

  • @TheIonify
    @TheIonify Год назад

    I love your tutorial.
    But it seems not to be working anymore.
    Everytime I try to use the generated .crt and .key files Apache refuses to start.
    Any chance that you know the problem?
    Thanks in advance for your help

    • @TheIonify
      @TheIonify Год назад

      Sometimes the moment you ask for help, is the moment you find the solution:
      It seems that I have some problem in Firefox.
      But Chrome identifies the site as secure.
      So thanks again!

  • @hugogonzalez4102
    @hugogonzalez4102 2 года назад

    no me funciona el V3.EXT. help.

  • @barrywang7506
    @barrywang7506 2 года назад

    where can i find the bat file

    • @davedev402
      @davedev402  2 года назад

      This should be included with your xampp installation and located in /apache/makecert.bat

  • @gerardocardenas8805
    @gerardocardenas8805 Год назад +1

    shared ext File my friend jajajjaja

  • @bilalbehar8533
    @bilalbehar8533 2 года назад

    somehow apache doesnt wanna work

    • @khnaz35
      @khnaz35 2 года назад

      There must be an error one of your files. you may check them again and it should work

  • @debnathmriganka2010
    @debnathmriganka2010 2 года назад

    after that apache now started.

  • @gulshangunputh
    @gulshangunputh 4 месяца назад

    bigger resolution mate!