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.
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.
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
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?
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
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??
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
Thank you sir! Totally works! Great tutorial
You are welcome
Thank you so much sir, saved lot of time.
Welcome
@@LaravelPackageTutorial PANELİMİ GERİ VRTR☠☠
Why didn't turn green?
thanks bro, you saved me
Welcome
Thank you Mitra, it is much help. Regards.
thanks!
Thanks for your help
Welcome
Thank u boss
Welcome 🤗
Thank you so much ! , very helpful
Glad it was helpful!
Muchas gracias, me funcionó perfecto
Bienvenida
Thank you
Welcome
Port :443 used for the VirtualHost is not an Apache Listen port
Yes, in the tutorial you can see i created virtual host
@@LaravelPackageTutorial i have one gods-wow.servegame.com/
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.
@@pizzaguyaz Any update to this, or do i just use port 80?
How do we get the green lock icon?
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.
Just leave as it is.just enter and you can skip
@Laravel Package Tutorial Thanks you are the Bomb! 😉👍😉
I have that too but with me it Showing always Errors
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
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?
check 4th step here infyom.com/blog/how-to-enable-localhost-https-ssl-on-wamp-server
@@LaravelPackageTutorial I did that step but the certificate.crt file is not getting generated in my folder.
@@duff2233 make sure write permission
Socache_shmcb module doesn't exist in my wamp.. what to do
Not sure, but maybe you need to add
Which version are you using?
Apache2.2.17
@@vipindahiya7616 wamp version?
Wampserver 2.1
Why still not secure even u created certificate
This certificate created for local machine and working
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
have you Add the OpenSSL bin path in the system variable
Not working for me. Error:The certificate is not valid.
Can you try to generate again.
Unfortunately. ERR_CERT_AUTHORITY_INVALID error. Syntax is OK at CMD btw.@@LaravelPackageTutorial
This CA Root certificate is not trusted because it is not in the Trusted Root Certification Authorities store.
This for local machine for testing purpose
what the password ?
You can enter anything
@@LaravelPackageTutorial oke thanks
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??
did you fix it?