Questions tagged as 'ssl'

1
answer

How to configure in apache HTTPS for a specific page and HTTP for the others?

I need a specific page to work via HTTPS with a specific certificate. How to configure the httpd.conf, httpd-ssl and httpd-vhosts.conf files in apache? Do you have any other files to modify?     
asked by 20.08.2014 / 15:41
2
answers

Apache: prevent SSL redirection of a specific URL

My server (Apache 2x) is working properly with SSL certificate but I need to prevent only a single URL from accepting normal (HTTP only) connection. The current structure looks like this (it's messed up, due to tests already done) <Vir...
asked by 08.02.2018 / 16:48
1
answer

How to add new domains to Let's Encrypt SSL Certification while retaining existing certificates? [closed]

I already have some domains using the Let's Encrypt SSL certificate. Using the certbot-auto command, I install a certificate for a given domain. For example: sudo certbot-auto --apache -d meusite.com How can I add new domains to t...
asked by 16.08.2017 / 14:31
1
answer

How to resolve the "git clone problem with the ssl CA cert" error?

I'm trying to install SSL Let's Encrypt, using certbot, I'm using the following command: git clone https://github.com/certbot/certbot But the following message returns:    fatal: unable to access ' link ': Problem with the SSL CA cert (p...
asked by 17.12.2016 / 02:15
1
answer

Create SSL certificate for use of https on localhost

I've tried some tutorials on the internet to enable https in my localhost and so far I have not been able to do it right, something seems broken because it appears as a non-secure page and the "https: //" but if I force it it works; The terminal...
asked by 15.12.2016 / 13:12
1
answer

SSL configuration in Microsoft Azure for Java projects running in tomcat

I need to do an HTTPS configuration in a java project in azure. In the project I use spring security and tomcat. I looked at many sites how to make the configuration but found different information, which left me a little lost and tried to confi...
asked by 19.12.2016 / 20:44
1
answer

How to use ssl with php? [closed]

I'm going to buy an SSL certification for my site, however, I still do not quite understand how it works. The only thing I have to do to make the site "safe" is to add "https" in URLs , or do I have to change anything in the php p> Thanks...
asked by 23.02.2017 / 15:26
1
answer

HttpWebRequest with SSL

When I have to reproduce a few steps ( GETS and POSTS ) of an access all https using .net I need to use ServicePointManager.ServerCertificateValidationCallback . So here's my question: do I have to declare before doing...
asked by 07.08.2015 / 13:36
1
answer

Error with APNS Server using PHP

I created a small APNS Server using PHP, using an older version of Xampp. But when I was using the push file in a current version, I got the error as per the image: The error line which is referenced above is this: // Servidor de produç...
asked by 22.01.2015 / 00:24
0
answers

How to configure SSL for a site that is localhost with IIS? (Self Signed Certificate)

I'd like to say that I'm new to IIS so I'm sorry for the lay and amateur aspect. Well the problem is this, I created a self-signed certificate with the following friendly name: "* .site.com" I clicked OK and it was associated with the webserver....
asked by 06.12.2018 / 14:18