forge-1.10.2-12.18.3.2511 every time I try to download it onto my server I get a 403 error. The install log in down below. I am not fully sure how to fix this problem any help would be nice. Im trying to get the mod pack Sky factory 3 with a server set up.
java.net.preferIPv4Stack=true
Considering minecraft server jar
Downloading minecraft server version 1.10.2
java.io.IOException: Server returned HTTP response code: 403 for URL: https://s3.amazonaws.com/Minecraft.Download/versions/1.10.2/minecraft_server.1.10.2.jar
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$10.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(Unknown Source)
at net.minecraftforge.installer.DownloadUtils$URLISSupplier.getInput(DownloadUtils.java:368)
at net.minecraftforge.installer.DownloadUtils$URLISSupplier.getInput(DownloadUtils.java:356)
at com.google.common.io.ByteStreams$6.openStream(ByteStreams.java:989)
at com.google.common.io.ByteSource.copyTo(ByteSource.java:202)
at com.google.common.io.Files.copy(Files.java:382)
at net.minecraftforge.installer.DownloadUtils.downloadFileEtag(DownloadUtils.java:151)
at net.minecraftforge.installer.ServerInstall.run(ServerInstall.java:75)
at net.minecraftforge.installer.InstallerAction.run(InstallerAction.java:55)
at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:424)
at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:186)
at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:72)
Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: https://s3.amazonaws.com/Minecraft.Download/versions/1.10.2/minecraft_server.1.10.2.jar
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getHeaderField(Unknown Source)
at net.minecraftforge.installer.DownloadUtils.downloadFileEtag(DownloadUtils.java:138)
... 5 more