add ssl certificate to published website hosted in xampp - ssl

I'm making my site use https protocol and trying to add an ssl certificate
My website is hosted on xampp
I tried to follow a lot of tutorial but it didn't work

Related

Installed SSL certificate is in the binding correctly for IIS website

We have a number of internal apps which have website access - this is set up on Windows Server 2016 through IIS.
We create the SSL certificate for these apps through "Certify the Web". These are updated automatically. These SSL certificates are binded to the websites through IIS and seem to update automatically as required.
However when we navigate to these websites they state that the SSL certificates are invalid, with the old dated certificate which expired a while ago.
Anything you guys suggest for this?

Change Http to Https for c# web application

I have a quick question on opting the SSL Certificate for the Web Application. In the Web Application, am using Kestrel as WebServer and application is not configured in IIS.
For Customers, I install the Application as a Service in Server Machine and its used by the employees only in intranet. Now the address of my application is http://machineName:port but I would like to have https://machineName:port.
Question 1) Is this possible for the Intranet sites?
Question 2) Will SSL be really needed in this case?
Qeustion 3) SSL works, only if I configure Web Application with IIS?
Yes it is possible. As long as the certificate is trusted by the clients. You can create a self signed certificate and have client machines add it to trusted root certificate authorities in windows. Or if the intranet is using a windows domain, you can have a Certificate Authority trusted by domain computers issue the certificate.
SSL is always better even in intranet and localhost scenarios. It ensures site identity, encrypts traffic, etc. Whether it is needed depends on the site. Some browser functionality such as using the camera/mic won't work unless the website is using SSL.
Kestrel allows using SSL. Checkout docs here.

Is .app domain no needs to have a sepearte SSL certificate

I am a newbie in web development, i heard about .app domains from google with builtin https security.
IS .app domain no needs to have a sepearate ssl certificate since it is builtin and all request are https by default.
https://techcrunch.com/2018/05/01/google-is-launching-app-domains-the-first-tlds-secured-with-built-in-https/
As you can read from the link:
Google is requiring HTTPS for all. app websites
So you buy domain but you should take care for hosting and for certificate. If Google offer bundle with domain, hosting and certificate this do not change the things. You need certificate independently from the provider of the service.

Add SSL Cert to Net Core application in Windows VPS

So,
I currently have a net core web api running in a windows VPS (amongst other things). When I make requests to this api, I would like to do so using https. It seems I need to have an SSL Cert on this VPS (which does not have a domain, just an IP).
The https API is on xxx.xxx.xxx.xxx:443
The net core application is published into a self-contained package and run as an .exe (i think using IIS express)
Ideally I would like to use a free SSL cert from something like zerossl.com or any viable alternative you may suggest
How can I go about making it so that if I access xxx.xxx.xxx.xxx:443/api/values, I get a secured icon in my browser?
Thanks
It seems I need to have an SSL Cert on this VPS (which does not have a domain, just an IP)
It is impossible to bind SSL Certificate to IP address.It must bind to domain.

How to keep a host using cPanel from sending the wrong ssl certificate

This appears to be a cPanel problem. The good folks at name.com use cPanel. Hosting at name.com for my site is a problem in that when someone accesses my site with https the SSL certificate from another site is sent by the server. cPanel docs seem to imply what I'm describing is a known problem. http requests are fine. Short of implementing SSL for my site, are there recommended ways to set up my site?
This issue is coming because you dont have private SSL for your domain, so install a SSL for domain.
You can get a free SSL from these 2 site:
https://www.startssl.com/
https://letsencrypt.org/
and request your hosting provider to install a SSL after that your website will on both http:// and https://