Wowza Community

Can't access REST API or documentation

I followed this tutorial.

I am receiving this message from “swagger”. Additionally, there is no response when making calls to the REST API.

Can’t read from server. It may not have the appropriate access-control-origin settings.

Server.xml

<RESTInterface>

			<Enable>true</Enable>

			<IPAddress>*</IPAddress>

			<Port>8087</Port>

			<!-- none, basic, digest, remotehttp, digestfile -->

			<AuthenticationMethod>none</AuthenticationMethod>

			<DiagnosticURLEnable>true</DiagnosticURLEnable>

			<SSLConfig>

				<Enable>false</Enable>

				<KeyStorePath></KeyStorePath>

				<KeyStorePassword></KeyStorePassword>

				<KeyStoreType>JKS</KeyStoreType>

				<SSLProtocol>TLS</SSLProtocol>

				<Algorithm>SunX509</Algorithm>

				<CipherSuites></CipherSuites>

				<Protocols></Protocols>

			</SSLConfig>

			<IPWhiteList>*</IPWhiteList>

			<IPBlackList></IPBlackList>

			<EnableXMLFile>false</EnableXMLFile>

			<DocumentationServerEnable>true</DocumentationServerEnable>

			<DocumentationServerPort>8089</DocumentationServerPort>

			<!-- none, basic, digest, remotehttp, digestfile -->

			<DocumentationServerAuthenticationMethod>none</DocumentationServerAuthenticationMethod>

			<Properties>

			</Properties>

		</RESTInterface>

I solved the problem My EC2 instance has an automatically generated security group for Wowza, but it doesn’t include access to port 8089 or port 8087 which is what the default Wowza REST API/API docs listen on.

I added the rules to the inbound rules myself for both ports.