Questions tagged as 'ssl'

1
answer

Set up 2 SSL certificates in tomcat, is it possible?

I have two domains: .net and com.br, which are configured in the tomcat server.xml through the "Host" tag, the domain ".com.br" uses digital certificate, which I configured as follows: / p> <Connector SSLEnabled="true" acceptCount="10000...
asked by 10.08.2017 / 18:23
0
answers

Obtaining an Apple Auth Key APN

I'm trying to use Apple's Push Notification system, but I can not get to the "Certificates, Identifiers & Profiles" page on their developer page, it just does not have that option there, it does not have menus or anything, just the page "Welcome...
asked by 21.07.2017 / 21:25
1
answer

SSL Failure on GET request with Groovy HttpBuilder

I can not make a GET request on the following link using Groovy HttpBuilder: link I have already tested the method below: ignoreSSLIssues() But it always returns the exception: error: javax.net.ssl.SSLHandshakeException: Received f...
asked by 04.08.2017 / 23:16
2
answers

Site in HTTPS, but only a few pages in HTTP

I own a website developed in WordPress, and I use WooCommerce only as a catalog. I am using the free SSL of my host (Let's Encrypt), and I need some pages (exceptions) to appear HTTP (without SSL), since I will display an iframe in HTTP. I tried...
asked by 20.06.2017 / 19:40
0
answers

How to configure SSL (HTTPS) in Apache locally?

For testing purposes, I need to locally configure my Apache to accept access to a certain site configured in Virtualhost with SSL. I believe that knowing how to configure SSL in the local environment is very useful for anyone working with the...
asked by 07.04.2017 / 03:35
1
answer

Configure Tomcat with SSL

I followed the tutorial on link site that basically does 2 things : • Create a .keystore with changeit password through Keytool.exe. I saved the resultate file in C: \ Users \ Vinicius • Uncomment and modify the server.xml connector lo...
asked by 31.12.2016 / 16:59
3
answers

preg_replace to change image src

I have several news items registered in a database, many of them have images that point directly to my site. Only they have http, and since I've installed SSL on my site, I need them to have https. I do not want to change anything in the d...
asked by 24.01.2017 / 16:53
0
answers

SSL Certificate - How to configure on Server

Good afternoon I'm trying to activate the security certificate on my site. I have already put the files: I've done all the processes to generate the log files, everything is ok. I placed the records inside my server. Now I do not...
asked by 09.12.2016 / 16:38
0
answers

Curl returning error: Curl failed: SSL connect error

My request is as follows: $ch = curl_init(); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0); //Wait indefinitately curl_setopt($ch, CURLOPT_SSLV...
asked by 29.06.2016 / 15:10
1
answer

accessing a page via https loses session variables?

Good afternoon. I have an application running on the internet and I would like some pages to be run by https and not http. I'm testing like this: I enter the application on an http page. This http page calls an https page. When I enter this page...
asked by 21.03.2016 / 18:53