Questions tagged as 'https'

1
answer

Spring Boot + Jetty + TLS1.2 (HTTPS)

Good morning everyone, I have an application running on site with Spring Boot and Jetty. The problem comes when I try to add TLS1.2 to my project to support HTTPS. I work perfectly with http but now I want the services to be published in http...
asked by 21.12.2017 / 09:43
0
answers

How to connect my android to an external DB with PHP or JSP?

I have a question I am using what is Asynctask and everything was fine that I bought an ssl and I put it to my domain after that I got an error that did not allow me to do anything for this with ssl anyone knows any other library that I can serv...
asked by 09.12.2017 / 05:46
0
answers

Query token using HTTPS

I try to connect to the following address to obtain a token, I try it in the following ways, but in all of them I get a query error, these are the examples I use for the query and the routes as they are created: string client_id = "api-stag";/...
asked by 17.11.2017 / 18:05
2
answers

answer status = 200 with Laravel

After receiving data from a URL in the form of json, I must respond with status [acknowledgment] (ACK 200) so that it does not continue to send the notification.  this is the function: public function tryNotification(Request $request) {...
asked by 30.10.2017 / 16:26
0
answers

how to make a TrustManager that does nothing?

It's for a job, I need how to make a TrustManager do nothing, that does not validate the HTTPS address and let me enter the server, I've looked and can not find the structure or syntax of this     
asked by 09.08.2017 / 02:28
1
answer

problem with WordPress and https

Today I have placed a ssl certificate in my wordpress on the home page all perfect but in all the others I get 404 error when entering https, if I enter with http the pages if they work.     
asked by 13.07.2017 / 15:30
0
answers

Redirect to Http instead of https

My problem is that I am using WebSockets and to connect to my server I need to use ws: // but I get an error because it is not safe, then I try to change and use wss: // but it does not work like that. So the only solution I have is to stop u...
asked by 16.07.2017 / 01:27
1
answer

what am I doing wrong when generating my server https with ruby in kali?

Turns out I'm trying to mount a https web server and when I try it I get an error, the code is as follows: with this code generate the certificate: require 'webrick' require 'webrick/https' cert_name = [ %w[CN localhost], ] server = WEBri...
asked by 22.06.2017 / 12:20
0
answers

From HttpUrlConnection to HttpsUrlConnection

I was programming a code (which works without any inconvenience) that sends everything by HttpUrlConnection. It is the following: protected String doInBackground(String... url){ try { HttpURLConnection connection = (HttpURL...
asked by 13.02.2017 / 02:07
0
answers

Problem with HTTPS and font-faces

After activating a Let's Encrypt certificate to use HTTPS on my website, I can not load the @ font-faces and the icons are seen correctly. I'm using Firefox and Chrome in their latest versions for testing. Originally (when everythin...
asked by 20.04.2017 / 00:41