On Wed, 17 Apr 2024 at 15:36, General Email
wrote:
>
>
> Anyways, I looked more on google and I think that I have found what I was
> looking for on this page:
> https://gist.github.com/taoyuan/39d9bc24bafc8cc45663683eae36eb1a
>
Few days ago, I configured SSL and enabled HTTPS
On Wed, Apr 17, 2024, 3:27 PM General Email <
general.email.12341...@gmail.com> wrote:
>
>
>> > If people are asking for advice on PHP then advise them on PHP or don't
>> say anything.
>> > Don't start advising them about Java.
>>
>> Pleas
>
> > If people are asking for advice on PHP then advise them on PHP or don't
> say anything.
> > Don't start advising them about Java.
>
> Please... I am not even making remarks about you asking openssl questions
> at httpd.
>
So, is this wrong forum for asking about openssl commands required fo
On Wed, Apr 17, 2024, 1:17 PM Marc wrote:
>
> >
> > http is an insecure protocol. I don't want my website to run on
> > http. So, I am hardcoding https in links in my website that refer to
> > pages in my website.
> >
> >
> > Now, I know that you will write why not redirect http to ht
> This is also not relevant to what I am stating. If you develop, do it
> regardless of http/https that is convenient for everyone. It will be to
> your own benefit. If you have to host the application on your own server,
> so be it. It will be easier with choosing your https solution. You could
>
>
> Here’s a possible SO question that might help you:
>
> https://stackoverflow.com/questions/10175812/how-to-generate-a-self-signed-ssl-certificate-using-openssl
>
Thanks Will. I will look look into it.
> But should your development be not protocol independent? If your code
> works on http it should also work on https. I am getting sick of these
> wordpress idiots where they still have hardcoded links everywhere and I
> can't even convert a website from http to https.
>
Are you saying that I am a
> I think you need to search for setting up your own CA and sign certs.
Windows is my development environment. Later the website will be hosted on
linux and the linux hosting provider will provide SSL certificate.
I had looked at
https://stackoverflow.com/questions/4221874/how-do-i-allow-https-f
Hi,
I was looking for openssl command(s) to generate server side certificate
and key so that https start working on my apache 2.4 web server on windows.
I looked on Internet but found few commands but they all used different
arguments to openssl.
Can someone please give me exact openssl command(