Really sorry if this is a duplicate post. Unfortunately searching HTTPS brings up everything with a hyperlink.
I'm attempting to setup HTTPS on Windows 11 and following https://github.com/CubeCoders/AMP/wiki/Setting-up-secure-HTTP-with-AMP#windows.
I have got a DNS name for my server, a Let's Encrypt certificate generated by CertBot, converted it to a .pfx
file using openssl
so I can import the private key into Windows, added it to the local machines personal store, updated AMPConfig.conf
to set Webserver.CertificateSerial=
to my certificates serial number then started AMP.
On the machines local browser attempting to access https://127.0.0.1:8080/
results in Chrome saying ERR_CONNECTION_RESET
I've attached my log output below which doesn't seem to show any errors.
Is there another setting I need to change?
[13:08:39] [AMPService Info] : Running in a HyperV environment.
[13:08:39] [AMPService Info] : OS: Windows / x86_64
[13:08:39] [AMPService Info] : CPU: Intel(R) Xeon(R) Platinum 8171M CPU @ 2.60GHz (4C/4T)
[13:08:39] [AMPService Info] : AMP Instance ID: 31c34b4e-fd5b-4f65-957e-9a9df3b75955
[13:08:39] [GSMyAdmin Info] : Loaded ADSModule version 1.0.0.0 by CubeCoders Limited
[13:08:39] [GSMyAdmin Info] : Loaded FileManagerPlugin version 1.0.0.0 by CubeCoders Limited
[13:08:39] [GSMyAdmin Info] : Loaded EmailSenderPlugin version 1.0.0.0 by CubeCoders Limited
[13:08:39] [GSMyAdmin Info] : Loaded WebRequestPlugin version 1.0.0.0 by CubeCoders Limited
[13:08:39] [GSMyAdmin Info] : Loaded LocalFileBackupPlugin version 1.0.0.0 by CubeCoders Limited
[13:08:39] [GSMyAdmin Info] : Loaded CommonCorePlugin version 1.0.0.0 by CubeCoders Limited
[13:08:39] [GSMyAdmin Info] : ADSModule requests dependency InstanceManagerPlugin...
[13:08:40] [GSMyAdmin Info] : Loaded InstanceManagerPlugin version 1.0.0.0 by CubeCoders Limited
[13:08:40] [GSMyAdmin Info] : ADSModule requests dependency SystemUserManagerPlugin...
[13:08:40] [GSMyAdmin Info] : Loaded SystemUserManagerPlugin version 1.0.0.0 by CubeCoders Limited
[13:08:40] [GSMyAdmin Info] : Loaded steamcmdplugin version 1.0.0.0 by CubeCoders Limited
[13:08:40] [ADS Info] : Metrics server started OK on port 12820
[13:08:41] [FileManager Notice] : Using keypair with fingerprint cqstpzdmg1F0FDDIoSo5GLQczx9LuG61AITJKWSJP8g=
[13:08:41] [GSMyAdmin Info] : SFTP Server started on 0.0.0.0:2223
[13:08:41] [GSMyAdmin Info] : Websockets are enabled.
[13:08:42] [GSMyAdmin Info] : Webserver started on https://0.0.0.0:8080
[13:08:42] [WebServer Warning] : RouterTimer@10Hz with 2 jobs started
[13:08:42] [System Info] : Checking for AMP updates...
[13:08:42] [System Info] : AMP is up-to-date.
[13:08:46] [System Info] : Waiting for AMP instance to start...
[13:08:46] [InstanceManager Notice] : AMP instance Minecraft117 is now running.
[13:09:07] [System Info] : Waiting for AMP instance to start...
[13:09:07] [InstanceManager Notice] : AMP instance Satisfactory is now running.