How do I build an https server with Amazon EC2?

Asked 1 years ago, Updated 1 years ago, 107 views

Hello, I am a beginner in web programming.

I want to make a simple WebRTC web app using Amazon EC2 as a server

I can't get the webcam video unless the server is https.

Obtain an SSL certificate with Amazon Certification Manager and then

I've tried Amazon ELB somehow with Internet search, but I don't know at all from a beginner's point of view

Your personal domain has been purchased.

The EC2 instance is Windows Server 2012.

I'm trying to open 8000 ports with Harp server.

The website that I configured with http only opens

I would appreciate it if you could tell me how to build and open it with https ㅠ<

ec2 server ssl web-language server-construction

2022-09-22 15:45

1 Answers

You can use ssl for free by signing up for cloudflare.com

Register the domain in cloudflare, copy the dns information, Please register dns (name server) with the domain you purchased.

And write down the public ip or access host of the EC2 with A record or CNAME.

It's the simplest way I know.


2022-09-22 15:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.