Questions tagged as 'https'

2
answers

Problem HTTPS wordpress, plesk

Good, I have a website made in wordpress. When I put it in HTTPS I do not load the styles and it gives some problems. The error that gives me is this    Mixed Content: The page at ' link ' was loaded over HTTPS, but requested an insecure s...
asked by 21.11.2017 / 10:35
3
answers

SSL Certificate for websites

I received an email from Google telling me that the non-HTTPS websites will be penalized:    Unsafe pages that collect passwords will generate warnings in Chrome 56 for xxxxx.es       To: owner of xxxxxx.es       As of January 2017 Chrome (...
asked by 24.01.2017 / 17:20
1
answer

"SSL connect error" connecting to Proxies using libcurl and C ++, a little help?

I wanted to buy a huge list of proxies that I have because I'm only interested in those who use the https (SSL) protocol and those that are not in China. Looking for a quick way to do it I found this function. string proxyWorks(string ip, int...
asked by 20.04.2018 / 20:30
2
answers

What is the difference between the verbs Patch and Put?

I do not want to fill them with useless text, since the question is very clear. In the faculty they taught me to use the verb Patch to make modifications and on the internet I see that Put is generally used. I would like someone to explain the d...
asked by 15.08.2018 / 16:25
1
answer

Nodejs Proxy coming out with connection from another computer

I have a script in NodeJS that connects to an HTTPS API, but the server where the script is located is behind a proxy that does not allow HTTPS output. My query is: How can I make a script so that it uses the internet output of another co...
asked by 23.12.2016 / 14:02
2
answers

Redirect to SSL

I have added my SSL certificate to my website and it works well. What happens is that I must specifically search link , and that is not very effective. If I search for it as it is, without the https: //, I get the unsafe version of my website....
asked by 30.09.2018 / 13:53
0
answers

Redirect from http to https except one page

I am redirecting from http to https to my page from the htaccess (I am using laravel), but I need a specific page to be the exception to this rule and keep using http: RewriteEngine On RewriteCond %{HTTP_HOST} ^misitio.com [NC] Rew...
asked by 24.08.2018 / 18:53
1
answer

The website can not be accessed

I have a web application, in which there are lodged .jpeg files, which are inside a folder called "delivery notes" When I try to open a file from the url, for example: www.miweb.com/albaranes/nombre_archivo.jpeg I skipped the next screen...
asked by 20.06.2018 / 12:29
0
answers

Error in VB6 with SOAP and HTTPS web service

Please, your support in this matter. I have a client app in VB6, Soap Toolkit 3.0 and a .Net 4.0 web service implemented with HTTPS. Private oWS As SoapClient30 Set oWS = New SoapClient30 oWS.MSSoapInit2 "https://serv01/ws_my/wsservice.asmx?...
asked by 21.03.2018 / 01:05
1
answer

How to respond with a status = 200 to a HTTPS POST in python

I am creating an application in Flask that receives an HTTPS POST message and processes the data it contains. Once I have received the HTTPS message, I have to answer the server with a code = 200 so that it knows that I have received the mess...
asked by 04.06.2017 / 17:09