How to setup and enable HTTPS with SSL on wamp server virtual host

Поділитися
Вставка
  • Опубліковано 4 гру 2024

КОМЕНТАРІ • 60

  • @arikowidtrash7074
    @arikowidtrash7074 3 місяці тому

    laragon have this build in feature u guys can set it up in 5 minutes, this tutorial take a long time but im glad u make another option to use HTTPS

  • @christosandreev6392
    @christosandreev6392 Рік тому +1

    Thank you sir! Totally works! Great tutorial

  • @PankajM-se5sg
    @PankajM-se5sg Рік тому +1

    Thank you so much sir, saved lot of time.

  • @ClaudioCamargo
    @ClaudioCamargo Місяць тому +1

    Why didn't turn green?

  • @iphonexachtaymy5080
    @iphonexachtaymy5080 2 роки тому +1

    thanks bro, you saved me

  • @NaAErl
    @NaAErl 2 роки тому

    Thank you Mitra, it is much help. Regards.

  • @rodolfo-w3
    @rodolfo-w3 3 роки тому +1

    Thanks for your help

  • @mudassirhussain470
    @mudassirhussain470 7 місяців тому +1

    Thank u boss

  • @gogoenligne
    @gogoenligne 3 роки тому +1

    Thank you so much ! , very helpful

  • @feysarflorez4836
    @feysarflorez4836 3 роки тому +1

    Muchas gracias, me funcionó perfecto

  • @cayqueduarte623
    @cayqueduarte623 3 роки тому +1

    Thank you

  • @gods-lighten9570
    @gods-lighten9570 3 роки тому +3

    Port :443 used for the VirtualHost is not an Apache Listen port

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  3 роки тому

      Yes, in the tutorial you can see i created virtual host

    • @gods-lighten9570
      @gods-lighten9570 3 роки тому

      @@LaravelPackageTutorial i have one gods-wow.servegame.com/

    • @pizzaguyaz
      @pizzaguyaz Рік тому +2

      Common error that I can not seem to get rid of. It does not like using :443 in the virtual host entry. Would love to see an updated step by step on this using the latest WAMP.

    • @elizabethballah5130
      @elizabethballah5130 5 днів тому

      @@pizzaguyaz Any update to this, or do i just use port 80?

  • @pizzaguyaz
    @pizzaguyaz Рік тому

    How do we get the green lock icon?

  • @Mrpedroserrano1
    @Mrpedroserrano1 2 роки тому

    Ok,
    what is the famus PEM pass phrase it keeps asking me when I tried do the first commannd
    openssl gen rsa -aes256 -out privet key 2048? It ask for the PEM pass phrase what is that and how can I get it becase it wasn't specified in this video.

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  2 роки тому +1

      Just leave as it is.just enter and you can skip

    • @Mrpedroserrano1
      @Mrpedroserrano1 2 роки тому +1

      @Laravel Package Tutorial Thanks you are the Bomb! 😉👍😉

    • @damianiturri6337
      @damianiturri6337 2 роки тому

      I have that too but with me it Showing always Errors

    • @rupakdutta9384
      @rupakdutta9384 2 роки тому

      I am facing an error while using this command ..
      openssl genrsa -aes256 -out private.key 2048
      Enter PEM pass phrase:
      70580000:error:14000065:UI routines:UI_set_result_ex:result too small:crypto\ui\ui_lib.c:884:You must type in 4 to 511 characters

  • @duff2233
    @duff2233 2 роки тому

    After running the command for generating certificate, the certificate.crt file is not generated in the bin folder, though the private.key got generated. Any suggestions?

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  2 роки тому

      check 4th step here infyom.com/blog/how-to-enable-localhost-https-ssl-on-wamp-server

    • @duff2233
      @duff2233 2 роки тому

      @@LaravelPackageTutorial I did that step but the certificate.crt file is not getting generated in my folder.

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  2 роки тому

      @@duff2233 make sure write permission

  • @vipindahiya7616
    @vipindahiya7616 2 роки тому

    Socache_shmcb module doesn't exist in my wamp.. what to do

  • @mohamedanfas9790
    @mohamedanfas9790 3 роки тому +1

    Why still not secure even u created certificate

  • @mayjoyjoseph271
    @mayjoyjoseph271 2 роки тому

    Hi when I followed the steps I got the following error in windows 11
    openssl : The term 'openssl' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + openssl genrsa -aes256 -out private.key 2048
    + ~~~~~~~
    + CategoryInfo : ObjectNotFound: (openssl:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

  • @rohleder00
    @rohleder00 Рік тому

    Not working for me. Error:The certificate is not valid.

    • @LaravelPackageTutorial
      @LaravelPackageTutorial  Рік тому

      Can you try to generate again.

    • @rohleder00
      @rohleder00 Рік тому

      Unfortunately. ERR_CERT_AUTHORITY_INVALID error. Syntax is OK at CMD btw.@@LaravelPackageTutorial

  • @indrajeetyadav6792
    @indrajeetyadav6792 3 роки тому

    This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store.

  • @noc5846
    @noc5846 2 роки тому

    what the password ?

  • @yossicohen3895
    @yossicohen3895 Рік тому

    C:\Program Files\OpenSSL-Win64\bin>openssl genrsa -aes256 -out private.key 2048
    Enter PEM pass phrase:
    Verifying - Enter PEM pass phrase: I'm stuck on this one from the doers??

    • @benatn
      @benatn Рік тому

      did you fix it?