Opening another website

What is the name of the domain?

What is the error number?

no message

What is the error message?

opening another website name as tripuratimes.com

What is the issue you’re encountering

another website

What steps have you taken to resolve the issue?

seek suggesion step taking

What feature, service or problem is this related to?

I don’t know

I would check your configuration on IIS.
From what I can tell it looks like it could be one of the following problems:

  1. SSL Certificate Binding: The SSL certificate is bound to 198.38.87.88, without specifying the hostname.
  2. Site Binding Configuration: The HTTPS binding for newsagartala24.com is either missing or incorrectly configured.
  3. SNI (Server Name Indication) Misconfiguration: IIS does not know which site to serve because it defaults to the first site bound to the IP.

Fix to Verify SSL Certificate Binding in IIS:
• Open IIS Manager.
• Go to Sites > newsagartala24.com.
• In the right-hand panel, click on Bindings.
• Check if an HTTPS binding exists. If not, click Add.
• Set the following:
• Type: HTTPS
• IP address: 198.38.87.88
• Port: 443
• Host Name: newsagartala24.com
• SSL Certificate: Select the appropriate certificate for newsagartala24.com.
• Check SNI (Server Name Indication) to allow multiple sites on the same IP.
• Click OK and Apply to save changes.
• Restart IIS