What port does Courier for Umbraco use? - umbraco

I have had a few problems setting up Courier for umbraco (v7).
After a bit of trial an error I have discovered the destination server has all its ports blocked other than 80.
Does anyone know what port I need to open up to get it to work?

I'm pretty sure Courier just runs over port 80, as it's all web based.

Related

How can I access my localhost on my computer from my Android device?

I have a web application written in ASP.NET MVC 5. I simply can open it from the browser with this localhost:14920 in my computer, but I want to access the same application from my Android device's browser while my laptop and Android device are in the same network. I don't know how to access it from Android.
Note: when I type 127.0.0.1 in the Android browser I can access the IIS server, but when I type 127.0.0.1:14920 it prints Bad Request - Invalid Hostname. How can I fix this issue?
You can configure IISExpress for remote access
http://www.ryadel.com/en/iis-express-allow-external-requests-remote-clients-devices/
or just change the hosting to IIS as the earlier commenter mentioned.
Try with replacing 127.0.0.1 with your IPv4 address.
I have used ngrok in the past, when needing to hit my development machine, or have someone else hit it. It is a very useful tool and very simple to install.
Once you download it, it's just a simple command line:
https://ngrok.com/docs#expose
ngrok http 80
(That is for traffic on port 80) Since your port above looks different it would be:
ngrok http 14920
That will give a URL that you can hit or any machine or device.

Changing port in Apache Traffic Server: Default is 80

How can one change the default port in Apache Traffic Server? Default is 80.
I have changed it to one of unreserved port through proxy.config.socks.http_port.
It does not seem to be working.
I am sure it must be a very small thing which is missing.
Could anyone please help me?
Well, the default is actually 8080 if you built from the source tree. You are not modifying the correct configuration though, the one you are modifying is for SOCKS support (which is not HTTP). What you are looking for is proxy.config.http.server_ports.
For more details, see https://docs.trafficserver.apache.org/en/latest/reference/configuration/records.config.en.html?#proxy-config-http-server-ports
E.g.
CONFIG proxy.config.http.server_ports STRING 8888
Well, to open ports with numbers under 1024, you must run with sudo.

Does iOS CalDAV and CardDAV support non-default ports?

I am trying to connect to CalDAV server from iPad, iOS v7.0.2(11A501), that is running on HTTP port 8080. It failed to connect.
Using Fiddler tool I have found that iPad CalDAV client is sending requests to port 443 and to port 80 instead of the one I specify in 'Server' field.
Being able to run the server on port 80 only in the development environment is inconvenient.
Has anybody experienced this issue and are there are any solution?
Well, my iPad is setup to a Mavericks calendar server. Which is running on https://xxx.local:8443/.
So the answer to your question seems to be Yes. It does support non-standard SSL ports. (This is on iOS 7.0.5/6).
What configuration data do you provide to iOS? Could it be that it initially connects to the right port but then the server is somehow misconfigured and redirects the client to a standard port?
Which CalDAV server do you use?

indy 10, http proxy tunneling tcp server and client, delphi

I'm using delphi xe4 with indy10 component. My software use Tidtcpclient and tidtcpserver and works perfectly on my local network and out of my network but with port forwarding or without firewall and this is my problem because i want to run my application without portfroward my router or firewall. I think that the best way to solve this problem when i need my software out of my network is to build a http tunnel that work with port 80 that isn't blocked and reconvert the original port tcp.
i tried to search on google and i found some component of indy that can do what i need(for example idproxyserver,idconnectthroughproxy...), but i have no idea how i can do.
I need to know how setup both side client and server. Thanks in advance.

Allow CRM 2011 to access from external server

I have set up a CRM 2011 in a vmware under port 5555. I can access the CRM system fine locally. However, when I tried accessing from my host machine I got IE cannot display webpage error. I can access IIS port 80 though. I have added Inbound Rule to TCP port 5555 on my Windows Server 2008 R2 CRM server. Anything else I have to do?
Are you using anything such as no-ip, dyndns?
You have to make sure your router is mapped to route the port: 5555 to your server Ip, is your internet with static IP?
Hope that helps.
Renato
This is an old post however might help someone...
You need to allow port 5555 on your VPC (VMWare)
Go to Firewall settings and add exception for this port. Once done you should be able to access CRM externally.
Below is a detailed blog about it
http://rokhri.com/blog/crm-how-to-access-crm-externally-installed-on-vpc/

Resources