Questions tagged as 'ssl'

1
answer

HTTPS in Rest Architecture

I have a web service written using SpringBoot running on Tomcat and a client application written in AngularJS running on Apache2. I would like to know how the SSL issue works for this case. Should SSL be configured on Tomcat and Apache2? If so,...
asked by 14.02.2017 / 11:52
1
answer

Protect the server from "false requests"

I am doubtful about safety. When I want to add date or receive, I make an HTTP POST or GET request to my server, which returns the response in JSON. Assuming it is an application that shows a list of movies (returned by the JSON format server)....
asked by 18.12.2017 / 04:23
1
answer

SSL Encryption Socket Java

I'm having second thoughts about the Java Socket SSL. I have seen on several sites that the SSL Socket connection is encrypted, but none of the sites gives me information on how this works right. How do I know the message is being encrypted...
asked by 07.09.2014 / 05:37
1
answer

What is the difference between .cer, .pfx and .pvk?

I was fiddling with some files that are digital certificates and security certificates, so I came to doubt: What is the difference between a .cer , .pfx and file. pvk ?     
asked by 05.05.2017 / 15:05
2
answers

How to force HTTP access (Not secure)

When you visit link or link , the below: IdonothaveSSLcertificateandIdonotneeditatthattime.WhentryingtoforceredirecttoHTTP,Idonotgettheexpectedresult.InanumberofwaysItriedtoforceredirectvia.htaccessanditiscurrentlyasfollows:#Elgghtaccessd...
asked by 17.08.2015 / 21:14
1
answer

How to request the ssl certificate from the IIS 7.5 client

How to request client SSL certificate in an ASP.NET MVC 5 application? I've enabled SSL on my site using IIS 7.5 but it tries to authenticate the user using the client's certificate but I do not want to authenticate users I just want to retri...
asked by 05.08.2014 / 21:11
0
answers

How to simulate https in http: // localhost? [closed]

How can I simulate link in Xampp so that it returns me to the url showing if everything is ok or is there security holes in the scripts used?     
asked by 31.10.2015 / 14:21
0
answers

RestSharp using ssl certificate

I need to use certificate to connect to a https server with restsharp . I'm using this code: var client = new RestClient(url); client.ClientCertificates = new X509CertificateCollection(); client.ClientCertificates.Add(GetCertificado());...
asked by 01.05.2015 / 07:21
2
answers

SSL error with file_get_contents

When I try to open a url through file_get_contents , I'm having problems when the page is https . I do not speak of external pages, but in some libraries where the images of the application itself is opened by file_get_contents...
asked by 24.06.2016 / 20:10
2
answers

Curl, SSL and Security

Hello I have a small question about CURL and SSL. I have seen that it is unsafe to put false in CURLOPT_SSL_VERIFYPEER, as it would cause CURL not to check SSL, allowing data interception. But I did not understand how this could happen....
asked by 01.04.2016 / 21:30