Jump to content

SSL certificate And hyper-server


M.Ammar

Recommended Posts

hi

I have 2 questions 

1- after installing SSL certificate on the application, when testing https://localhost/ on standalone setup it is working fine "after the worning message because the name is deferent" 

but the application don't open if using with hyper-server "I changed the port to 443 in both the server module and the hyper-server configuration file".

2- is there any more setup need to be done on the iis server after installing the certificate on the application to enable https?

regards

Link to comment
Share on other sites

19 hours ago, Farshad Mohajeri said:

Hi,

For hyper server you need to make additional settings for HyperServer. Have you done them?

what additional settings for hyper server I am missing ? it is working on http.

 

19 hours ago, Farshad Mohajeri said:

Are you using HyperServer DLL with IIS?

to be clear I am testing SSL on standalone mode (Application.exe , and hyper-server.exe) and on IIS (Application.exe, and hyper-server.dll ), all was working fine on http without SSL

after installing the SSL certificate I only managed to get Allication.exe working but not the others.

meaning 

Stand alone application.exe working http and https

Stand alone with hyper-server only working http not https

IIS  (Application.exe, and hyper-server.dll ) only working http not https

is there any other setup needs on (ISS or hyper-server) to Enable https?

best regards

 

  • Like 1
Link to comment
Share on other sites

  • 2 years later...

1.       Rename STAR_sisblu_com_br.ca-bundle -> ca_bundle.crt
2.      Rename STAR_sisblu_com_br.crt -> certificate.crt
3.      Rename STAR_sisblu_com_br.key ->key.pem
4.      Install OpenSSL  www.hacom.de/temp/Win64OpenSSL_Light-1_1_1k.exe
5.      In OpenSSL commandline go to directory, where the files are saved and call :
              openssl x509 -in certificate.crt -out cert.pem -outform PEM
              openssl x509 -in ca_bundle.crt -out root.pem -outform PEM

6.      Copy the files key.pem, cert.pem and root.pem (certificate.crt, ca_bundle.crt are optional) in to appropriate directory

Link to comment
Share on other sites

  • 2 months later...
On 5/21/2019 at 8:08 PM, Farshad Mohajeri said:

Are you using HyperServer DLL with IIS?

Hi @Farshad Mohajeri,

How to use this? I have comodo SSL and using Hyperserver DLL on IIS.

My setup works with http but how to make use SSL for the same Hyperserver DLL on IIS?

 

Thanks,

Frances

Link to comment
Share on other sites

On 5/11/2022 at 4:23 PM, fraxzi said:

Hi @Farshad Mohajeri,

How to use this? I have comodo SSL and using Hyperserver DLL on IIS.

My setup works with http but how to make use SSL for the same Hyperserver DLL on IIS?

 

Thanks,

Frances

Hi @Sherzod,

 

Can you please assist me on my problem?

 

Thanks,

Frances

Link to comment
Share on other sites

On 5/18/2022 at 1:04 PM, Farshad Mohajeri said:

Hello,

You need to load your certificate files on IIS.

IIS has a user interface to manage Certifcates and SSL setup. All you need is the required SSL certificate files which can be obtained from your SSL provider.

It's fully working now... Thanks @Farshad Mohajeri :)

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...