Where to specify vpn port?

I'm running Snow Leopard 10.6.4 and trying to use the built-in VPN client (under Network in System Preferences). When trying to connect to the remote VPN server, I get the error: The VPN server did not respond. Verify the server address and try reconnecting.
I was given a VPN server name *and port number* by the VPN administrators at the site I'm trying to connect to. I'm able to put in the VPN server name and other authentication configuration in the System Preferences VPN configuration panel but not the destination port number.
I can see that when I initiate the connection, the destination port my machine is trying to connect to is 500. The remote VPN server is listening on port 443. This explains why I'm getting the connection error.
Can someone tell me how/where to specify the destination port number?

Thank you both for the reply. Yes, I had tried that but it didn't work - I get a different error - that the server cannot be found. So it seems that when I try that, it thinks the :443 is part of the server name instead of a port specification.

Similar Messages

  • How do i specify the port form where i want to send the mails

    i have smtp server which by default has proxy at port 25.So i want to send the mails through some other port.So how can i specify the exact port in the bean(i am using a bean to send email) so that all the mails through that port.my machine is having public ip.so what i do is Properties prop = new Properties();
    prop.put("mail.smtp.host",hostname);but how do i specify the port name coz this sends the mail at port 25 by default.

    prop.put("mail.smtp.port",portnumber)

  • Smartview Error: "Cannot Connect to Provider. Make Sure It Is Running in the Specified Host/Port (503)

    I am having an issue retrieving on a SmartView grid running 11.1.2.2.309.01 and SmartView 11.1.2.2.102.I have a grid with three attribute dimension and, at first it was long running and gave me a netretry netinterval error. I shared with my administrator and, they gave me the registry updates to increase my timeout for my default browser. Now, I try to retrieve the same sheet and after approximately five minutes, I get the message, "Smartview Error: "Cannot Connect to Provider. Make Sure It Is Running in the Specified Host/Port (503)". I am not sure what this means. I can retrieve on other grids with one attribute dimension or a regular retrieve but, for some reason, I notice when I retrieve on multiple attribute dimensions, I am having this issue. I had this tested with others and, they are experiencing the same result. Any thoughts. Thanks in advance         

    The timeout was updated to 7 minutes but, the timeout on the APS was never updated. What happened was there was a 7,000 member dimension where attributes where being used to build a retrieve. The attributes were what was causing the issue. Not to say you should not use attributes. Ultimately, an alternate hierarchy in the 7,000 member dimension will  help but, I used other members to get the results I need. I just never saw the error message before and, did not see it in oracle support.. Thanks.

  • Error: "Cannot connect to the provider. Make sure it is running in the specified host/port. Error (12031)"

    Hi,
    EPM version: EPM 11.1.2.1
    When we are using Zoom In Level as All Levels and tring to drill down for dimention of HFM application we are getting below error.
    Error: "Cannot connect to the provider. Make sure it is running in the specified host/port. Error (12031)"
    As we found some solution from comunity , we have performed below workaround but still we are getting same error.
    ·              We have done the changes in mod_wl_ohs.conf file of OHS  with (WLIOTimeoutSecs 3600 and WLIOSocketTimeoutSecs 3600)
    ·              And then restarted OHS and  APS service but still we found same error.
    Could anyone please suggest ,where can we trace its log from web server and the solution for this issue?
         Thanks,
             D.N. Rana

    Hi,
    We have already performed the changes for APS in OHS as mentioned in the solution and the path also same as under OHS.
    Intially we were getting error for "to increase netRetryCould and NetRetryInterval"  as a solution we have added below 3  registry DWORD keys under  path
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings
    "KeepAliveTimeout"=dword:00180000                   (26 Minutes)
    "ReceiveTimeout"=dword:00dbba00                      (240 Minutes)
    "ServerInfoTimeout"=dword:00180000                  (26 Minutes)
    Above error resolved but then we received Error"12031"
    Now we have added above 3 DWORD keys under path HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
    and now we are not getting the  error "12031".
    But here we are not getting how it(LB issue) resolved with above solution?
    Thanks,
    D.N.Rana

  • Specify the port in the client in a TCP connection

    Hi,
    I am programming an application using TCP sockets. I have programmed a server whith a SocketServer(port) and is waiting for client's requests (the server is a public host in the Internet). The client connect to the server by means of the method:
    Socket s = new Socket(host, port);
    That works correctly, but now I want to specify the port in the client. The client's PC in a machine on the Internet and it has a public IP. I tried to use the method:
    Socket(String host, int port, InetAddress localAddr, int localPort)
    where localAddr is the local IP of the client' PC (because I cannot know the public IP).
    However, it doesn't work this method and the client cannot connect to the server. The problem is that I want to specify the port in the client in the socket TCP connection when I try to connect to the host.
    How can I resolve this problem?
    Thaks

    I want to specify the port in the clientWhy?

  • Always on listener on named instance. Do I have to specify the port while connecting a listener created on a named instance?

    Hi all. Here again.
    Scenario: I have to consolidate several physical servers with one SQL server instance install on each one. I decided to consolidate all in one server installing different named instances. In order to avoid application connection string change I had the idea
    of configuring different listener pointing to different alwayson group.
    To meet this requests, I configured the cluster, I installed a principal SQLServer Instance and configured the alwayson groups with the required listeners.
    All ok so far, alwayson is great.
    So, I installed a named instance, I configured the necessary alwayson groups and the related listener but...
    NOTE: The db in the principal and in the named instance have the same name.
    If I connect the listener pointing the ag belonging the named instance I connect to the principal instance!
    the only way I have to connect to the named instance is to specify the port that must be different from the 1433 as usual.
    Anyway, why I cannot use the 1433 port if dealing with a different ip?
    Listener are the following:
    Named instance
    10.100.21.100 : 1455
    Principal instance
    10.100.21.50  :
    1433
    Thankyou

    Hi all.
    I reviewed the architecture installing only named instances and I solved.
    Anyway, i'm going to explain better my configuration in order to understand where I went wrong.
    I have two servers, SQLCLU01 and SQLCLU02 partecipating to AVSQLCLU cluster
    Each server has two SQL instances, the principal SQLPROD and the named instance SQLTEST
    Each instance contain the OneToOne database.
    I created an AG named AgOneToOneProd laying on the SQLPROD instance with its
    OneToOne listener described here down (sys.dm_tcp_listener_states;)
    7 10.100.21.50
    1 1433
    0 TSQL
    0 ONLINE
    2014-05-07 10:23:04.113
    DnsName:OneToOne
    Port:1433
    IpconfigurationFromCluster:('IP Address: 10.100.21.50')
    So I tried to create an AG named AgOneToOneTest laying on the SQLTEST named instance with its
    OneToOneTest listener but the port 1433 is unavailable even if the listener IP is different. I managed in creating the listener changing the port like this
    7 10.100.21.100
    1 1455
    0 TSQL
    0 ONLINE
    2014-05-07 10:36:05.347
    DnsName:OneToOneTest
    Port:1455
    IpconfigurationFromCluster:('IP Address: 10.100.21.100')
    So, the issue is:
    Connecting to OneToOne.mydomain.local i can see the OneToOne database and crud operation are performed against the SQLPROD instance.
    But connecting to OneToOneTest.mydomain.local the OneToOne database I'm connected to is still the one belonging to the
    SQLPROD instance.
    The only way to let my application connected to the SQLTEST instance is to specify the port in the DSN.
    Anyway, summary here, issues are bolded
    OneToOne.mydomain.local -------> SQLPROD
    OneToOneTest.mydomain.local -------> SQLPROD
    OneToOneTest.mydomain.local,1455 -------> SQLTEST
    The same by IP
    10.100.21.100,1455 --------> SQLTEST
    10.100.21.100 --------> SQLPROD
    and.....
    10.100.21.100,1433 --------> SQLPROD
    May be... Do I missed some best practices in creating listeners against a principal + named instances?
    Thankyou
    Stefano
    Ste'

  • E proxy Please specify secure port in the properties.

    Hi,
              I have a cluster of two weblogic servers as 192.168.80.144 and
              192.168.80.147 both are in NT. I have installed weblogic in both m/c in
              same folder. Do I need to put the same port number ( what port number
              443 ? or anyone ? ) in [weblogic]/weblogic.properties and
              [weblogic]/[mycluster]/weblogic.properties. I have tried putting 443 and
              7001. Then what ip-address will be used to put the request ? I tried to
              request on mycluster:443 and mycluster:7001 where mycluster is the name
              of the cluster in both m/c and there is an entry in hosts file of NT for
              192.168.80.144 and 192.168.80.147 as mycluster.
              After starting the server it says
              Tue May 22 10:00:54 CEST 2001:<I> <Cluster> Adding server
              7537245419133606340S192.168.80.147:[443,443,7002,7002,443,-1]
              to cluster view
              Tue May 22 10:00:58 CEST 2001:<I> <NT Performance Pack> Allocating: '2'
              NT reader threads
              Tue May 22 10:01:05 CEST 2001:<I> <WebLogicServer> WebLogic Server
              started
              Tue May 22 10:01:57 CEST 2001:<I> <ServletContext-General> *.html: init
              When I send the request thru browser it says following:
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in
              the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in
              the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Please suggest me what to do for running the cluster properly.
              Thanx in advance.
              Vinay Kumar
              Gauss Interprise AG Phone: +49-40-3250-1226
              Weidestrasse 120 A Mobile: +49-177-7906818
              D-22299 Hamburg mailto:[email protected]
              Germany web: http://www.gauss-interprise.com
              [att1.html]
              

    Clustering is a big topic that cannot be explained in one post. That was why I suggested the link for a complete explanation. The link does provide tons of information you need to setup a cluster.
              However, here are some pointers for your case as applicable to WebLogic 5.10 clustering (which is what you seem to be running).
              (1) Weblogic properties have the following precedence (properties defined in the first item in the following list override the same properties defined in the second item in the list and so on): command line properties, per-server property file, cluster-wide property file and finally global property file.
              If you installed Weblogic 5.10 under /weblogic and your cluster is called "mycluster" and your server is called "Server1" and you command line script is stored in a file called "startServer1.cmd" under /weblogic, then weblogic will read the properties in the following order (the latest read overrides the same properties from an earlier read):
              (a) /weblogic/weblogic.properties <-- global property file
              (b) /weblogic/mycluster/weblogic.properties <-- cluster-wide property file
              (c) /weblogic/mycluster/Server1/weblogic.properties <-- per-server property file
              (d) properties defined in startServer1.cmd <-- command line properties
              In your case, a good place to place the port number is in the cluster-wide property file (since all servers in the cluster should use the same port). Do not specify any ports in the per-server property file or in the command line properties in this case as they will override the port specified earlier.
              (2) In 5.10, you will typically have a bank of webservers (Apache, Netscape, IIS) in front of the cluster. Several configurations are possible. You can for instance have a hardware load-balancer in front of the webserver. You can then have the DNS serve up the external IP of the load-balancer. Alternatively, you can also do DNS round-robin among the webservers. Clients will then use the DNS name in the URL which will map to either the load-balancer or one of the webservers.
              Check this link out for details on architecture:
              http://www.weblogic.com/docs51/cluster/planning.html#1040272
              Giri
              "Vinay Kumar" <[email protected]> wrote in message news:[email protected]...
              Hi Giri,
              From this very link I got the idea to use weblogic cluster.
              So this is not of much help.
              Thanx.
              Giri Alwar wrote:
              Take a look at the following document: http://www.weblogic.com/docs51/cluster/index.html Giri
              "Vinay Kumar" <[email protected]> wrote in message news:[email protected]... Hi,
              I have a cluster of two weblogic servers as 192.168.80.144 and 192.168.80.147 both are in NT. I have installed weblogic in both m/c in same folder. Do I need to put the same port number ( what port number 443 ? or anyone ? ) in [weblogic]/weblogic.properties and [weblogic]/[mycluster]/weblogic.properties. I have tried putting 443 and 7001. Then what ip-address will be used to put the request ? I tried to request on mycluster:443 and mycluster:7001 where mycluster is the name of the cluster in both m/c and there is an entry in hosts file of NT for 192.168.80.144 and 192.168.80.147 as mycluster.
              After starting the server it says
              Tue May 22 10:00:54 CEST 2001:<I> <Cluster> Adding server 7537245419133606340S192.168.80.147:[443,443,7002,7002,443,-1]
              to cluster view
              Tue May 22 10:00:58 CEST 2001:<I> <NT Performance Pack> Allocating: '2' NT reader threads
              Tue May 22 10:01:05 CEST 2001:<I> <WebLogicServer> WebLogic Server started
              Tue May 22 10:01:57 CEST 2001:<I> <ServletContext-General> *.html: init
              When I send the request thru browser it says following:
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Tue May 22 10:01:57 CEST 2001:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 Se
              e release notes for more info
              Please suggest me what to do for running the cluster properly.
              Thanx in advance.
              Vinay Kumar
              Gauss Interprise AG Phone: +49-40-3250-1226
              Weidestrasse 120 A Mobile: +49-177-7906818
              D-22299 Hamburg mailto:[email protected]
              Germany web: http://www.gauss-interprise.com
              Vinay Kumar
              Gauss Interprise AG Phone: +49-40-3250-1226
              Weidestrasse 120 A Mobile: +49-177-7906818
              D-22299 Hamburg mailto:[email protected]
              Germany web: http://www.gauss-interprise.com
              [att1.html]
              

  • Mail relay server specifying a port...

    Hi,
    The advanced server guide says you should be anle to specify a port .. ie.. myserver:587  in the dialog box.
    Dialog box says Formatting error invalid value.
    I use the Dyn mailforwarding service .. or i did till the latest upgrade broke it.
    Does anyone know of a fix? .. I assume it will mean editing the postfix files .. that no doubt the next upgrade will break again.
    Thanks in advance.

    You have to edit the configuration using the command line; Server.app lost the ability to handle the outbound SMTP relay otherwise.
    sudo serveradmin settings mail
    You're after the relayhost setting (the following is from a generic setup, you'll want to set the host name via the GUI then check the output here, and add the port to the relayhost specification:
    $ sudo serveradmin settings mail | grep -i relay
    mail:postfix:smtp_auth_relay_dict:smtp_auth_relay_userid = ""
    mail:postfix:smtp_auth_relay_dict:smtp_auth_relay_pwd = ""
    mail:postfix:smtp_auth_relay_dict:smtp_auth_relay_host = ""
    mail:postfix:luser_relay_enabled = no
    mail:postfix:relayhost = ""
    mail:postfix:relayhost_enabled = no
    mail:imap:lmtp_luser_relay_enabled = no
    mail:imap:lmtp_luser_relay = ""
    $
    Once edited, you'll end up with something like this:
    mail:postfix:relayhost = "mail.example.com:587"
    Where you've entered your relay host and port.   See this thread (for the Postfix-level path to this data and for some background, I'd generally use serveradmin here and not the Postfix-level access) and see this Krypted article for some more details on the setup and commands available here.
    You can use  postconf -n /Library/Server/Mail/Config/postfix to verify that the changes have been implemented, and here's a similar discussion of the lower-level path into this same general area.

  • Sonicwall TZ 205w ssl vpn ports blocked

    Hi everyone!! I am new to spiceworks as a member, but I have used this site for help a multitude of times. I think you guys make a great community and you can help me! I have 2 sonicwalls (tz 205 and tz 205w)that I have been using for last year, which required learning, but are turning out to be very useful. My current problem: I have multiple vpn tunnels set up which are working fine. I have one setup in between my two routers and this is where I have an issue. When I try to access my security camera which is on my tz205 I can access it using the vpn tunnel while on the network on my tz205w. I f I try to access the security camera on my tz205w while I am on the tz205 network I cannot. The cameras are on their local subnet without any overlap of ips respectively and I can access other things on the networks. I then tried accessing the...
    This topic first appeared in the Spiceworks Community

    Hi,
    Did you create a group for internal VPN users so that only members of this group will be granted access to the server using the VPN connection?
    Based on my exprience, if you configure NPS for the VPN users, then it should have automatically configured the necessary Firewall Exceptions for RRAS.
    In general, if you plan to enable VPN on your Windows SBS 2008 server, TCP port 1723 is needed. In addition, if your router does not support the UPnP standard, you must manually configure your router to forward the VPN ports to the IP address of your Windows
    SBS 2008 server.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Can you specify the port for default services when installing OEG?

    Hi everyone,
    The default installation of OEG 11g uses 8090 port for management services, and 8080 for the virtualized services that you register in the gateway. After installation, you can change the ports by editing gateway's Profile Repository in Policy Studio. But is there a way to specify the port number before/during the installation?
    Thanks,
    Iris

    Hi -
    here are the steps to change the listening port (in 11.1.1.6)
    - Connect to OEG using Policy Studio
    - Click on "Edit Active Configuration"
    - Under "Services", find the default services, and you'll see a listener for port 8080 there. Right-click to edit this.
    - Change the port from 8080 to your desired port. Note that if you've installed the software and running it as a non-root user on Linux, then it will not have permission to bind to a low-number port (like port 80 for instance)
    - Now deploy your change (for 11.1.1.6 hit F6 or click on the "deploy" button which is towards the right of the toolbar in Policy Studio).
    - You may also choose to version your configuration at this point (click on "version" which is beside the "deploy" button and enter a comment about your version).
    Now verify that OEG is listening on your new port. You can see it bind to the new port by looking at the trace [Connect a browser to port 8090 on OEG, login as admin or another user who has rights to view the trace, then click on "Trace"].
    It's a usual practice to configure a new listener on SSL (e.g. on port 443) then to delete that pre-configured port 8080 listener, if you want to only receive traffic over SSL.

  • Where is the hdmi port in a touchsmart 600-1360

    where is the hdmi port in a touchsmart 600-1360

    A standard TouchSmart 600 PC does not have an HDMI output.
    The Select models have them on the upper left side of the display enclosure.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • proxy Please specify secure port

              All,
              I got following messages said:
              Fri Dec 29 17:09:46 CST 2000:<I> <WebLogicServer> WebLogic Server started
              Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 See release notes for more info
              Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port in the properties. Using default ports 7001/7002 See release notes for more info
              We use WL as proxy server to host the web. There have another 2 clustering machines behide it running WL 5.1 w/SP6. weblogic.properties in proxy server configured as following:
              # THE WEBLOGIC PROPERTIES FILE
              weblogic.system.listenPort=80
              weblogic.password.system=wwwadmin
              weblogic.allow.execute.weblogic.servlet=everyone
              weblogic.httpd.register.cluster=\
              weblogic.servlet.internal.HttpClusterServlet
              weblogic.httpd.initArgs.cluster=\
              defaultServers=web1:80|web3:80
              weblogic.httpd.defaultServlet=cluster
              weblogic.security.ssl.enable=true
              weblogic.system.SSLListenPort=7003
              weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet
              weblogic.security.certificateCacheSize=3
              weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
              weblogic.security.clientRootCA=SecureServerCA.pem
              weblogic.security.certificate.server=democert.pem
              weblogic.security.key.server=demokey.pem
              weblogic.security.certificate.authority=ca.pem
              weblogic.httpd.register.Certificate=utils.certificate
              weblogic.allow.execute.weblogic.servlet.Certificate=system
              weblogic.httpd.enable=true
              weblogic.system.nativeIO.enable=true
              weblogic.system.enableConsole=true
              weblogic.system.executeThreadCount=50
              weblogic.system.maxLogFileSize=1024
              weblogic.httpd.enableLogFile=true
              weblogic.httpd.logFileName=access.log
              weblogic.httpd.enableEvents=false
              weblogic.httpd.session.enable=true
              weblogic.httpd.session.cookie.name=WebLogicSession
              weblogic.allow.execute.weblogic.servlet.classes=everyone
              weblogic.httpd.register.*.html=weblogic.servlet.FileServlet
              weblogic.httpd.register.*.jpg=\
              weblogic.servlet.FileServlet
              weblogic.httpd.register.*.gif=\
              weblogic.servlet.FileServlet
              weblogic.httpd.initArgs.*.html=defaultFilename=index.html
              weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
              weblogic.httpd.initArgs.proxy=redirectURL=http://web1/
              webLOGic.httpd.documentRoot=public_html/
              Your input are very appreciated!
              Brian
              

              There won't have 2 lines proxy server message again. But now i got following message said:
              <Proxy> IOException after server.proxy()....coneection refused
              java.net.Connection: Connection refused
              What's the minimum setting in weblogic.properties to setup a WL as a proxy server. WL will be 5.1 w/ SP6.
              "Ronan Brady" <[email protected]> wrote:
              >Your properties line
              > weblogic.httpd.initArgs.cluster=defaultServers=web1:80|web3:80
              >should read
              > weblogic.httpd.initArgs.cluster=defaultServers=web1:80:7003|web3:80:7003
              >
              >See extract from release notes below:
              >
              >Additional details on ISSUES 31822:
              >
              >The following diagram illustrates the differences between setting
              >secureProxy="ON" and secureProxy="OFF".
              >This feature is set in the WebLogic properties file.
              >
              >secureProxy=ON
              >
              >BROWSER<------>HTTPS------>PROXY<------>HTTPS----->WEBLOGIC SERVER CLUSTER
              >
              >secureProxy=OFF
              >
              >BROWSER<------>HTTPS------>PROXY<------>HTTP----->WEBLOGIC SERVER CLUSTER
              >By passing the secureProxy parameter as an initial argument (in WebLogic
              >init.Args) in the cluster servlet and setting it to ON, SSL between the
              >proxy and the clusters will be enabled. Below is a demonstration of how to
              >turn on the secure proxy feature:
              >
              >weblogic.httpd.register.cluster=weblogic.servlet.internal.HttpClusterServlet
              >weblogic.httpd.initArgs.cluster=\
              >defaultServers=server1:7001:7002|server2:7001:7002,\
              >secureProxy=ON
              >
              >
              >"Brian Lin" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> There still has 2 lines message shown on proxy server:
              >> <proxy> Please specify secure port in the properties. Using default ports
              >7001/7002 See release notes fore more info.
              >>
              >> I can see static html on browser now, but servlet and ejb. Before added
              >weblogic.security.SSLListenport on command line, the console will said
              >undefined this property. But it seems to me not working anyway with message
              >returned on proxy server.
              >>
              >>
              >> "Tao Zhang" <[email protected]> wrote:
              >> >It should be weblogic.security.SSLListenPort not
              >> >weblogic.system.SSLListenPort.
              >> >Brian Lin <[email protected]> wrote in message
              >> >news:[email protected]...
              >> >>
              >> >> But proxy server doesn't work in progress (idle).
              >> >>
              >> >> "Tao Zhang" <[email protected]> wrote:
              >> >> >It means that you have to put the listening port and ssl listen port
              >in
              >> >the
              >> >> >2 clustering machines.
              >> >> >If you don't use ssl, you can ignore this message.
              >> >> >
              >> >> >
              >> >> >Brian Lin <[email protected]> wrote in message
              >> >> >news:[email protected]...
              >> >> >>
              >> >> >> All,
              >> >> >>
              >> >> >> I got following messages said:
              >> >> >> Fri Dec 29 17:09:46 CST 2000:<I> <WebLogicServer> WebLogic Server
              >> >started
              >> >> >> Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port
              >in
              >> >the
              >> >> >properties. Using default ports 7001/7002 See release notes for more
              >info
              >> >> >> Fri Dec 29 17:10:14 CST 2000:<E> <proxy> Please specify secure port
              >in
              >> >the
              >> >> >properties. Using default ports 7001/7002 See release notes for more
              >info
              >> >> >>
              >> >> >> We use WL as proxy server to host the web. There have another 2
              >> >clustering
              >> >> >machines behide it running WL 5.1 w/SP6. weblogic.properties in proxy
              >> >server
              >> >> >configured as following:
              >> >> >> -------------------------------------
              >> >> >> # THE WEBLOGIC PROPERTIES FILE
              >> >> >>
              >> >> >> weblogic.system.listenPort=80
              >> >> >> weblogic.password.system=wwwadmin
              >> >> >> weblogic.allow.execute.weblogic.servlet=everyone
              >> >> >> weblogic.httpd.register.cluster=\
              >> >> >> weblogic.servlet.internal.HttpClusterServlet
              >> >> >> weblogic.httpd.initArgs.cluster=\
              >> >> >> defaultServers=web1:80|web3:80
              >> >> >> weblogic.httpd.defaultServlet=cluster
              >> >> >> weblogic.security.ssl.enable=true
              >> >> >> weblogic.system.SSLListenPort=7003
              >> >> >>
              >> >> >>
              >> >>
              >>
              >>>weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticatio
              >n
              >> >S
              >> >> >ervlet
              >> >> >> weblogic.security.certificateCacheSize=3
              >> >> >> weblogic.httpd.register.AdminCaptureRootCA=admin.AdminCaptureRootCA
              >> >> >> weblogic.security.clientRootCA=SecureServerCA.pem
              >> >> >> weblogic.security.certificate.server=democert.pem
              >> >> >> weblogic.security.key.server=demokey.pem
              >> >> >> weblogic.security.certificate.authority=ca.pem
              >> >> >> weblogic.httpd.register.Certificate=utils.certificate
              >> >> >> weblogic.allow.execute.weblogic.servlet.Certificate=system
              >> >> >>
              >> >> >> weblogic.httpd.enable=true
              >> >> >> weblogic.system.nativeIO.enable=true
              >> >> >> weblogic.system.enableConsole=true
              >> >> >> weblogic.system.executeThreadCount=50
              >> >> >>
              >> >> >> weblogic.system.maxLogFileSize=1024
              >> >> >> weblogic.httpd.enableLogFile=true
              >> >> >> weblogic.httpd.logFileName=access.log
              >> >> >> weblogic.httpd.enableEvents=false
              >> >> >> weblogic.httpd.session.enable=true
              >> >> >> weblogic.httpd.session.cookie.name=WebLogicSession
              >> >> >>
              >> >> >> weblogic.allow.execute.weblogic.servlet.classes=everyone
              >> >> >> weblogic.httpd.register.*.html=weblogic.servlet.FileServlet
              >> >> >> weblogic.httpd.register.*.jpg=\
              >> >> >> weblogic.servlet.FileServlet
              >> >> >> weblogic.httpd.register.*.gif=\
              >> >> >> weblogic.servlet.FileServlet
              >> >> >> weblogic.httpd.initArgs.*.html=defaultFilename=index.html
              >> >> >> weblogic.httpd.register.proxy=weblogic.t3.srvr.HttpProxyServlet
              >> >> >> weblogic.httpd.initArgs.proxy=redirectURL=http://web1/
              >> >> >> webLOGic.httpd.documentRoot=public_html/
              >> >> >> -------------------------------------------------
              >> >> >>
              >> >> >> Your input are very appreciated!
              >> >> >>
              >> >> >> Brian
              >> >> >
              >> >> >
              >> >>
              >> >
              >> >
              >>
              >
              >
              

  • Error: Specify secure port in the property Using ports 7001/7002

              Hi,
              I have two node cluster using WL6.1, and Solaris.
              Then, I also setup NSAPI plug in, and specify 2 nodes
              in obj.conf file. But I tried to browse the URL.
              I have "Secure port in property..." error message.
              I check the SSL property in domain->servers->SERVERNAME
              Enabled:checked
              Listen Port: 9002
              Server Key File Name: config/mydomain/demokey.pem
              Server Certified File Name: config/mydomain/democert.pem
              Server Certifiled Chan File Name: config/mydomain/ca.pem
              Is the above correct setup?
              What am I missing?
              Thanks,
              // hiromu
              

    Ok.. That makes more sense.
              So, before we fix the error message, I want to understand your architecture.
              You have NES(Iplanet) proxying requests to 2 managed servers that are
              clustered.
              Your managed servers also have the HttpClusterServlet setup to proxy back to
              those two instances? I think you may be a bit confused.
              The HttpClusterServlet is usually installed on another instance of
              WebLogic(managed server) if you are not using Iplanet, IIS, or Apache as a
              frontend WebServer. When you use the HttpClusterServlet, that WebLogic
              instance will act as a WebServer proxying requests to OTHER backend WebLogic
              Servers.
              In your case, you probably do not need to use the HttpClusterServlet as you
              are using Iplanet to proxy the requests.
              In any case, here is the fix to your problem:
              Refer to:
              http://e-docs.bea.com/wls/docs61///////adminguide/http_proxy_cluster.html
              The documentation says the format of specifying the defaultServers is
              host1:port:secport|host2:port:secport.
              Therefore, you need to add the secure port even though you aren't using it.
              Let's assume your secure port is 9002, then your entry should be:
              <init-param>
              <param-name>defaultServers</param-name>
              <param-value>cyberia:9001:9002|sun-timmy:9001:9002</param-value>
              </init-param>
              Regards,
              Eric
              "hiromu kato" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Eric,
              >
              > The error message is from the managed server log as
              >
              > ####<Oct 2, 2001 9:26:02 PM PDT> <Notice> <WebLogicServer> <cyberia>
              <cluster2>
              > <ListenThread> <system> <> <000201> <ListenThread liste
              > ning on port 9001, ip address 10.10.102.189>
              > ####<Oct 2, 2001 9:26:04 PM PDT> <Notice> <Cluster> <cyberia> <cluster2>
              <main>
              > <system> <> <000102> <Listening for multicast messages
              > (cluster bvcluster2) on port 9001 at address 237.0.0.1>
              > ####<Oct 2, 2001 9:26:04 PM PDT> <Notice> <WebLogicServer> <cyberia>
              <cluster2>
              > <main> <system> <> <000330> <Started WebLogic Managed S
              > erver "cluster2" for domain "mydomain" running in Production Mode>
              > ####<Oct 2, 2001 9:26:16 PM PDT> <Info> <HTTP> <cyberia> <cluster2>
              <ExecuteThread:
              > '11' for queue: 'default'> <> <> <101047> <[WebAppS
              > ervletContext(1524862,bv,/bv)] HttpClusterServlet: init>
              > ####<Oct 2, 2001 9:26:16 PM PDT> <Error> <HTTP> <cyberia> <cluster2>
              <ExecuteThread:
              > '11' for queue: 'default'> <> <> <101048> <Please
              > specify secure port in the properties. Using ports 7001/7002. See release
              notes
              > for more info>
              > ####<Oct 2, 2001 9:26:16 PM PDT> <Error> <HTTP> <cyberia> <cluster2>
              <ExecuteThread:
              > '11' for queue: 'default'> <> <> <101048> <Please
              > specify secure port in the properties. Using ports 7001/7002. See release
              notes
              > for more info>
              > ****************
              >
              > I got the above error when I set web.xml
              > <?xml version="1.0" ?>
              >
              > <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
              1.2//EN"
              > "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">
              >
              > <web-app>
              >
              > <servlet>
              > <servlet-name>HttpClusterServlet</servlet-name>
              >
              <servlet-class>weblogic.servlet.internal.HttpClusterServlet</servlet-class>
              > <init-param>
              > <param-name>defaultServers</param-name>
              > <param-value>cyberia:9001|sun-timmy:9001</param-value>
              > </init-param>
              > <init-param>
              > <param-name>DebugConfigInfo</param-name>
              > <param-value>ON</param-value>
              > </init-param>
              > </servlet>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>/</url-pattern>
              > </servlet-mapping>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>*.jsp</url-pattern>
              > </servlet-mapping>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>*.htm</url-pattern>
              > </servlet-mapping>
              > <servlet-mapping>
              > <servlet-name>HttpClusterServlet</servlet-name>
              > <url-pattern>*.html</url-pattern>
              > </servlet-mapping>
              > </web-app>
              >
              > **********************
              > My obj.conf of the NES is
              >
              > Init fn="load-modules" funcs="wl_proxy,wl_init"
              shlib=/mebsuta/b/webserver/https-http-mebuta-hkato-50005/plugins/libproxy.so
              > Init fn="wl_init"
              >
              > Init fn=load-types mime-types=mime.types
              > Init fn="load-modules"
              shlib="/mebsuta/b/webserver/bin/https/lib/libNSServletPlugin.so"
              >
              funcs="NSServletEarlyInit,NSServletLateInit,NSServletNameTrans,NSServletServ
              ice"
              > shlib_flags="(global|now)"
              > Init fn="NSServletEarlyInit" EarlyInit=yes
              > Init fn="NSServletLateInit" LateInit=yes
              >
              >
              > <Object name="weblogic" ppath="*/weblogic/*">
              > Service fn=wl_proxy WebLogicCluster="cyberia:9001,sun-timmy:9001"
              PathTrim="/weblogic"
              > </Object>
              >
              > <Object name="si" ppath=*/servletimages/*">
              > Service fn=wl_proxy WebLogicCluster="cyberia:9001,sun-timmy:9001"
              > </Object>
              >
              >
              > <Object name=default>
              > NameTrans fn="NSServletNameTrans" name="servlet"
              > NameTrans fn="pfx2dir" from="/servlet"
              dir="/mebsuta/a/hkato/docs_50005/servlet"
              > name="ServletByExt"
              > NameTrans fn=pfx2dir from=/ns-icons dir="/mebsuta/b/webserver/ns-icons"
              name="es-internal"
              > NameTrans fn=pfx2dir from=/mc-icons dir="/mebsuta/b/webserver/ns-icons"
              name="es-internal"
              > NameTrans fn="pfx2dir" from="/help"
              dir="/mebsuta/b/webserver/manual/https/ug"
              > name="es-internal"
              > NameTrans fn="pfx2dir" from="/manual"
              dir="/mebsuta/b/webserver/manual/https"
              > name="es-internal"
              > NameTrans fn=document-root root="/mebsuta/a/hkato/docs_50005"
              > Service method="(GET|HEAD|POST|PUT)" type=text/jsp fn=wl_proxy
              WebLogicCluster="cyberia:9001,sun-timmy:9001",
              > PathPrepend=/jspfiles
              > PathCheck fn=unix-uri-clean
              > PathCheck fn="check-acl" acl="default"
              > PathCheck fn=find-pathinfo
              > PathCheck fn=find-index index-names="index.html,home.html"
              > ObjectType fn=type-by-extension
              > ObjectType fn=force-type type=text/plain
              >
              > Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
              > Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
              > Service method=(GET|HEAD|POST) type=*~magnus-internal/* fn=send-file
              > #AddLog fn=flex-log name="access"
              > </Object>
              >
              > <Object name=cgi>
              > ObjectType fn=force-type type=magnus-internal/cgi
              > Service fn=send-cgi
              > </Object>
              >
              > <Object name="servlet">
              > ObjectType fn=force-type type=text/html
              > Service fn="NSServletService"
              > </Object>
              >
              > <Object name="jsp092">
              > ObjectType fn="type-by-extension"
              > ObjectType fn="change-type" type="magnus-internal/jsp092"
              if-type="magnus-internal/jsp"
              > Service fn="NSServletService" type="magnus-internal/jsp092"
              > </Object>
              >
              > <Object name="ServletByExt">
              > ObjectType fn=force-type type=magnus-internal/servlet
              > Service type="magnus-internal/servlet" fn="NSServletService"
              > </Object>
              >
              > <Object name="es-internal">
              > PathCheck fn="check-acl" acl="es-internal"
              > </Object>
              >
              >
              > Thank you for the help,
              >
              > // hiromu
              >
              

  • Where to specify the USERNAME from UI code

    Hi all,
    we have moved to SUP 2.1.2  and generated the code. we now wanted to know where to specify the USERNAME for the device registered in SCC in the UI code(under SupApplication class username is not available). also we want to know the sequence of method to be called to access the MBO data.
    please do the neeful by providing your inputs
    thanks
    SK

    This is a very interesting question.
    If you set up a tunnel between the BPEL process (client) and your async invoicing service, you will notice that the BPEL Engine will automatically add a WS-Addressing header to the SOAP request that is sent to the invoice service. That WS-addressing header includes both the callback location (the location where the invoice service) as well as the correlation id that the invoice service need to send back to the engine. The invoice service will need to add a WS-addressing header to the callback invocation so that the BPEL engine knows how to match a callback message to a specific in-flight instance. Does this make sense?
    Once you have this running, would you be interested in writing a small article on this so that we can publish it on OTN and may be integrate the sample into the product?
    Edwin

  • Changing VPN port

    Since there are several VPN solutions at my office firewall I need to be able to change the port used by L2TP when connection using VPN.(e.g. set it to port 1000 and NAT it to 1701 in the firewall). I'm using the build in VPN client. However I can't find anywhere to change VPN port. Isn't this possible?
    Message was edited by: jornki

    I'm not sure about doing this with the VPN...
    But you could tunnel from one machine to another (similar to a VPN) using SSH. You can set SSH to answer on any port. So maybe this would work for you.
    This article describes exactly what may work for you:
    http://www.afp548.com/article.php?story=20040815101734513&query=ssh
    Jeff

Maybe you are looking for

  • Keyboard dictation function not working with wifi

    very curious thing happening. the 'mic' icon activated dictation function is not working in wifi mode on my iphone at home. you get the dancing balls and no text ever appears. in 4g mode dictation works fine.   wifi seems to be working ok. dictation

  • Top DVD tray doesn't fit perfectly

    I have just installed a LITE-ON DVDRW LH-20A1H in the top bay ad moved the original SuperDrive to the lower tray. It's all working fine, apart from the LiteOn tray rubs against the bottom of the gap in the Mac Pro enclosure. The flap is coming down c

  • Upgrade to 11.1.2.1 using maintenance - Dev & PROD

    Hi Experts, I have two Environment for 11.1.2 (Prod & Dev) Upgrading to 11.1.2.1 using maintenance which is OK. Option 1: upgrade Dev to 11.1.2.1 ------> then new install/Config as PROD and using LCM to migrate Planning/reporting etc..... ( No impact

  • Problem to Open OEM

    Hi, I just installed Oracle AS 10g (10.1.2.0.0) on RHEL 3 Advance Server Update 4. After finish installation, i unable to access OEM page. Is there other configuration that i need to configure?

  • The Old Java runtime environment for handhelds.

    I heard this product has been discontinued but a CE 2.11 version is suposto be available from Sun's EOL(End Of Life) site.But I can find it can someone be so kind as to send it to me thanks [email protected]