Most voted "https" questions
An implementation of the HTTP protocol over an additional layer of security that uses the SSL/TLS protocol
Learn more…110 questions
Sort by count of
-
0
votes0
answers26
viewsNode.js| problem when serving files from dist folder generated by webpack
I have a web application that uses Webpack to package the files. After running the "npm run build" command the webpack generates a dist folder containing the bundled files. The application worked…
-
-1
votes1
answer99
viewsMy website error 404 when use https redirect
My website error 404 when I switch htacces to redirect http to https, the code I’m using in htacces: RewriteEngine On RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteCond %{HTTPS} off…
-
-1
votes1
answer41
viewshtaccess is not targeting HTTPS without WWW
I’m trying to direct the domain to https://com. htaccess but the address typed without using www ex: "meudominio.com.br" is not redirecting, leaving the domain at http:// common, I wonder what’s…
-
-1
votes1
answer32
viewsHow to set SSL in the cookie and display in the browser?
My site on site uses SSL, charge by https://, then, it should set the SSL protocol, my doubt is why when accessed by Chrome console, in Application > Storage > Cookies, where has the cookie,…
-
-1
votes1
answer64
viewsConsumption of URL https IBPT
I need to consume the new IBPT url to do tax calculations without importing tables. The url is this : https://apidoni.ibpt.org.br/api/v1/products?token=..tMobi=un&valor=34000.00>in=sem gtin…
-
-1
votes1
answer69
viewsCloudflare and Github Pages with DNS error
I created a static page and posted on Github pages, until then with the default domain username.github.io/Repo was working all good, but then I bought a domain .net at Locaweb, and when I tried to…
-
-1
votes1
answer53
viewsOracle - Error : ORA-24263: Certificate , how to treat?
Sending https via Oracle Version Oracle Database 12c Standard Edition Release 12.2.0.1.0 - 64bit Production PL/SQL Release 12.2.0.1.0 - Production "CORE 12.2.0.1.0 Production" TNS for Linux: Version…
-
-2
votes1
answer61
viewsHttp Doubt x Https Android
I’m creating an Android application. This one calls PHP files via Httppost. I ask: what changes do I call with https instead of http (I start from the point I will use https, already certified on…
-
-2
votes1
answer79
viewsI migrated my http site to https and lost Facebook comments
I was doing some tests recently on my blogger website and when I activated the https on my site, I lost Facebook comments. How do I fix it?
-
-2
votes1
answer519
viewsHow to access a safe local site by firefox?
I’m looking to release a site that I’m developing through the Chrome browser and need to fix the CSS bugs that are occurring in Firefox. But I’m having trouble accessing it through Firefox. Message…