Click here to Skip to main content
15,887,027 members
Everything / HTTPS

HTTPS

HTTPS

Great Reads

by Lee P Richardson
This blog entry looks at what certificate pinning is, why you'd want it, and how to implement it.
by Sander Rossel
The last in a series on MEAN web development.
by Alexandros Pappas
Example of a self hosted WCF service over HTTPS with transaction
by gfazzola
In this article I will explain the implementation of an infrastructure to host and manage windows services in a practical and interactive way.As a practical example of the solution will be implemented a dynamic ip update client of DucDNS

Latest Articles

by Jason Sultana
A look at some injection-style vulnerabilities
by Illya Reznykov
PowerShell script which copies certificate to another storage
by Alexandros Pappas
Example of a self hosted WCF service over HTTPS with transaction
by gptankit
An approach to making better use of cluster error feedback

All Articles

Sort by Title

HTTPS 

29 Jul 2023 by Arisz7
I accidently delete my old deploy from vercel that it was working just fine, it's an spotify clone and it was perfect y tried to recover the project by deploying it again but when I tried to recover everything from my supabase database I was able...
3 Nov 2021 by TheBigBearNow
Hello all, I currently have my project running http without any issues. Now I am working on encrypting my traffic by using https. I have a certificate for my domain and I set up all the code and areas I thought were necessary to deploy it as...
21 Jul 2012 by ankitrishi8584
Hi Friends, I am trying to install the ssl client certificate issue to me by web server. This ssl certificate I have installed in all my web browsers. I have installed all the intermediate certificates and trusted root certificate. I am still getting the error in the URL provided...
21 Jul 2012 by woutercx
Suggestion:T...
20 May 2019 by Kschuler
I've got a .Net 4.5 web api project that needs to send out an HttpWebRequest with a certificate. I'm able to get everything to work in Postman (Postman | API Development Environment[^]), but can't get my code to work. I keep getting this error: System.Net.WebException: 'The request was...
16 May 2019 by #realJSOP
Try running Visual Studio as administrator.
20 May 2019 by Kschuler
My coworker figured it out. Turns out our machines had defined a minimum key length that wasn't small enough for the third party that we are trying to hit. We had a min of 2048 and they were expecting 1024. It can be fixed by changing/adding the following registry setting: ...
12 May 2014 by AR547
Hi All,This is really a challenging issue I have ever faced in development.Googled every solution but couldn't find any perfect solution as per my requirement..I have a generic method in a class file RequestTemplate.cs in which HTML Table is being constructed so that this table will be...
28 Nov 2013 by muhammadwaseem
plz refer following link for how to work with html checkboxhttp://stackoverflow.com/questions/8759663/how-to-implement-a-check-box-in-classic-asp[^]and refer following link for how to get value of checkbox from...
13 Nov 2013 by Avinash6474
Hi All,I had a wcf service which is hosted on windows 8.1 enterprise version OS. When I am trying to access the service in Intra net, the IIS is allowing http connections. I had generated a self signed certificate and added a https binding on IIS. When I am trying to access...
27 Nov 2013 by Avinash6474
I have solved it myself.The firewall settings were causing issue. The HTTPS connection firewall inbound settings were disabled, after enabling the connection everything went fine :)-Avinash
22 Dec 2013 by pulkitluthra
Hello folks!We are trying to access a WCF Service hosted on SSL from behind a proxy(Squid) via a Silverlight Out of Browser application.When I paste the https URL in the browser, it works fine. However, we were not able to access the service from our application. It works fine even when...
8 Sep 2014 by Oritdru
Adding service reference to HTTPS URL (https://...../Service.svchow??i clicked in VS.C#.2012 "Adding service reference" with HTTPS URL..then its working for 2 minutes and get an error:from the IE its work fine and get regular page: "You have created a service." ....TX, Moti
8 Aug 2013 by Stephen Hewison
Hi,I've been asked to propose a strategy for including advertising within one of our products.This product is 100% https which means the traditional approach of added JS files or other coponents which access resources from external sites is not an option.Can anyone suggest a number...
18 Jan 2020 by Member 14575056
This line of code:await response.Content.ReadAsAsync(); returns "null", when it's supposed to return an with a Username and Password. I saw a similar problem here:Response.content.readasasync returns null[^], however, the answer provided did not help me. ...
18 Jan 2020 by dnxit
You can use Json.net for deserializing your response, Using streams would give you better performance, Check this function below private static async Task> DeserializeOptimizedFromStreamCallAsync(CancellationToken cancellationToken) { using (var client = new HttpClient()) ...
17 May 2018 by rikidev
Goodmorning I have a node.js server that must receive json calls from a node.js application that uses express to manage routers, the ios application makes calls to routers passing json values! My problem is that I can not configure the apple ATS! How can I do? below I entered both the code and...
23 Jul 2015 by Bibin Benny
Friends,I am unable to open Google, Youtube, some other website in my systems all browser. Its showing Certificate authentication error. I am not good in this kind of subject. I changed it as a trusted website. Now it showing (Index of /[ICO] Name Last modified Size Description) Like this. I...
1 Aug 2013 by HBBFXY
Recently done a project, there has not been a problem to find a suitable solution. How in winform via Https call webservice. If you add a webservice from a local reference to an error message SSL unable to establish a secure channel, hope you can give pointers! Thank you very much
9 Mar 2012 by AZ Rescuer
I'm using GNU TLS library for HTTPS GET/POST but it gives glibc detected: realloc(): invalid next size exception when gnutls_global_init() is called. Backtrace showed that gnutls_global_init() called _gnutls_ext_register() which then called realloc() and returned this exception. How to avoid...
3 Dec 2012 by André Kraak
SSL strip is a hacking tool, I do not think you should expect any help from us.
7 Jun 2015 by karthik mushyam
I am trying to call a HTTPS ASMX service from my PHP blogHere is my code$param1="Web Submission";$param2="Lead";$param3="flase";$param0=$comment_content;if (!empty($comment_content)){$client = new...
29 Sep 2015 by indyarock
Can I use other than 443 port for SSL communication in AZURE ?eg: ServiceDefinition ...
29 Sep 2015 by Leo Chapiro
Short answer: yes, you can!Long answer comes here: Can I use another port other than 443 for SSL communication?SSL is in no way tied to a single port value; in fact, as a protocol, it can be used over any transport medium, as long as that medium provides a bidirectional stream for...
6 Sep 2017 by tiwal
sorry , silly question. It seems that when I was specifying the wsdl url, i should have added the ".wsdl" extension ... By doing this the SoapUi client correctly built up the service interface. Sorry for asking
18 Sep 2013 by Member 10158719
does anybody have a basic tutorial or code, i repeat basic, where u can show me a connection to a webservice(with user and pass), and get the data from the response? i never used a webservice before and i need to connect to one as a client, and get some date from it. that is alli don't...
31 Jan 2020 by SohaibX
Hello,I'm pretty new on SignalR, I've Self-Hosted a signalR at http://localhost:8080Let's say my computer's IP is 192.15.15.15. I Need my client to connect to this host, with IP Address like http://192.15.15.15/signalr but when I try to connect I get the errorBad Request - Invalid...
22 Nov 2015 by SohaibX
Well figured it out. all you need to do is to place a * in the place of IP address. Thus hosting signalr server to this ip address. https://*;
17 May 2016 by Rajesh Londhe
The local computer IP address is not accessible from any application running on same computer.If you have published the SignalR on IIS, then using the IP address you mentioned, it is possible to access the server in LAN.If you want to access "localhost" on same computer, then simply...
2 Oct 2013 by anrorathod
Dear friends,I want to consume SOAP services which is hosted with secure certificate.I have url like https://servername.com/something I have also certificate and its password.Please help me to call services and get response.Thanks in advance.Thanks,Rohit
2 Oct 2013 by Sergey Alexandrovich Kryukov
Please see the answer on top: http://stackoverflow.com/questions/3339058/consuming-soap-web-service-in-asp-net[^].If you have WSDL, this is what you should do; and this is quite a simple thing, just generate a proxy and use it.—SA
21 Jan 2013 by Vinay iGATE
Needs some basic info on how to convert the existing asp.net application(http version) to Secured website(https version)
21 Jan 2013 by Humayun Kabir Mamun
Take a look at http://www.c-sharpcorner.com/uploadfile/niradhip/convert-your-site-from-http-to-https-after-installing-ssl-certificate/[^]
28 Mar 2013 by hunerajamshed
I come across a very strange position, I was working on a project in BizTalk, initially I had to consume WCF services deployed on http. Now after a lot of work done. They just updated their bindings to https. Now what is option for me. how I change my orchestration. When I try toupdate service...
24 Oct 2015 by Andy Feng
Create a simple and flexible HTTPS server using JDK to process GET/POST requests
15 Oct 2015 by Member 10077458
I wanted to create a proxy server just like fiddler. the main point is, this proxy will be deployed as HTTPS(SSL encripted) only.I am successfully able to create a proxy(in c#) which is intercepting all my web traffic from the browser(including https sites). But i am facing difficulty when...
3 Apr 2017 by JanardhanSharma
im trying to use a virtual keyboard on my textbox. Keyboard is working fine for http request but if the request is of https then abnormally system is not considering the css file. if the request is http request then following way of reference call is working fine.
24 Aug 2013 by Sicppy
I am trying to make a custom proxy application in c# and i need to know how to do the following. - Intercept all outgoing data - Send data to proxy server - Complete connections to intended destination - Return data to clientI am completely lost and would not begin to...
31 Oct 2012 by Tony_Fu
This article describes how to set up a debugging environment for SSL web services from iOS clients to a server using man-in-the-middle proxies.
17 Dec 2013 by BillW33
As CPallini said the Wikipedia article is a good place to start, you should also learn to use Google, the first few hits would give you the answers you are looking for. Anyway, read this article[^] for an explanation of the Deflate algorithm. There is some example code of the Deflate algorithm...
16 Dec 2013 by Zon-cpp
Hi, what is the difference "gzip" and "deflate"?how do i compress and decompress by deflate algorithm (no gzip!)
16 Dec 2013 by CPallini
Quote:what is the difference "gzip" and "deflate"?The gzip Wikipedia page[^] sheds some light on the argument.Quote:how do i compress and decompress by deflate algorithm (no gzip!)Since gzip is a free implementation of the deflate algorithm I see no reason why you shouldn't use it. Anyway...
18 Jul 2015 by Member 9017207
I need an urgent help. I had a domain A which got expired and in the mean time someone else got that. But he hasn't hosted on that domain yet. It is still inactive. So what my question is is it possible to forward/redirect that domain url to another url.Suppose Domain A to Domain B.P.S I...
18 Jul 2015 by amin khoshzahmat
if domain A is not yours anymore, but your domain B is redirecting to A, and you dont want to redirect to it, ask your domain/host provider to change it for you.
18 Jul 2015 by Kornfeld Eliyahu Peter
As Domain A not yours anymore, you can not do such redirection legally...
23 Mar 2013 by alisna43
hello theremy name is ali and im living in iran, as you know our government is limiting the internet on us.we have censorship on it that we cannot go to facebook even.because of that we should use vpn or proxy or anything like that.recently the have blocked the PPTP and L2TP protocols...
23 Mar 2013 by OriginalGriff
The first thing you need to learn is that MD5 is not an encryption algorithm.It is a Hashing algorithm. The difference is that encryption can be reversed - Hashing cannot.Hashing is destructive - it throws away information to generate a small, fast code which can be used to verify data,...
28 Mar 2013 by alisna43
you even did not read the question completely.THERE IS NO PROBLEM WITH ENCRYPTION MY FRIEND. No encrypting included code is not workingFor your Information Im using TripleDES With MD5thank you anyway
19 Dec 2022 by omid amin javaheri
salam Ali this is your answer have good time
2 Jul 2014 by lkitross
Hello! I am using CInternetSession class of MFC to send HTTP queries and get results. Things work fine with bith HTTP and HTTPS.Objects of CInternetSession cal also return details of session by QueryOption which brings options. Now I am trying to extract certificate, using one of two...
3 Jul 2014 by lkitross
I found the problem. I sent query too early, the correct way it not send after GetHttpConnection and not after OpenRequest, but only after SendRequest.So the correct order isCInternetSession session(_T("something"));CHttpConnection *pConnection = session.GetHttpConnection(strHost,flags,...
12 Mar 2024 by Jason Sultana
A look at some injection-style vulnerabilities
19 Oct 2015 by Member 8787053
I am using webclient to send file over https.Below is my code. public class WebClientEx : WebClient { protected override WebRequest GetWebRequest(Uri address) { HttpWebRequest request = (HttpWebRequest)base.GetWebRequest(address); ...
15 Jun 2012 by Reishabh_Saxena
Hi all,I want to get the client IP address in a WCF Service hosted using HTTPS 443 bindings. I am getting the Host IP address by below code.private string GetIP(){ OperationContext context = OperationContext.Current; MessageProperties prop = context.IncomingMessageProperties; ...
15 Jun 2012 by Stephen Hewison
There doesn't appear to be a reliable way to get the client IP for a WCF call using .Net 3. In .Net 3.5 you can and it's done exactly how you've described in your question.If your client IP is on the same network you should be able to get the IP. But if it's not it's important to remember...
14 Aug 2015 by mod8722
One thing to note if you're using async/await -- you need to store OperationContext.Current into a local variable at the beginning of your service method, and pass it along, since it will be null after the first await in your async method.
17 Nov 2012 by larencesilveri
I am very new to coding in .net. please guide me with full details.1. I want to try to develop pure windows application based on gmail registration form or yahoo registration form and2. Want to create a link for login or signin form that too in windows application only.3. Chatting...
5 Dec 2012 by Hiteshforu2007
One thing is for sure that since you have to access the web from a windows application, you will have to make use of the Browser control in your application. Here the user can sign into the respective websites like Google, Yahoo, etc. Note that you might also have to use some APIs exposed by...
6 Dec 2012 by AnkitGoel.com
i suggest you not to try this. firstly, this is illegal as per yahoo and gmail policy. Second, they won't let you implement such a program, the only way is a hack which i don't think is possible. You can only use gmail and yahoo login in your application but can't implement sign-up.
16 Oct 2015 by Andy Feng
The article introduces a complete C# solution to grab Html data through POST request from remote server and extract fields from the Html source through parsing its DOM structure.
18 Sep 2013 by ooolaoolaola
I've got an HTTPS client and a HTTPS server coded in java, i need to make a SSL connection to the HTTPS server to get a message based on the condition that the client should accept the connection if the certificate hash of the server's certificate during SSL handshake equals to the one I've...
18 Sep 2013 by pasztorpisti
I've done this on client side only by specifying the list of accepted certificates. I've never tried to do this what certificate hash, I don't know whether the java api allows you to do this or not. If you have the certificates then you can specify them as trusted:...
19 Sep 2013 by ooolaoolaola
The problem is i was told to implement this problem, i'm implementing it for my thesis and i'm submitting tomorrow i just need you to tell me where the code fits in. Thanks.
22 Jul 2012 by Member 7654601
so im trying to make a application were the user types the url in the text box,then the program converts there input to a https url example http://www.google.com converts to https://www.google.com and then it opens in internet explorer can some one please help me
22 Jul 2012 by JF2015
This here is one simple approach. Hopefully it helps:Private Sub button1_Click(sender As Object, e As EventArgs) Dim res As String = textBox1.Text.Replace("http:", "https:") System.Diagnostics.Process.Start(res)End Sub
23 Sep 2020 by j11codep
I am trying to understand the problem that mtls is trying to solve. In the simplest scenario of a regular tls, the client encrypts the shared private key with the public key and sends it to the server. From here communication on both directions...
27 May 2019 by Alexandros Pappas
Example of a self hosted WCF service over HTTPS with transaction
15 Apr 2022 by Eng Mohamed Bassuny
I'm making a small "learning" program to shorten links from the "https://tiny.cc" service. But I'm new to using the "API" so I'm having a hard time understanding some points I have searched a lot and tried to read the explanation of the site ...
20 Sep 2016 by Member 12750767
My company has a Wordpress site and we would like to have a green padlock for the url, unfortunately https://www.v2.com/blog is redirecting to http://What I have tried:I have already changed Site Url and Wordpress Url to https://www.v2.com/blog, reset all permalinks, I have even changed...
17 Oct 2014 by Member 11160625
How do I make calls with methods get, post and put it to a page with custom https certificate on Windows phone 8.1?With the normal procedure does not work gives me a 404 response.In Visual express 2013 I can't get the X509Certificate class that I use in a java/android.Thanks.
17 Oct 2014 by majid torfi
Remember what an HTTP GET looks like under the covers:GET /whatever/page.aspx?param1=value&param2=valueNote that the GET includes no HTTP Body. That's important. With a POST the 'DATA' moves from the QueryString into the HTTP Body, but you can still have stuff in the QueryString. ...
23 Aug 2016 by danielgreg
The goal is to have a simple Site (Wordpress) for company employees to retrieve information wich can be sensitive. The site is supposed to be online so it can me accessed from home, but needs to be excluded from every search engine. A friend told me this ain't that easy to do with less popular...
23 Aug 2016 by Richard MacCutchan
If you just want to share files then it is probably a good idea to use something like DropBox. You should also ensure all files are encrypted to provide extra security.
21 May 2018 by Member 13834698
Hi, Im working on a website: hinckleymountaineering.club which is all https. I have 4 pages where weather forecasts are embedded using , but the source page is http, and currently doesn't show any content. An example url is https://hinckleymountaineering.club/snowdonia-forecast Can...
21 May 2018 by Richard Deeming
Your link returns a "page not found" error, and you didn't show us any code. But the general answer is simple: don't make your site insecure! Instead, use secure links for your weather forecast. If the site you're loading the weather forecast from doesn't support HTTPS, then badger them until...
22 May 2015 by developerjm
Hey guys,I am doing a small project in MVC 3.0 and am trying to use SSL in Visual Studio 2010. The thing is that when I set the SSL enabled to true from the website properties, and set the properties of the web to use IIS Server, it gives me an error when I run that the configuration for my...
22 May 2015 by virusstorm
If you are using the ASP.NET Development Web Server (which is a light weight version of IIS), you cannot do SSL. If you want to use SSL, you need to use the full version of IIS. These links should help you out.Web Servers in Visual Studio[^]Installing IIS 7.5 on Windows 7[^]Enabling SSL...